Skip to content

Releases: mselerin/ngx-security

[email protected]

17 Dec 10:29
Compare
Choose a tag to compare

Features ⚡️

  • update angular range (allow >=6.0.0) (50c4ed0)

[email protected]

17 Dec 10:29
Compare
Choose a tag to compare

Bug Fixes 🐛

  • when no change in directive evaluation, do nothing instead of clearing component (658fa43)

Features ⚡️

  • allow guard with authenticated: false (0d7051a)

2.1.0

04 Oct 13:52
Compare
Choose a tag to compare

Features ⚡️

  • adding type CheckerResult (cfd876e)
  • Checker functions now return Observable | boolean (b63fad1)

2.0.0

04 Oct 12:53
Compare
Choose a tag to compare

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>

1.0.0

03 Oct 15:31
Compare
Choose a tag to compare

First Major Release 🎉🎺🤘

Every wanted features (by me) have been implemented.

0.3.0

03 Oct 15:24
Compare
Choose a tag to compare

Features

  • adding authorizedHandler inside NgxSecurityGuard (9bea295)

0.2.0

03 Oct 13:43
Compare
Choose a tag to compare

Features

  • Adding a NgxSecurityGuard (e326426)

0.1.0

03 Oct 12:50
Compare
Choose a tag to compare

Features

  • add groups in NgxSecurityState (62187bb)
  • add NgxSecurityState (df3f97c)
  • else block for directives (8e319d2)

0.0.1

03 Oct 10:58
Compare
Choose a tag to compare

Initial release