diff --git a/CHANGELOG.md b/CHANGELOG.md index 6832b61f..928812c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## Version [5.0.0](https://github.com/auth0/angular2-jwt/tags/v5.0.0) + +**Warning: this version has some breaking changes concerning the allowed domains and dissalowed routes!** + +- Replace whitelistedDomains to allowedDomain[#668](https://github.com/auth0/angular2-jwt/pull/668) +- Replace blacklistedRoutes to disallowedRoutes[#668](https://github.com/auth0/angular2-jwt/pull/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](https://github.com/auth0/angular2-jwt/pull/666) + +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v4.2.0..v5.0.0) + ## Version [4.2.0](https://github.com/auth0/angular2-jwt/tags/v4.2.0) [Full Changelog](https://github.com/auth0/angular2-jwt/compare/v4.1.2..v4.2.0)