Skip to content

Releases: uwla/lacl

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.

v1.3.2

13 Mar 19:24
Compare
Choose a tag to compare

This release:

  • adds cleaner interface to hande per-model permission
  • fixes bug which duplicated migration files if vendor:publish is run multiple times

v1.2.2

22 Feb 15:15
Compare
Choose a tag to compare

This release:

  • adds trait for automating per-model permissions
  • adds per-user permissions
  • provides cleaner API

v1.1.2

20 Feb 20:45
Compare
Choose a tag to compare

This release:

  • fixes application User not being able to use the package Traits due to type hint
  • provides package documentation

v1.1.1

20 Feb 18:51
Compare
Choose a tag to compare

This release:

  • fixes wrong path that published migrations to database/database/migrations instead of database/migrations.

v1.1.0

20 Feb 18:44
Compare
Choose a tag to compare

This release:

  • publishes migrations to the application's database migrations folder.

v1.0.0

19 Feb 13:28
Compare
Choose a tag to compare

First official release.

beta release

13 Feb 13:04
Compare
Choose a tag to compare

Beta release used for testing.