Releases: expressjs/errorhandler
Releases · expressjs/errorhandler
1.3.2
- Fix heading content to not include stack
1.2.4
- Fix heading content to not include stack
1.3.1
- deps: accepts@~1.2.2
- deps: mime-types@~2.0.7
- deps: [email protected]
1.3.0
- Add
log
option
1.2.3
- deps: accepts@~1.1.3
- deps: mime-types@~2.0.3
1.2.2
- deps: accepts@~1.1.2
- Fix error when media type has invalid parameter
- deps: [email protected]
1.2.1
- deps: accepts@~1.1.1
- deps: mime-types@~2.0.2
- deps: [email protected]
1.2.0
- Display error using
util.inspect
if no other representation - deps: accepts@~1.1.0
1.1.1
- deps: accepts@~1.0.4
- use
mime-types
- use
1.1.0
- Display error on console formatted like
throw
- Escape HTML with
escape-html
module - Escape HTML in stack trace
- Escape HTML in title
- Fix up edge cases with error sent in response
- Set
X-Content-Type-Options: nosniff
header - Use accepts for negotiation