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.

113 lines
2.5 KiB

6 months ago
  1. unreleased
  2. ==================
  3. * Added an option preferred encodings array #59
  4. 0.6.3 / 2022-01-22
  5. ==================
  6. * Revert "Lazy-load modules from main entry point"
  7. 0.6.2 / 2019-04-29
  8. ==================
  9. * Fix sorting charset, encoding, and language with extra parameters
  10. 0.6.1 / 2016-05-02
  11. ==================
  12. * perf: improve `Accept` parsing speed
  13. * perf: improve `Accept-Charset` parsing speed
  14. * perf: improve `Accept-Encoding` parsing speed
  15. * perf: improve `Accept-Language` parsing speed
  16. 0.6.0 / 2015-09-29
  17. ==================
  18. * Fix including type extensions in parameters in `Accept` parsing
  19. * Fix parsing `Accept` parameters with quoted equals
  20. * Fix parsing `Accept` parameters with quoted semicolons
  21. * Lazy-load modules from main entry point
  22. * perf: delay type concatenation until needed
  23. * perf: enable strict mode
  24. * perf: hoist regular expressions
  25. * perf: remove closures getting spec properties
  26. * perf: remove a closure from media type parsing
  27. * perf: remove property delete from media type parsing
  28. 0.5.3 / 2015-05-10
  29. ==================
  30. * Fix media type parameter matching to be case-insensitive
  31. 0.5.2 / 2015-05-06
  32. ==================
  33. * Fix comparing media types with quoted values
  34. * Fix splitting media types with quoted commas
  35. 0.5.1 / 2015-02-14
  36. ==================
  37. * Fix preference sorting to be stable for long acceptable lists
  38. 0.5.0 / 2014-12-18
  39. ==================
  40. * Fix list return order when large accepted list
  41. * Fix missing identity encoding when q=0 exists
  42. * Remove dynamic building of Negotiator class
  43. 0.4.9 / 2014-10-14
  44. ==================
  45. * Fix error when media type has invalid parameter
  46. 0.4.8 / 2014-09-28
  47. ==================
  48. * Fix all negotiations to be case-insensitive
  49. * Stable sort preferences of same quality according to client order
  50. * Support Node.js 0.6
  51. 0.4.7 / 2014-06-24
  52. ==================
  53. * Handle invalid provided languages
  54. * Handle invalid provided media types
  55. 0.4.6 / 2014-06-11
  56. ==================
  57. * Order by specificity when quality is the same
  58. 0.4.5 / 2014-05-29
  59. ==================
  60. * Fix regression in empty header handling
  61. 0.4.4 / 2014-05-29
  62. ==================
  63. * Fix behaviors when headers are not present
  64. 0.4.3 / 2014-04-16
  65. ==================
  66. * Handle slashes on media params correctly
  67. 0.4.2 / 2014-02-28
  68. ==================
  69. * Fix media type sorting
  70. * Handle media types params strictly
  71. 0.4.1 / 2014-01-16
  72. ==================
  73. * Use most specific matches
  74. 0.4.0 / 2014-01-09
  75. ==================
  76. * Remove preferred prefix from methods