Skip to content

Releases: sholladay/hapi-error-page

2.0.1

05 Feb 23:19

Choose a tag to compare

  • Fix detection of media type preferences 0da1921

v2.0.0...v2.0.1

2.0.0

13 Jan 17:04

Choose a tag to compare

Highlights πŸ”

  • Update to hapi 19 and Node 12 4129928

All changes πŸ“š

v1.0.0...v2.0.0

1.0.0

12 Dec 11:09

Choose a tag to compare

Highlights πŸ”

All changes πŸ“š

v0.6.0...v1.0.0

0.6.0

28 Sep 13:19

Choose a tag to compare

Highlights πŸ”

We now only process requests that have an explicit accept header that prefers text/html or text/*, such as those sent by browsers. This mainly affects API calls made with HTTP clients like fetch(), server.inject(), etc. You can now omit the accept header in tests, for example, and you will receive errors as JSON. If you want the old behavior, send accept: 'text/html'.

All changes πŸ“š

v0.5.2...v0.6.0