Errorhandler Versions Save

Development-only error handler middleware

1.3.2

9 years ago
  • Fix heading content to not include stack

1.3.1

9 years ago

1.3.0

9 years ago
  • Add log option

1.2.4

9 years ago
  • Fix heading content to not include stack

1.2.3

9 years ago
  • deps: accepts@~1.1.3
    • deps: mime-types@~2.0.3

1.2.2

9 years ago
  • deps: accepts@~1.1.2

1.2.1

9 years ago

1.2.0

9 years ago
  • Display error using util.inspect if no other representation
  • deps: accepts@~1.1.0

1.1.1

9 years ago
  • deps: accepts@~1.0.4
    • use mime-types

1.1.0

9 years ago
  • 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