Skip to content

6.0.0

Latest
Compare
Choose a tag to compare
@serhiisol serhiisol released this 09 Jun 11:00
12b6d5d

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: