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 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. 0.5.2 / 2017-09-13
  2. ==================
  3. * Fix regression matching multiple ETags in `If-None-Match`
  4. * perf: improve `If-None-Match` token parsing
  5. 0.5.1 / 2017-09-11
  6. ==================
  7. * Fix handling of modified headers with invalid dates
  8. * perf: improve ETag match loop
  9. 0.5.0 / 2017-02-21
  10. ==================
  11. * Fix incorrect result when `If-None-Match` has both `*` and ETags
  12. * Fix weak `ETag` matching to match spec
  13. * perf: delay reading header values until needed
  14. * perf: skip checking modified time if ETag check failed
  15. * perf: skip parsing `If-None-Match` when no `ETag` header
  16. * perf: use `Date.parse` instead of `new Date`
  17. 0.4.0 / 2017-02-05
  18. ==================
  19. * Fix false detection of `no-cache` request directive
  20. * perf: enable strict mode
  21. * perf: hoist regular expressions
  22. * perf: remove duplicate conditional
  23. * perf: remove unnecessary boolean coercions
  24. 0.3.0 / 2015-05-12
  25. ==================
  26. * Add weak `ETag` matching support
  27. 0.2.4 / 2014-09-07
  28. ==================
  29. * Support Node.js 0.6
  30. 0.2.3 / 2014-09-07
  31. ==================
  32. * Move repository to jshttp
  33. 0.2.2 / 2014-02-19
  34. ==================
  35. * Revert "Fix for blank page on Safari reload"
  36. 0.2.1 / 2014-01-29
  37. ==================
  38. * Fix for blank page on Safari reload
  39. 0.2.0 / 2013-08-11
  40. ==================
  41. * Return stale for `Cache-Control: no-cache`
  42. 0.1.0 / 2012-06-15
  43. ==================
  44. * Add `If-None-Match: *` support
  45. 0.0.1 / 2012-06-10
  46. ==================
  47. * Initial release