rest-hapi

🚀 A RESTful API generator for Node.js

MIT License

Downloads
306
Stars
1.2K

Bot releases are hidden (Show)

rest-hapi - v3.2.0 Latest Release

Published by JKHeadley almost 2 years ago

rest-hapi - v3.1.0

Published by JKHeadley almost 2 years ago

rest-hapi - v3.0.0

Published by JKHeadley about 2 years ago

rest-hapi - v2.3.0

Published by JKHeadley about 2 years ago

rest-hapi - v2.2.0

Published by JKHeadley over 4 years ago

Added allowList option to routeOptions.

rest-hapi - v2.1.0

Published by JKHeadley over 4 years ago

Included mongo options.

rest-hapi - v2.0.0

Published by JKHeadley over 4 years ago

Please see the release notes.

rest-hapi - v1.9.0

Published by JKHeadley about 5 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.

rest-hapi - v1.8.0

Published by JKHeadley about 5 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.

rest-hapi - v1.7.0

Published by JKHeadley about 5 years ago

Named parameters and simulated REST calls.

rest-hapi - v1.5.0

Published by JKHeadley over 5 years ago

Updated dependencies. Added general swagger option config.

rest-hapi - Initial Release

Published by JKHeadley almost 8 years ago

Initial release of base functionality.