Skip to content

Latest commit

 

History

History
115 lines (65 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

115 lines (65 loc) · 6.06 KB

Change Log

v5.2.0 (2023-10-31)

Full Changelog

Changed

v5.1.2 (2022-12-20)

Full Changelog

Fixed

v5.1.1 (2022-12-15)

Full Changelog

Fixed

Version 5.1.0

Full Changelog

Changed

Note: This release drops support for Angular <12 as those versions are no longer supported by Google themselves. [Read more ...]

Version 5.0.2

Full Changelog

  • Update decodeToken helper type definition to accept a generic.

Version 5.0.1

Full Changelog

  • Remove dependency on the window object for SSR support

Version 5.0.0

Warning: this version has some breaking changes concerning the allowed domains and dissalowed 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

Full Changelog

Version 4.2.0

Full Changelog

  • Allow the authScheme config parameter to be a getter function #659

Version 4.1.2 (2020-05-16)

Full Changelog

  • Support domains with a port other than the default HTTP ports (HTTP: 80, HTTPS: 443) #656

Version 4.1.1 (2020-05-15)

Full Changelog

  • Something went wrong pulishing v4.1.0, this version fixes that.

Version 4.1.0 (2020-05-15)

Full Changelog

  • Use blacklist domains regardless of their protocol #644
  • Pass the HttpRequest to the tokenGetter #649

Version 4.0.0 (2020-02-07)

Full Changelog

From #622 avatsaev:

  • Angular 9 compatibility
  • Angular Ivy compatibility

Version 3.0.1 (2019-10-28)

Full Changelog

Version 3.0.0 (2019-07-16)

Full Changelog

  • Breaking change isTokenExpired now returns false if no expiry date is found inside the token. This is a change to align with the JWT spec, but may break applications that rely on the previous behavior. #562 @atom-morgan

Version 2.1.2 (2019-07-15)

Full Changelog

  • Gracefully handle null/empty tokens #586

Version 2.1.1 (2019-07-01)

Full Changelog

  • Blacklist/Whitelist check fix #538
  • Refactor deep rxjs imports and use named define #608
  • fix(rxjs): remove imports from rxjs/internal #542

Note: historical changelog information has not been recorded in this format. Please see the releases page for information on previous releases.