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