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