0.6.0
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'.