Skip to content

Releases: expressjs/errorhandler

1.3.2

01 Jan 18:34
Compare
Choose a tag to compare
  • Fix heading content to not include stack

1.2.4

01 Jan 18:19
Compare
Choose a tag to compare
  • Fix heading content to not include stack

1.3.1

01 Jan 18:22
Compare
Choose a tag to compare

1.3.0

01 Jan 18:22
Compare
Choose a tag to compare
  • Add log option

1.2.3

01 Jan 17:59
Compare
Choose a tag to compare
  • deps: accepts@~1.1.3
    • deps: mime-types@~2.0.3

1.2.2

01 Jan 17:59
Compare
Choose a tag to compare
  • deps: accepts@~1.1.2

1.2.1

01 Jan 17:58
Compare
Choose a tag to compare

1.2.0

03 Sep 05:08
Compare
Choose a tag to compare
  • Display error using util.inspect if no other representation
  • deps: accepts@~1.1.0

1.1.1

20 Jun 17:53
Compare
Choose a tag to compare
  • deps: accepts@~1.0.4
    • use mime-types

1.1.0

17 Jun 02:06
Compare
Choose a tag to compare
  • 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