v5.2.0 (2023-10-31)
Changed
- Drop support for Angular 13 and below #777 (frederikprijck)
v5.1.2 (2022-12-20)
Fixed
- Restore pre 5.1.1 behavior and fix types #759 (frederikprijck)
v5.1.1 (2022-12-15)
Fixed
- Support promise based tokenGetter in JwtHelperService #748 (frederikprijck)
Version 5.1.0
Changed
- Compile using Ivy partial mode #735 (frederikprijck)
Note: This release drops support for Angular <12 as those versions are no longer supported by Google themselves. [Read more ...]
Version 5.0.2
- Update
decodeToken
helper type definition to accept a generic.
Version 5.0.1
- Remove dependency on the window object for SSR support
Version 5.0.0
Warning: this version has some breaking changes concerning the allowed domains and dissalowed routes!
- Replace
whitelistedDomains
toallowedDomains
#668 - Replace
blacklistedRoutes
todisallowedRoutes
#668 - Removed the url dependency, as this is a Node module in the CommonJS format, and the Angular 10 CLI throws warnings when using dependencies in the CommonJS format. We're using the default URL interface, https://developer.mozilla.org/en-US/docs/Web/API/URL #666
Version 4.2.0
- Allow the authScheme config parameter to be a getter function #659
Version 4.1.2 (2020-05-16)
- Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656
Version 4.1.1 (2020-05-15)
- Something went wrong pulishing
v4.1.0
, this version fixes that.
Version 4.1.0 (2020-05-15)
- Use blacklist domains regardless of their protocol #644
- Pass the HttpRequest to the tokenGetter #649
Version 4.0.0 (2020-02-07)
- Angular 9 compatibility
- Angular Ivy compatibility
Version 3.0.1 (2019-10-28)
- Be sure to handle
undefined
tokens #626 @RobertRad - docs: corrected/rephrased a sentence in README.md #625 @noopur-tiwari
Version 3.0.0 (2019-07-16)
- Breaking change
isTokenExpired
now returnsfalse
if no expiry date is found inside the token. This is a change to align with the JWT spec, but may break applications that rely on the previous behavior. #562 @atom-morgan
Version 2.1.2 (2019-07-15)
- Gracefully handle null/empty tokens #586
Version 2.1.1 (2019-07-01)
- Blacklist/Whitelist check fix #538
- Refactor deep rxjs imports and use named define #608
- fix(rxjs): remove imports from rxjs/internal #542
Note: historical changelog information has not been recorded in this format. Please see the releases page for information on previous releases.