Skip to content

2.0.0

Compare
Choose a tag to compare
@mselerin mselerin released this 04 Oct 12:53
· 141 commits to master since this release

Release 2.0.0, fully Observable πŸ”

Features ⚑

  • add directives 'IsMemberOfAny' and 'HasAnyPermissions' (169aaa4)
  • add directives 'IsNotMemberOf' and 'HasNotPermissions' (3363923)
  • adding unit test (197f34e)
  • removing singular hasRole/hasNotRole directive (7b36ca3)
  • removing warning when no access (e31f9aa)
  • security check with Observable (0772cb7)

BREAKING CHANGES πŸ’£

  • removing singular hasRole/hasNotRole directive
  • all security check return Observable<boolean>