source: frontend/node_modules/serve-static/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: 10.6 KB
RevLine 
[9af201e]11.16.3 / 2024-12-15
2===================
3
4* deps: send@~0.19.1
5 - deps: encodeurl@~2.0.0
6
71.16.2 / 2024-09-11
8===================
9
10* deps: encodeurl@~2.0.0
11
121.16.1 / 2024-09-11
13===================
14
15* deps: send@0.19.0
16
171.16.0 / 2024-09-10
18===================
19
20* Remove link renderization in html while redirecting
21
22
231.15.0 / 2022-03-24
24===================
25
26 * deps: send@0.18.0
27 - Fix emitted 416 error missing headers property
28 - Limit the headers removed for 304 response
29 - deps: depd@2.0.0
30 - deps: destroy@1.2.0
31 - deps: http-errors@2.0.0
32 - deps: on-finished@2.4.1
33 - deps: statuses@2.0.1
34
351.14.2 / 2021-12-15
36===================
37
38 * deps: send@0.17.2
39 - deps: http-errors@1.8.1
40 - deps: ms@2.1.3
41 - pref: ignore empty http tokens
42
431.14.1 / 2019-05-10
44===================
45
46 * Set stricter CSP header in redirect response
47 * deps: send@0.17.1
48 - deps: range-parser@~1.2.1
49
501.14.0 / 2019-05-07
51===================
52
53 * deps: parseurl@~1.3.3
54 * deps: send@0.17.0
55 - deps: http-errors@~1.7.2
56 - deps: mime@1.6.0
57 - deps: ms@2.1.1
58 - deps: statuses@~1.5.0
59 - perf: remove redundant `path.normalize` call
60
611.13.2 / 2018-02-07
62===================
63
64 * Fix incorrect end tag in redirects
65 * deps: encodeurl@~1.0.2
66 - Fix encoding `%` as last character
67 * deps: send@0.16.2
68 - deps: depd@~1.1.2
69 - deps: encodeurl@~1.0.2
70 - deps: statuses@~1.4.0
71
721.13.1 / 2017-09-29
73===================
74
75 * Fix regression when `root` is incorrectly set to a file
76 * deps: send@0.16.1
77
781.13.0 / 2017-09-27
79===================
80
81 * deps: send@0.16.0
82 - Add 70 new types for file extensions
83 - Add `immutable` option
84 - Fix missing `</html>` in default error & redirects
85 - Set charset as "UTF-8" for .js and .json
86 - Use instance methods on steam to check for listeners
87 - deps: mime@1.4.1
88 - perf: improve path validation speed
89
901.12.6 / 2017-09-22
91===================
92
93 * deps: send@0.15.6
94 - deps: debug@2.6.9
95 - perf: improve `If-Match` token parsing
96 * perf: improve slash collapsing
97
981.12.5 / 2017-09-21
99===================
100
101 * deps: parseurl@~1.3.2
102 - perf: reduce overhead for full URLs
103 - perf: unroll the "fast-path" `RegExp`
104 * deps: send@0.15.5
105 - Fix handling of modified headers with invalid dates
106 - deps: etag@~1.8.1
107 - deps: fresh@0.5.2
108
1091.12.4 / 2017-08-05
110===================
111
112 * deps: send@0.15.4
113 - deps: debug@2.6.8
114 - deps: depd@~1.1.1
115 - deps: http-errors@~1.6.2
116
1171.12.3 / 2017-05-16
118===================
119
120 * deps: send@0.15.3
121 - deps: debug@2.6.7
122
1231.12.2 / 2017-04-26
124===================
125
126 * deps: send@0.15.2
127 - deps: debug@2.6.4
128
1291.12.1 / 2017-03-04
130===================
131
132 * deps: send@0.15.1
133 - Fix issue when `Date.parse` does not return `NaN` on invalid date
134 - Fix strict violation in broken environments
135
1361.12.0 / 2017-02-25
137===================
138
139 * Send complete HTML document in redirect response
140 * Set default CSP header in redirect response
141 * deps: send@0.15.0
142 - Fix false detection of `no-cache` request directive
143 - Fix incorrect result when `If-None-Match` has both `*` and ETags
144 - Fix weak `ETag` matching to match spec
145 - Remove usage of `res._headers` private field
146 - Support `If-Match` and `If-Unmodified-Since` headers
147 - Use `res.getHeaderNames()` when available
148 - Use `res.headersSent` when available
149 - deps: debug@2.6.1
150 - deps: etag@~1.8.0
151 - deps: fresh@0.5.0
152 - deps: http-errors@~1.6.1
153
1541.11.2 / 2017-01-23
155===================
156
157 * deps: send@0.14.2
158 - deps: http-errors@~1.5.1
159 - deps: ms@0.7.2
160 - deps: statuses@~1.3.1
161
1621.11.1 / 2016-06-10
163===================
164
165 * Fix redirect error when `req.url` contains raw non-URL characters
166 * deps: send@0.14.1
167
1681.11.0 / 2016-06-07
169===================
170
171 * Use status code 301 for redirects
172 * deps: send@0.14.0
173 - Add `acceptRanges` option
174 - Add `cacheControl` option
175 - Attempt to combine multiple ranges into single range
176 - Correctly inherit from `Stream` class
177 - Fix `Content-Range` header in 416 responses when using `start`/`end` options
178 - Fix `Content-Range` header missing from default 416 responses
179 - Ignore non-byte `Range` headers
180 - deps: http-errors@~1.5.0
181 - deps: range-parser@~1.2.0
182 - deps: statuses@~1.3.0
183 - perf: remove argument reassignment
184
1851.10.3 / 2016-05-30
186===================
187
188 * deps: send@0.13.2
189 - Fix invalid `Content-Type` header when `send.mime.default_type` unset
190
1911.10.2 / 2016-01-19
192===================
193
194 * deps: parseurl@~1.3.1
195 - perf: enable strict mode
196
1971.10.1 / 2016-01-16
198===================
199
200 * deps: escape-html@~1.0.3
201 - perf: enable strict mode
202 - perf: optimize string replacement
203 - perf: use faster string coercion
204 * deps: send@0.13.1
205 - deps: depd@~1.1.0
206 - deps: destroy@~1.0.4
207 - deps: escape-html@~1.0.3
208 - deps: range-parser@~1.0.3
209
2101.10.0 / 2015-06-17
211===================
212
213 * Add `fallthrough` option
214 - Allows declaring this middleware is the final destination
215 - Provides better integration with Express patterns
216 * Fix reading options from options prototype
217 * Improve the default redirect response headers
218 * deps: escape-html@1.0.2
219 * deps: send@0.13.0
220 - Allow Node.js HTTP server to set `Date` response header
221 - Fix incorrectly removing `Content-Location` on 304 response
222 - Improve the default redirect response headers
223 - Send appropriate headers on default error response
224 - Use `http-errors` for standard emitted errors
225 - Use `statuses` instead of `http` module for status messages
226 - deps: escape-html@1.0.2
227 - deps: etag@~1.7.0
228 - deps: fresh@0.3.0
229 - deps: on-finished@~2.3.0
230 - perf: enable strict mode
231 - perf: remove unnecessary array allocations
232 * perf: enable strict mode
233 * perf: remove argument reassignment
234
2351.9.3 / 2015-05-14
236==================
237
238 * deps: send@0.12.3
239 - deps: debug@~2.2.0
240 - deps: depd@~1.0.1
241 - deps: etag@~1.6.0
242 - deps: ms@0.7.1
243 - deps: on-finished@~2.2.1
244
2451.9.2 / 2015-03-14
246==================
247
248 * deps: send@0.12.2
249 - Throw errors early for invalid `extensions` or `index` options
250 - deps: debug@~2.1.3
251
2521.9.1 / 2015-02-17
253==================
254
255 * deps: send@0.12.1
256 - Fix regression sending zero-length files
257
2581.9.0 / 2015-02-16
259==================
260
261 * deps: send@0.12.0
262 - Always read the stat size from the file
263 - Fix mutating passed-in `options`
264 - deps: mime@1.3.4
265
2661.8.1 / 2015-01-20
267==================
268
269 * Fix redirect loop in Node.js 0.11.14
270 * deps: send@0.11.1
271 - Fix root path disclosure
272
2731.8.0 / 2015-01-05
274==================
275
276 * deps: send@0.11.0
277 - deps: debug@~2.1.1
278 - deps: etag@~1.5.1
279 - deps: ms@0.7.0
280 - deps: on-finished@~2.2.0
281
2821.7.2 / 2015-01-02
283==================
284
285 * Fix potential open redirect when mounted at root
286
2871.7.1 / 2014-10-22
288==================
289
290 * deps: send@0.10.1
291 - deps: on-finished@~2.1.1
292
2931.7.0 / 2014-10-15
294==================
295
296 * deps: send@0.10.0
297 - deps: debug@~2.1.0
298 - deps: depd@~1.0.0
299 - deps: etag@~1.5.0
300
3011.6.5 / 2015-02-04
302==================
303
304 * Fix potential open redirect when mounted at root
305 - Back-ported from v1.7.2
306
3071.6.4 / 2014-10-08
308==================
309
310 * Fix redirect loop when index file serving disabled
311
3121.6.3 / 2014-09-24
313==================
314
315 * deps: send@0.9.3
316 - deps: etag@~1.4.0
317
3181.6.2 / 2014-09-15
319==================
320
321 * deps: send@0.9.2
322 - deps: depd@0.4.5
323 - deps: etag@~1.3.1
324 - deps: range-parser@~1.0.2
325
3261.6.1 / 2014-09-07
327==================
328
329 * deps: send@0.9.1
330 - deps: fresh@0.2.4
331
3321.6.0 / 2014-09-07
333==================
334
335 * deps: send@0.9.0
336 - Add `lastModified` option
337 - Use `etag` to generate `ETag` header
338 - deps: debug@~2.0.0
339
3401.5.4 / 2014-09-04
341==================
342
343 * deps: send@0.8.5
344 - Fix a path traversal issue when using `root`
345 - Fix malicious path detection for empty string path
346
3471.5.3 / 2014-08-17
348==================
349
350 * deps: send@0.8.3
351
3521.5.2 / 2014-08-14
353==================
354
355 * deps: send@0.8.2
356 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
357
3581.5.1 / 2014-08-09
359==================
360
361 * Fix parsing of weird `req.originalUrl` values
362 * deps: parseurl@~1.3.0
363 * deps: utils-merge@1.0.0
364
3651.5.0 / 2014-08-05
366==================
367
368 * deps: send@0.8.1
369 - Add `extensions` option
370
3711.4.4 / 2014-08-04
372==================
373
374 * deps: send@0.7.4
375 - Fix serving index files without root dir
376
3771.4.3 / 2014-07-29
378==================
379
380 * deps: send@0.7.3
381 - Fix incorrect 403 on Windows and Node.js 0.11
382
3831.4.2 / 2014-07-27
384==================
385
386 * deps: send@0.7.2
387 - deps: depd@0.4.4
388
3891.4.1 / 2014-07-26
390==================
391
392 * deps: send@0.7.1
393 - deps: depd@0.4.3
394
3951.4.0 / 2014-07-21
396==================
397
398 * deps: parseurl@~1.2.0
399 - Cache URLs based on original value
400 - Remove no-longer-needed URL mis-parse work-around
401 - Simplify the "fast-path" `RegExp`
402 * deps: send@0.7.0
403 - Add `dotfiles` option
404 - deps: debug@1.0.4
405 - deps: depd@0.4.2
406
4071.3.2 / 2014-07-11
408==================
409
410 * deps: send@0.6.0
411 - Cap `maxAge` value to 1 year
412 - deps: debug@1.0.3
413
4141.3.1 / 2014-07-09
415==================
416
417 * deps: parseurl@~1.1.3
418 - faster parsing of href-only URLs
419
4201.3.0 / 2014-06-28
421==================
422
423 * Add `setHeaders` option
424 * Include HTML link in redirect response
425 * deps: send@0.5.0
426 - Accept string for `maxAge` (converted by `ms`)
427
4281.2.3 / 2014-06-11
429==================
430
431 * deps: send@0.4.3
432 - Do not throw un-catchable error on file open race condition
433 - Use `escape-html` for HTML escaping
434 - deps: debug@1.0.2
435 - deps: finished@1.2.2
436 - deps: fresh@0.2.2
437
4381.2.2 / 2014-06-09
439==================
440
441 * deps: send@0.4.2
442 - fix "event emitter leak" warnings
443 - deps: debug@1.0.1
444 - deps: finished@1.2.1
445
4461.2.1 / 2014-06-02
447==================
448
449 * use `escape-html` for escaping
450 * deps: send@0.4.1
451 - Send `max-age` in `Cache-Control` in correct format
452
4531.2.0 / 2014-05-29
454==================
455
456 * deps: send@0.4.0
457 - Calculate ETag with md5 for reduced collisions
458 - Fix wrong behavior when index file matches directory
459 - Ignore stream errors after request ends
460 - Skip directories in index file search
461 - deps: debug@0.8.1
462
4631.1.0 / 2014-04-24
464==================
465
466 * Accept options directly to `send` module
467 * deps: send@0.3.0
468
4691.0.4 / 2014-04-07
470==================
471
472 * Resolve relative paths at middleware setup
473 * Use parseurl to parse the URL from request
474
4751.0.3 / 2014-03-20
476==================
477
478 * Do not rely on connect-like environments
479
4801.0.2 / 2014-03-06
481==================
482
483 * deps: send@0.2.0
484
4851.0.1 / 2014-03-05
486==================
487
488 * Add mime export for back-compat
489
4901.0.0 / 2014-03-05
491==================
492
493 * Genesis from `connect`
Note: See TracBrowser for help on using the repository browser.