Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Releases: kjellmorten/hapi-json-api

v3.1.0

15 May 16:21
Compare
Choose a tag to compare
  • Update accepts (patch)
  • Update boom to @hapi/boom (minor update and prefix to package name)
  • Update som dev deps

v3.0.3

28 Nov 09:51
Compare
Choose a tag to compare
  • Update README with correct example code (thanks to @Crazyglue)
  • Update boom (minor update)
  • Update some dev dependencies

v3.0.2

12 Jul 13:12
Compare
Choose a tag to compare

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

Also upgrade eslint deps.

v3.0.1

05 May 18:40
Compare
Choose a tag to compare

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

v3.0.0

05 May 18:32
Compare
Choose a tag to compare
  • 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

05 May 09:52
e530db0
Compare
Choose a tag to compare

Update minor deps, specifically Hoek to 4.2.1.

v2.0.5

15 Nov 09:53
Compare
Choose a tag to compare
  • 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

19 Oct 10:22
Compare
Choose a tag to compare
  • Updated Boom to 6.0.0
  • Updated Hoek to 5.0.0

v2.0.1

02 Jan 19:02
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-01-02)

Bug Fixes

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

v2.0.0

16 Dec 17:44
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2015-12-16)

Bug Fixes

  • ignore non-JSON API requests (2705bb15)

Breaking Changes