Skip to content

Releases: serhiisol/ngx-auth

6.0.0

09 Jun 11:00
12b6d5d
Compare
Choose a tag to compare

Changes:

  • added angular 16 support
  • updated testing setup: added jest, testing-library instead of karma and jasmine
  • added eslint to the project

Breaking Changes:

  • Removed public access to ProtectedGuard and PublicGuard guards in favor of functional guards protectedGuard and publicGuard respectively
  • Removed canActivateChild due to its deprecation. Guards should be used for appropriate routes only
  • Removed deprecated verifyTokenRequest method. verifyRefreshToken should be used instead

Resolves:

NgxAuth 5.4.0

19 Jan 00:46
Compare
Choose a tag to compare
  • stopped using window directly
  • added current request to refreshShouldHappen

NgxAuth 5.3.0

19 Jan 00:42
c0128e0
Compare
Choose a tag to compare
  • fixed incorrect data passed to verifyRefreshToken method

NgxAuth 5.2.0

03 Oct 18:15
ee237f2
Compare
Choose a tag to compare
  • Adds new skipRequest method to skip some requests (a.k.a. blacklisting)
  • Readme updates

NgxAuth 5.1.0

10 Jul 17:38
e3ec7bb
Compare
Choose a tag to compare

*angular 8.0.0 support added

NgxAuth 5.0.0

26 Oct 09:20
Compare
Choose a tag to compare

*angular 7.0.0 support added

NgxAuth 4.1.0

05 Sep 19:37
1b84285
Compare
Choose a tag to compare
  • added support of last interrupted url

NgxAuth 4.0.0

17 May 11:16
0711d95
Compare
Choose a tag to compare
  • adds support of angular 6 and rxjs 6

NgxAuth 3.1.0

03 Apr 09:29
ae712b3
Compare
Choose a tag to compare
  • Fixed issue when chrome cancels requests after refresh token request and retry
  • Adjusted tests to run sequence of requests properly (delayed requests)
  • Adjusted JSdocs to support latest ts/tslint
  • Updated versions

NgxAuth 3.0.0

15 Nov 12:46
Compare
Choose a tag to compare
  • angular 5 and latest cli support, closes #9

Thanks to @JulienBourgain for finding this issue and proposing the solution.