source: frontend/node_modules/finalhandler/HISTORY.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 4.6 KB
Line 
1v1.3.2 / 2025-12-01
2==================
3
4 * deps: use tilde notation for dependencies
5 * deps: statuses@~2.0.2
6
7v1.3.1 / 2024-09-11
8==================
9
10 * deps: encodeurl@~2.0.0
11
12v1.3.0 / 2024-09-03
13==================
14
15 * ignore status message for HTTP/2 (#53)
16
17v1.2.1 / 2024-09-02
18==================
19
20 * Gracefully handle when handling an error and socket is null
21
221.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
301.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
371.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
451.1.0 / 2017-09-24
46==================
47
48 * Use `res.headersSent` when available
49
501.0.6 / 2017-09-22
51==================
52
53 * deps: debug@2.6.9
54
551.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
621.0.4 / 2017-08-03
63==================
64
65 * deps: debug@2.6.8
66
671.0.3 / 2017-05-16
68==================
69
70 * deps: debug@2.6.7
71 - deps: ms@2.0.0
72
731.0.2 / 2017-04-22
74==================
75
76 * deps: debug@2.6.4
77 - deps: ms@0.7.3
78
791.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
861.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
1010.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
1090.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
1190.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
1270.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
1410.3.6 / 2015-05-11
142==================
143
144 * deps: debug@~2.2.0
145 - deps: ms@0.7.1
146
1470.3.5 / 2015-04-22
148==================
149
150 * deps: on-finished@~2.2.1
151 - Fix `isFinished(req)` when data buffered
152
1530.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
1600.3.3 / 2015-01-01
161==================
162
163 * deps: debug@~2.1.1
164 * deps: on-finished@~2.2.0
165
1660.3.2 / 2014-10-22
167==================
168
169 * deps: on-finished@~2.1.1
170 - Fix handling of pipelined requests
171
1720.3.1 / 2014-10-16
173==================
174
175 * deps: debug@~2.1.0
176 - Implement `DEBUG_FD` env variable support
177
1780.3.0 / 2014-09-17
179==================
180
181 * Terminate in progress response only on error
182 * Use `on-finished` to determine request status
183
1840.2.0 / 2014-09-03
185==================
186
187 * Set `X-Content-Type-Options: nosniff` header
188 * deps: debug@~2.0.0
189
1900.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
1970.0.3 / 2014-07-11
198==================
199
200 * deps: debug@1.0.3
201 - Add support for multiple wildcards in namespaces
202
2030.0.2 / 2014-06-19
204==================
205
206 * Handle invalid status codes
207
2080.0.1 / 2014-06-05
209==================
210
211 * deps: debug@1.0.2
212
2130.0.0 / 2014-06-05
214==================
215
216 * Extracted from connect/express
Note: See TracBrowser for help on using the repository browser.