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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. 2.5.0 / 2018-03-29
  2. ==================
  3. * Ignore requests without `url` property
  4. * deps: ms@2.1.1
  5. - Add `week`
  6. - Add `w`
  7. 2.4.5 / 2017-09-26
  8. ==================
  9. * deps: etag@~1.8.1
  10. - perf: replace regular expression with substring
  11. * deps: fresh@0.5.2
  12. - Fix regression matching multiple ETags in `If-None-Match`
  13. - perf: improve `If-None-Match` token parsing
  14. 2.4.4 / 2017-09-11
  15. ==================
  16. * deps: fresh@0.5.1
  17. - Fix handling of modified headers with invalid dates
  18. - perf: improve ETag match loop
  19. * deps: parseurl@~1.3.2
  20. - perf: reduce overhead for full URLs
  21. - perf: unroll the "fast-path" `RegExp`
  22. * deps: safe-buffer@5.1.1
  23. 2.4.3 / 2017-05-16
  24. ==================
  25. * Use `safe-buffer` for improved Buffer API
  26. * deps: ms@2.0.0
  27. 2.4.2 / 2017-03-24
  28. ==================
  29. * deps: ms@1.0.0
  30. 2.4.1 / 2017-02-27
  31. ==================
  32. * Remove usage of `res._headers` private field
  33. * deps: fresh@0.5.0
  34. - Fix incorrect result when `If-None-Match` has both `*` and ETags
  35. - Fix weak `ETag` matching to match spec
  36. - perf: skip checking modified time if ETag check failed
  37. - perf: skip parsing `If-None-Match` when no `ETag` header
  38. - perf: use `Date.parse` instead of `new Date`
  39. 2.4.0 / 2017-02-19
  40. ==================
  41. * deps: etag@~1.8.0
  42. - Use SHA1 instead of MD5 for ETag hashing
  43. - Works with FIPS 140-2 OpenSSL configuration
  44. * deps: fresh@0.4.0
  45. - Fix false detection of `no-cache` request directive
  46. - perf: enable strict mode
  47. - perf: hoist regular expressions
  48. - perf: remove duplicate conditional
  49. - perf: remove unnecessary boolean coercions
  50. * perf: simplify initial argument checking
  51. 2.3.2 / 2016-11-16
  52. ==================
  53. * deps: ms@0.7.2
  54. 2.3.1 / 2016-01-23
  55. ==================
  56. * deps: parseurl@~1.3.1
  57. - perf: enable strict mode
  58. 2.3.0 / 2015-06-13
  59. ==================
  60. * Send non-chunked response for `OPTIONS`
  61. * deps: etag@~1.7.0
  62. - Always include entity length in ETags for hash length extensions
  63. - Generate non-Stats ETags using MD5 only (no longer CRC32)
  64. - Remove base64 padding in ETags to shorten
  65. * deps: fresh@0.3.0
  66. - Add weak `ETag` matching support
  67. * perf: enable strict mode
  68. * perf: remove argument reassignment
  69. * perf: remove bitwise operations
  70. 2.2.1 / 2015-05-14
  71. ==================
  72. * deps: etag@~1.6.0
  73. - Improve support for JXcore
  74. - Support "fake" stats objects in environments without `fs`
  75. * deps: ms@0.7.1
  76. - Prevent extraordinarily long inputs
  77. 2.2.0 / 2014-12-18
  78. ==================
  79. * Support query string in the URL
  80. * deps: etag@~1.5.1
  81. - deps: crc@3.2.1
  82. * deps: ms@0.7.0
  83. - Add `milliseconds`
  84. - Add `msecs`
  85. - Add `secs`
  86. - Add `mins`
  87. - Add `hrs`
  88. - Add `yrs`
  89. 2.1.7 / 2014-11-19
  90. ==================
  91. * Avoid errors from enumerables on `Object.prototype`
  92. 2.1.6 / 2014-10-16
  93. ==================
  94. * deps: etag@~1.5.0
  95. 2.1.5 / 2014-09-24
  96. ==================
  97. * deps: etag@~1.4.0
  98. 2.1.4 / 2014-09-15
  99. ==================
  100. * Fix content headers being sent in 304 response
  101. * deps: etag@~1.3.1
  102. - Improve ETag generation speed
  103. 2.1.3 / 2014-09-07
  104. ==================
  105. * deps: fresh@0.2.4
  106. 2.1.2 / 2014-09-05
  107. ==================
  108. * deps: etag@~1.3.0
  109. - Improve ETag generation speed
  110. 2.1.1 / 2014-08-25
  111. ==================
  112. * Fix `ms` to be listed as a dependency
  113. 2.1.0 / 2014-08-24
  114. ==================
  115. * Accept string for `maxAge` (converted by `ms`)
  116. * Use `etag` to generate `ETag` header
  117. 2.0.1 / 2014-06-05
  118. ==================
  119. * Reduce byte size of `ETag` header
  120. 2.0.0 / 2014-05-02
  121. ==================
  122. * `path` argument is required; there is no default icon.
  123. * Accept `Buffer` of icon as first argument.
  124. * Non-GET and HEAD requests are denied.
  125. * Send valid max-age value
  126. * Support conditional requests
  127. * Support max-age=0
  128. * Support OPTIONS method
  129. * Throw if `path` argument is directory.
  130. 1.0.2 / 2014-03-16
  131. ==================
  132. * Fixed content of default icon.
  133. 1.0.1 / 2014-03-11
  134. ==================
  135. * Fixed path to default icon.
  136. 1.0.0 / 2014-02-15
  137. ==================
  138. * Initial release