Releases: jscheffner/hapi-auth-any
Releases · jscheffner/hapi-auth-any
v2.0.0
BREAKING CHANGES:
- drops support for Node.js 14 and 16. You now need at least Node.js 18 to use this package.
- drops support for Hapi 19 and 20. You now need Hapi 21 to use this package.
- throws a native AggregateError instead of a third-party one. They are no longer iterable but have an errors property that contains the individual errors
v2.0.0-rc.1
2.0.0-rc.1
v1.0.0
Bumps dependency versions.
BREAKING CHANGE: This release drops support for node 8. You now need at least node 10 to use this package.
v0.2.0
Improved Error Handling
- throw a boomified AggregateError to preserve errors that make the strategy fail
- output messages from error payloads instead of actual error message in order to avoid leaking internal server error messages
v0.1.4
0.1.4
v0.1.3
0.1.3
v0.1.2
release v0.1.2
v0.1.1
0.1.1
Initial Release
v0.1.0 initial commit