Releases: fknop/hapi-pagination
Releases · fknop/hapi-pagination
2.0.0 Hapi 1.17 update
This release is intended for use with Hapi 1.17 and above, this shouldn't be used with versions below 1.17.
Thanks to the work of @jimutt for this update.
No other change have been introduced except for the internal changes with Hapi 1.17.
v1.6.5
v1.6.0
Breaking change
- Route overriding are not available anymore on the plugin options
- Overriding options is now done on route level : #7
config: {
plugins: {
pagination: {
// enabled: boolean - force enable or force disable
defaults: {
// page: override page
// limit: override limit
// pagination: override if pagination is false or true by
// default
}
}
}
}