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.

210 lines
4.4 KiB

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