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.

108 lines
2.4 KiB

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