Releases: expressjs/serve-static
Releases · expressjs/serve-static
1.11.2
- deps: [email protected]
- deps: http-errors@~1.5.1
- deps: [email protected]
- deps: statuses@~1.3.1
1.11.1
- Fix redirect error when
req.urlcontains raw non-URL characters - deps: [email protected]
1.11.0
- Use status code 301 for redirects
- deps: [email protected]
- Add
acceptRangesoption - Add
cacheControloption - Attempt to combine multiple ranges into single range
- Correctly inherit from
Streamclass - Fix
Content-Rangeheader in 416 responses when usingstart/endoptions - Fix
Content-Rangeheader missing from default 416 responses - Ignore non-byte
Rangeheaders - deps: http-errors@~1.5.0
- deps: range-parser@~1.2.0
- deps: statuses@~1.3.0
- perf: remove argument reassignment
- Add
1.10.3
- deps: [email protected]
- Fix invalid
Content-Typeheader whensend.mime.default_typeunset
- Fix invalid
1.10.2
- deps: parseurl@~1.3.1
- perf: enable strict mode
1.10.1
- deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
- deps: [email protected]
- deps: depd@~1.1.0
- deps: destroy@~1.0.4
- deps: escape-html@~1.0.3
- deps: range-parser@~1.0.3
1.10.0
- Add
fallthroughoption- Allows declaring this middleware is the final destination
- Provides better integration with Express patterns
- Fix reading options from options prototype
- Improve the default redirect response headers
- deps: [email protected]
- deps: [email protected]
- Allow Node.js HTTP server to set
Dateresponse header - Fix incorrectly removing
Content-Locationon 304 response - Improve the default redirect response headers
- Send appropriate headers on default error response
- Use
http-errorsfor standard emitted errors - Use
statusesinstead ofhttpmodule for status messages - deps: [email protected]
- deps: etag@~1.7.0
- deps: [email protected]
- deps: on-finished@~2.3.0
- perf: enable strict mode
- perf: remove unnecessary array allocations
- Allow Node.js HTTP server to set
- perf: enable strict mode
- perf: remove argument reassignment
1.9.3
- deps: [email protected]
- deps: debug@~2.2.0
- deps: depd@~1.0.1
- deps: etag@~1.6.0
- deps: [email protected]
- deps: on-finished@~2.2.1
1.9.2
- deps: [email protected]
- Throw errors early for invalid
extensionsorindexoptions - deps: debug@~2.1.3
- Throw errors early for invalid
1.9.1
- deps: [email protected]
- Fix regression sending zero-length files