Rest Hapi Versions Save

🚀 A RESTful API generator for Node.js

v3.2.0

1 year ago

v3.1.0

1 year ago

v3.0.0

1 year ago

v2.3.0

1 year ago

v2.2.0

3 years ago

Added allowList option to routeOptions.

v2.1.0

3 years ago

Included mongo options.

v2.0.0

4 years ago

Please see the release notes.

v1.9.0

4 years ago

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

4 years ago

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

4 years ago

Named parameters and simulated REST calls.