Ohm-Management - Projektarbeit B-ME
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.

HISTORY.md 2.3KB

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