HISTORY
Last updated
Fix returning values from Object.prototype
Drop support for Node.js 0.6
Fix messaging casing of 418 I'm a Teapot
Remove code 306
Remove status[code] exports; use status.message[code]
Remove status[msg] exports; use status.code[msg]
Rename 425 Unordered Collection to standard 425 Too Early
Rename STATUS_CODES export to message
Return status message for statuses(code) when given code
Add 103 Early Hints
Add STATUS_CODES export
Fix return type in JSDoc
Add 421 Misdirected Request
perf: enable strict mode
Fix message for status 451
451 Unavailable For Legal Reasons
Add 208 Already Repored
Add 226 IM Used
Add 306 (Unused)
Add 415 Unable For Legal Reasons
Add 508 Loop Detected
Add missing 308 to codes.json
Add codes.json for universal support
Package cleanup
Add 308 to .redirect category
Add .retry category
Initial release
Last updated