Skip to content

Releases: serviejs/servie-errorhandler

Handle Empty Errors

Choose a tag to compare

@blakeembrey blakeembrey released this 13 Nov 22:42

Fixed

  • Handle empty errors instead of crashing

Fix Accept Array Handling

Choose a tag to compare

@blakeembrey blakeembrey released this 27 Oct 07:23
  • Fix handling of Accept header when array 0d36a4a

Support `boom` and JSON Responses

Choose a tag to compare

@blakeembrey blakeembrey released this 16 Nov 06:16

Added

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

Servie 3.x

Choose a tag to compare

@blakeembrey blakeembrey released this 16 Nov 06:14

Updated

  • Support Servie 3.x

Vanilla Response

Choose a tag to compare

@blakeembrey blakeembrey released this 11 Apr 15:35

Changed

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

Servie 2.0

Choose a tag to compare

@blakeembrey blakeembrey released this 11 Apr 15:21

Changed

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

Move to @serviejs

Choose a tag to compare

@blakeembrey blakeembrey released this 08 May 21:08

Move to @serviejs

Tidy CSS

Choose a tag to compare

@blakeembrey blakeembrey released this 17 Apr 00:56

Changed

  • Shrink CSS and make it cleaner

Inline Helpers

Choose a tag to compare

@blakeembrey blakeembrey released this 15 Mar 02:34

Changed

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

Initial Release

Choose a tag to compare

@blakeembrey blakeembrey released this 14 Mar 23:37

Push initial renderer for errors into Server Response instances