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. 1.1.2 / 2019-05-09
  2. ==================
  3. * Set stricter `Content-Security-Policy` header
  4. * deps: parseurl@~1.3.3
  5. * deps: statuses@~1.5.0
  6. 1.1.1 / 2018-03-06
  7. ==================
  8. * Fix 404 output for bad / missing pathnames
  9. * deps: encodeurl@~1.0.2
  10. - Fix encoding `%` as last character
  11. * deps: statuses@~1.4.0
  12. 1.1.0 / 2017-09-24
  13. ==================
  14. * Use `res.headersSent` when available
  15. 1.0.6 / 2017-09-22
  16. ==================
  17. * deps: debug@2.6.9
  18. 1.0.5 / 2017-09-15
  19. ==================
  20. * deps: parseurl@~1.3.2
  21. - perf: reduce overhead for full URLs
  22. - perf: unroll the "fast-path" `RegExp`
  23. 1.0.4 / 2017-08-03
  24. ==================
  25. * deps: debug@2.6.8
  26. 1.0.3 / 2017-05-16
  27. ==================
  28. * deps: debug@2.6.7
  29. - deps: ms@2.0.0
  30. 1.0.2 / 2017-04-22
  31. ==================
  32. * deps: debug@2.6.4
  33. - deps: ms@0.7.3
  34. 1.0.1 / 2017-03-21
  35. ==================
  36. * Fix missing `</html>` in HTML document
  37. * deps: debug@2.6.3
  38. - Fix: `DEBUG_MAX_ARRAY_LENGTH`
  39. 1.0.0 / 2017-02-15
  40. ==================
  41. * Fix exception when `err` cannot be converted to a string
  42. * Fully URL-encode the pathname in the 404 message
  43. * Only include the pathname in the 404 message
  44. * Send complete HTML document
  45. * Set `Content-Security-Policy: default-src 'self'` header
  46. * deps: debug@2.6.1
  47. - Allow colors in workers
  48. - Deprecated `DEBUG_FD` environment variable set to `3` or higher
  49. - Fix error when running under React Native
  50. - Use same color for same namespace
  51. - deps: ms@0.7.2
  52. 0.5.1 / 2016-11-12
  53. ==================
  54. * Fix exception when `err.headers` is not an object
  55. * deps: statuses@~1.3.1
  56. * perf: hoist regular expressions
  57. * perf: remove duplicate validation path
  58. 0.5.0 / 2016-06-15
  59. ==================
  60. * Change invalid or non-numeric status code to 500
  61. * Overwrite status message to match set status code
  62. * Prefer `err.statusCode` if `err.status` is invalid
  63. * Set response headers from `err.headers` object
  64. * Use `statuses` instead of `http` module for status messages
  65. - Includes all defined status messages
  66. 0.4.1 / 2015-12-02
  67. ==================
  68. * deps: escape-html@~1.0.3
  69. - perf: enable strict mode
  70. - perf: optimize string replacement
  71. - perf: use faster string coercion
  72. 0.4.0 / 2015-06-14
  73. ==================
  74. * Fix a false-positive when unpiping in Node.js 0.8
  75. * Support `statusCode` property on `Error` objects
  76. * Use `unpipe` module for unpiping requests
  77. * deps: escape-html@1.0.2
  78. * deps: on-finished@~2.3.0
  79. - Add defined behavior for HTTP `CONNECT` requests
  80. - Add defined behavior for HTTP `Upgrade` requests
  81. - deps: ee-first@1.1.1
  82. * perf: enable strict mode
  83. * perf: remove argument reassignment
  84. 0.3.6 / 2015-05-11
  85. ==================
  86. * deps: debug@~2.2.0
  87. - deps: ms@0.7.1
  88. 0.3.5 / 2015-04-22
  89. ==================
  90. * deps: on-finished@~2.2.1
  91. - Fix `isFinished(req)` when data buffered
  92. 0.3.4 / 2015-03-15
  93. ==================
  94. * deps: debug@~2.1.3
  95. - Fix high intensity foreground color for bold
  96. - deps: ms@0.7.0
  97. 0.3.3 / 2015-01-01
  98. ==================
  99. * deps: debug@~2.1.1
  100. * deps: on-finished@~2.2.0
  101. 0.3.2 / 2014-10-22
  102. ==================
  103. * deps: on-finished@~2.1.1
  104. - Fix handling of pipelined requests
  105. 0.3.1 / 2014-10-16
  106. ==================
  107. * deps: debug@~2.1.0
  108. - Implement `DEBUG_FD` env variable support
  109. 0.3.0 / 2014-09-17
  110. ==================
  111. * Terminate in progress response only on error
  112. * Use `on-finished` to determine request status
  113. 0.2.0 / 2014-09-03
  114. ==================
  115. * Set `X-Content-Type-Options: nosniff` header
  116. * deps: debug@~2.0.0
  117. 0.1.0 / 2014-07-16
  118. ==================
  119. * Respond after request fully read
  120. - prevents hung responses and socket hang ups
  121. * deps: debug@1.0.4
  122. 0.0.3 / 2014-07-11
  123. ==================
  124. * deps: debug@1.0.3
  125. - Add support for multiple wildcards in namespaces
  126. 0.0.2 / 2014-06-19
  127. ==================
  128. * Handle invalid status codes
  129. 0.0.1 / 2014-06-05
  130. ==================
  131. * deps: debug@1.0.2
  132. 0.0.0 / 2014-06-05
  133. ==================
  134. * Extracted from connect/express