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