Hapi Json Api Versions Save

Hapi plugin for enabling/enforcing JSON-API specification.

v3.1.0

5 years ago
  • Update accepts (patch)
  • Update boom to @hapi/boom (minor update and prefix to package name)
  • Update som dev deps

v3.0.3

5 years ago
  • Update README with correct example code (thanks to @Crazyglue)
  • Update boom (minor update)
  • Update some dev dependencies

v3.0.2

5 years ago

Bugfix to include all required files when installing from npm. Thanks to @Kevnz!

Also upgrade eslint deps.

v3.0.1

6 years ago

Revert to package name @gar/hapi-json-api, as hapi-json-api was too close to existing packages on npm.

v3.0.0

6 years ago
  • Support Hapi 17
  • Upgrade to major versions of dependencies
  • Rename module to hapi-json-api

A big thanks to @binarymist for implementing the Hapi 17 changes!

v2.0.6

6 years ago

Update minor deps, specifically Hoek to 4.2.1.

v2.0.5

6 years ago
  • Rolled back versions for Boom, Hoek, and Code, as the upgrade introduced a breaking change to hapi-json-api by requiring Node >= 8

v2.0.4

6 years ago
  • Updated Boom to 6.0.0
  • Updated Hoek to 5.0.0

v2.0.1

8 years ago

<a name"2.0.1">

2.0.1 (2016-01-02)

Bug Fixes

  • ignore charset=utf-8 media type parameter (367280b0)

v2.0.0

8 years ago

<a name"2.0.0">

2.0.0 (2015-12-16)

Bug Fixes

  • ignore non-JSON API requests (2705bb15)

Breaking Changes