You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.5 KiB

3 months ago
  1. 2.0.1 / 2021-01-03
  2. ==================
  3. * Fix returning values from `Object.prototype`
  4. 2.0.0 / 2020-04-19
  5. ==================
  6. * Drop support for Node.js 0.6
  7. * Fix messaging casing of `418 I'm a Teapot`
  8. * Remove code 306
  9. * Remove `status[code]` exports; use `status.message[code]`
  10. * Remove `status[msg]` exports; use `status.code[msg]`
  11. * Rename `425 Unordered Collection` to standard `425 Too Early`
  12. * Rename `STATUS_CODES` export to `message`
  13. * Return status message for `statuses(code)` when given code
  14. 1.5.0 / 2018-03-27
  15. ==================
  16. * Add `103 Early Hints`
  17. 1.4.0 / 2017-10-20
  18. ==================
  19. * Add `STATUS_CODES` export
  20. 1.3.1 / 2016-11-11
  21. ==================
  22. * Fix return type in JSDoc
  23. 1.3.0 / 2016-05-17
  24. ==================
  25. * Add `421 Misdirected Request`
  26. * perf: enable strict mode
  27. 1.2.1 / 2015-02-01
  28. ==================
  29. * Fix message for status 451
  30. - `451 Unavailable For Legal Reasons`
  31. 1.2.0 / 2014-09-28
  32. ==================
  33. * Add `208 Already Repored`
  34. * Add `226 IM Used`
  35. * Add `306 (Unused)`
  36. * Add `415 Unable For Legal Reasons`
  37. * Add `508 Loop Detected`
  38. 1.1.1 / 2014-09-24
  39. ==================
  40. * Add missing 308 to `codes.json`
  41. 1.1.0 / 2014-09-21
  42. ==================
  43. * Add `codes.json` for universal support
  44. 1.0.4 / 2014-08-20
  45. ==================
  46. * Package cleanup
  47. 1.0.3 / 2014-06-08
  48. ==================
  49. * Add 308 to `.redirect` category
  50. 1.0.2 / 2014-03-13
  51. ==================
  52. * Add `.retry` category
  53. 1.0.1 / 2014-03-12
  54. ==================
  55. * Initial release