Releases: uwla/lacl
Releases · uwla/lacl
v2.1.0
v2.0.0
v1.9.4
v1.8.4
v1.7.4
v1.7.3
This release:
- fix misspells in API interface
To clarify, both documentation and source code had misspells, so they were coherent. Thus, the misspell would not cause bugs to those who blindly followed the docs, copy and pasted example code, or relied on IDEs to warn about unknown methods.
v1.7.2
This release:
- improves interface for fetching and creating permissions
- provides a trait that combines both
HasRole
andPermissionable
- allows overriding the models Permission and Role used by the traits
- no longer requires the user to explicitly declare a class implements the interface of the traits