Skip to content

Releases: JKHeadley/rest-hapi

v3.2.0

27 Dec 21:43
Compare
Choose a tag to compare

v3.1.0

27 Dec 21:42
Compare
Choose a tag to compare

v3.0.0

23 Aug 19:07
Compare
Choose a tag to compare

v2.3.0

23 Aug 18:00
Compare
Choose a tag to compare

v2.2.0

09 Jul 05:57
Compare
Choose a tag to compare

Added allowList option to routeOptions.

v2.1.0

09 Jul 05:56
Compare
Choose a tag to compare

Included mongo options.

v2.0.0

24 Mar 20:37
Compare
Choose a tag to compare

Please see the release notes.

v1.9.0

22 Sep 22:19
Compare
Choose a tag to compare

BREAKING Updated $flatten query param to work on nested $embeds. For example:

{
  $embed: ['users.role']
}

Previously, only users would be flattened. With this update, both users and role` are flattened.

v1.8.0

22 Sep 21:39
Compare
Choose a tag to compare

Updated to latest versions for most dependencies, specifically hapi v18. Keeping joi v14 for now since the migration to v16 is pretty major.

v1.7.0

13 Sep 21:16
Compare
Choose a tag to compare

Named parameters and simulated REST calls.