UNPKG

4.29 kBMarkdownView Raw
11.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
91.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
161.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
241.1.0 / 2017-09-24
25==================
26
27 * Use `res.headersSent` when available
28
291.0.6 / 2017-09-22
30==================
31
32 * deps: debug@2.6.9
33
341.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
411.0.4 / 2017-08-03
42==================
43
44 * deps: debug@2.6.8
45
461.0.3 / 2017-05-16
47==================
48
49 * deps: debug@2.6.7
50 - deps: ms@2.0.0
51
521.0.2 / 2017-04-22
53==================
54
55 * deps: debug@2.6.4
56 - deps: ms@0.7.3
57
581.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
651.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
800.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
880.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
980.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
1060.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
1200.3.6 / 2015-05-11
121==================
122
123 * deps: debug@~2.2.0
124 - deps: ms@0.7.1
125
1260.3.5 / 2015-04-22
127==================
128
129 * deps: on-finished@~2.2.1
130 - Fix `isFinished(req)` when data buffered
131
1320.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
1390.3.3 / 2015-01-01
140==================
141
142 * deps: debug@~2.1.1
143 * deps: on-finished@~2.2.0
144
1450.3.2 / 2014-10-22
146==================
147
148 * deps: on-finished@~2.1.1
149 - Fix handling of pipelined requests
150
1510.3.1 / 2014-10-16
152==================
153
154 * deps: debug@~2.1.0
155 - Implement `DEBUG_FD` env variable support
156
1570.3.0 / 2014-09-17
158==================
159
160 * Terminate in progress response only on error
161 * Use `on-finished` to determine request status
162
1630.2.0 / 2014-09-03
164==================
165
166 * Set `X-Content-Type-Options: nosniff` header
167 * deps: debug@~2.0.0
168
1690.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
1760.0.3 / 2014-07-11
177==================
178
179 * deps: debug@1.0.3
180 - Add support for multiple wildcards in namespaces
181
1820.0.2 / 2014-06-19
183==================
184
185 * Handle invalid status codes
186
1870.0.1 / 2014-06-05
188==================
189
190 * deps: debug@1.0.2
191
1920.0.0 / 2014-06-05
193==================
194
195 * Extracted from connect/express