Skip to content

Releases: serviejs/servie-errorhandler

Handle Empty Errors

13 Nov 22:42
Compare
Choose a tag to compare

Fixed

  • Handle empty errors instead of crashing

Fix Accept Array Handling

27 Oct 07:23
Compare
Choose a tag to compare
  • Fix handling of Accept header when array 0d36a4a

Support `boom` and JSON Responses

16 Nov 06:16
Compare
Choose a tag to compare

Added

  • Support boom-like error objects
  • Respond with JSON by default

Servie 3.x

16 Nov 06:14
Compare
Choose a tag to compare

Updated

  • Support Servie 3.x

Vanilla Response

11 Apr 15:35
Compare
Choose a tag to compare

Changed

  • Remove servie-send, error etags probably aren't necessary if they're being hit

Servie 2.0

11 Apr 15:21
Compare
Choose a tag to compare

Changed

  • Supports Servie 2.0
  • Removes accepts switching logic to always serve HTML errors

Move to @serviejs

08 May 21:08
Compare
Choose a tag to compare

Tidy CSS

17 Apr 00:56
Compare
Choose a tag to compare

Changed

  • Shrink CSS and make it cleaner

Inline Helpers

15 Mar 02:34
Compare
Choose a tag to compare

Changed

  • Inline the helper functions and remove boolean log ability (use production flag for the same thing)

Initial Release

14 Mar 23:37
Compare
Choose a tag to compare

Push initial renderer for errors into Server Response instances