Releases: serhiisol/ngx-auth
Releases · serhiisol/ngx-auth
6.0.0
Changes:
- added angular 16 support
- updated testing setup: added jest, testing-library instead of karma and jasmine
- added eslint to the project
Breaking Changes:
- Removed public access to
ProtectedGuard
andPublicGuard
guards in favor of functional guardsprotectedGuard
andpublicGuard
respectively - Removed
canActivateChild
due to its deprecation. Guards should be used for appropriate routes only - Removed deprecated
verifyTokenRequest
method.verifyRefreshToken
should be used instead
Resolves:
NgxAuth 5.4.0
- stopped using
window
directly - added current request to refreshShouldHappen
NgxAuth 5.3.0
- fixed incorrect data passed to verifyRefreshToken method
NgxAuth 5.2.0
- Adds new
skipRequest
method to skip some requests (a.k.a. blacklisting) - Readme updates
NgxAuth 5.1.0
*angular 8.0.0 support added
NgxAuth 5.0.0
*angular 7.0.0 support added
NgxAuth 4.1.0
- added support of last interrupted url
NgxAuth 4.0.0
- adds support of angular 6 and rxjs 6
NgxAuth 3.1.0
- Fixed issue when chrome cancels requests after refresh token request and retry
- Adjusted tests to run sequence of requests properly (delayed requests)
- Adjusted JSdocs to support latest ts/tslint
- Updated versions
NgxAuth 3.0.0
- angular 5 and latest cli support, closes #9
Thanks to @JulienBourgain for finding this issue and proposing the solution.