Skip to content

v5.0.0

Compare
Choose a tag to compare
@Sambego Sambego released this 07 Jul 09:04
· 71 commits to main since this release

Warning: this version has some breaking changes concerning the allowed domains and disallowed routes!

  • Replace whitelistedDomains to allowedDomains #668
  • Replace blacklistedRoutes to disallowedRoutes #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