Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: simplymadeapps/simple-authorization

Version 0.2.3

11 May 18:11
b8f4f19
Compare
Choose a tag to compare
  • Don't catch errors in a policy class's constructor #12

Version 0.2.2

20 Mar 15:28
a0e9faa
Compare
Choose a tag to compare

Version 0.2.1

30 Dec 14:38
d523cc8
Compare
Choose a tag to compare

Version 0.2.0

23 Dec 17:03
38f8992
Compare
Choose a tag to compare
  • Add Authorize.forceUpdateAll() for re-rendering when policy data changes #4

Version 0.1.6

13 Dec 23:07
30140e8
Compare
Choose a tag to compare
  • Remove 'humps' as an unused dependency #2

Version 0.1.5

12 Sep 14:17
Compare
Choose a tag to compare
  • Use var for broader support without transpiling

Version 0.1.4

10 Sep 19:13
Compare
Choose a tag to compare
  • Add ability to render markup when a user cannot perform an action

Version 0.1.3

10 Sep 16:46
Compare
Choose a tag to compare
  • Move Authorize component into main index.js file to avoid issue where policy() was undefined

Version 0.1.2

10 Sep 16:16
Compare
Choose a tag to compare
  • Add SimpleAuthorization.policyResolver to avoid dynamic requires in the module

Version 0.1.1

10 Sep 15:44
Compare
Choose a tag to compare
  • Removed ApplicationPolicy and added instructions for creating it in the project