Releases: pillarjs/finalhandler
Releases · pillarjs/finalhandler
1.0.3
- deps: [email protected]
- deps: [email protected]
1.0.2
- deps: [email protected]
- deps: [email protected]
1.0.1
- Fix missing
</html>in HTML document - deps: [email protected]
- Fix:
DEBUG_MAX_ARRAY_LENGTH
- Fix:
1.0.0
- Fix exception when
errcannot be converted to a string - Fully URL-encode the pathname in the 404 message
- Only include the pathname in the 404 message
- Send complete HTML document
- Set
Content-Security-Policy: default-src 'self'header - deps: [email protected]
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable set to3or higher - Fix error when running under React Native
- Use same color for same namespace
- deps: [email protected]
0.5.1
- Fix exception when
err.headersis not an object - deps: statuses@~1.3.1
- perf: hoist regular expressions
- perf: remove duplicate validation path
0.5.0
- Change invalid or non-numeric status code to 500
- Overwrite status message to match set status code
- Prefer
err.statusCodeiferr.statusis invalid - Set response headers from
err.headersobject - Use
statusesinstead ofhttpmodule for status messages- Includes all defined status messages
0.4.1
- deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
v0.4.0
- Fix a false-positive when unpiping in Node.js 0.8
- Support
statusCodeproperty onErrorobjects - Use
unpipemodule for unpiping requests - deps: [email protected]
- deps: on-finished@~2.3.0
- Add defined behavior for HTTP
CONNECTrequests - Add defined behavior for HTTP
Upgraderequests - deps: [email protected]
- Add defined behavior for HTTP
- perf: enable strict mode
- perf: remove argument reassignment
0.3.6
- deps: debug@~2.2.0
- deps: [email protected]
0.3.5
- deps: on-finished@~2.2.1
- Fix
isFinished(req)when data buffered
- Fix