2.0.0
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>