Skip to content

Releases: uwla/lacl

v2.1.0

20 Nov 18:09
Compare
Choose a tag to compare
  • Add MorphToMany relation

v2.0.0

07 Sep 19:52
Compare
Choose a tag to compare
  • Laravel 11 upgrade

v1.9.4

18 Jul 11:07
Compare
Choose a tag to compare

This release:

  • enables attaching permissions directly to an Eloquent model other than the Role
  • adds yet another interface on the Permission to get the models associated with a permission

v1.8.4

13 Jul 12:16
Compare
Choose a tag to compare

This release:

  • adds functionality to get the permissions of multiple roles at once
  • adds functionality to get the roles of multiple users at once

v1.7.4

09 Jul 17:30
Compare
Choose a tag to compare

This release:

  • fixes a bug that prevented overriding the models Permission and Role used by the package traits

v1.7.3

01 Jun 00:48
Compare
Choose a tag to compare

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

09 May 12:33
Compare
Choose a tag to compare

This release:

  • improves interface for fetching and creating permissions
  • provides a trait that combines both HasRole and Permissionable
  • 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

v1.6.2

06 May 23:40
Compare
Choose a tag to compare

This release:

  • adds option to grant/revoke roles to/from multiple users at once
  • adds option to grant/revoke permissions to/from multiple roles at once
  • provides cleaner interface for managing permissions and roles

v1.5.2

29 Apr 19:33
Compare
Choose a tag to compare

This release:

  • adds bulk operation for creating permissions by name
  • adds a simpler interface to manage generic model permissions
  • improves performance of crud methods by making less DB queries
  • provides a faq in readme

v1.4.2

17 Mar 14:56
Compare
Choose a tag to compare

This release:

  • adds functionality to fetch models the user has access to based on his per-model permissions.