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.2KB

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