Releases: auth0/angular2-jwt
Releases · auth0/angular2-jwt
v5.2.0
Changed
- Drop support for Angular 13 and below #777 (frederikprijck)
v5.1.2
v5.1.1
v5.1.0
Changed
- Compile using Ivy partial mode #735 (frederikprijck)
v5.0.1
v5.0.0
Warning: this version has some breaking changes concerning the allowed domains and disallowed 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