Skip to content

v12.0.0

Latest
Compare
Choose a tag to compare
@kukjevov kukjevov released this 14 May 17:15

Features

  • removed deprecated rxjs pipes usagess
  • new authGuard can activate fn, that represents routing guard that is used for authorization of user
  • new HasPermissionPipe pipe, that tests whether user has permission
    • is standalone
  • updated AuthorizeDirective directive
    • is now standalone
  • updated LetAuthorizedDirective directive
    • is now standalone
  • updated AuthGuard can activate type
    • changed to can activate fn and is deprecated in favor of authGuard

BREAKING CHANGES

  • minimal supported version of node.js is 18
  • minimal supported version of @angular is 17.3.0
  • minimal supported version of @jscrpt/common is 6.0.0
  • minimal supported version of @anglr/common is 19.0.0
  • minimal supported version of tslib is 2.6.2
  • updated all any to unknown generic type defaults
  • removed AuthorizationModule module, both directives declared in it are now standalone