Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambego committed Jul 7, 2020
1 parent 574ea8b commit ab42f6f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ab42f6f

Please sign in to comment.