We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0e05f9f
See changelog
8070908
f952aef
68db1bb
ff05901
Added allowList option to routeOptions.
allowList
758ad03
Included mongo options.
a21fc4c
Please see the release notes.
f8a1527
BREAKING Updated $flatten query param to work on nested $embeds. For example:
$flatten
$embed
{ $embed: ['users.role'] }
Previously, only users would be flattened. With this update, both users and role` are flattened.
users
3a8e77e
Updated to latest versions for most dependencies, specifically hapi v18. Keeping joi v14 for now since the migration to v16 is pretty major.
f6674b6
Named parameters and simulated REST calls.