Skip to content

Releases: RafaelVidaurre/angular-permission

v2.0.9

15 Feb 21:38
Compare
Choose a tag to compare

Permission directive is now watching for changes of only and except attributes.
Referral issue: #150

v2.0.8

13 Feb 16:30
Compare
Choose a tag to compare
chore: Bump version to 2.0.8

v2.0.7

13 Feb 15:20
Compare
Choose a tag to compare

Solved problem with having AND operator between items in only and except params instead of OR mentioned in issues #147 and #148.

v2.0.6

08 Feb 20:16
Compare
Choose a tag to compare

Solved issue with defineRole callback functions not defined if no permission used.

v2.0.4

07 Feb 17:07
Compare
Choose a tag to compare

When accessing state - validation was checked only for the first time due to wrongly set $$isAuthorizationFinished flag.
Referal issues: #142 #143

v2.0.2

03 Feb 00:29
Compare
Choose a tag to compare

Resolved major problem with authorisation disabling rendering views after authorisation.
Referral issues: #134 #135

v2.0.1

29 Jan 19:25
Compare
Choose a tag to compare

Solved problem that disallowed proper loading permission module.

Version 2.0

29 Jan 15:04
Compare
Choose a tag to compare

Refactored/redid most of angular-permission's code.

New features

  • Permission directives (permission-except, permission-only)

Breaking changes

defineRole => definePermission
defineManyRoles => defineManyPermissions

This release was driven by @masterspambot who has been an incredibly valuable contributor for angular-permission

Fix defineRole usage on injected service

09 Nov 18:40
Compare
Choose a tag to compare

Apparently there was an issue with the way roles were being assigned when defined at run stage instead of config stage.

This version fixes that.

Thanks to @masterspambot

Version bump to match NPM

30 Sep 19:10
Compare
Choose a tag to compare

This merge violates semver's versioning standard, I'm violating semver this time because of an issue with NPM.

No big changes here