Skip to content

5.0.0

Compare
Choose a tag to compare
@santigarcor santigarcor released this 03 Oct 17:56
· 44 commits to 5.0 since this release

Added

  • Added syncRolesWithoutDetaching and syncPermissionsWithoutDetaching methods. (#177)
  • Added strict option when checking teams. (#187)
  • Added option to set the guard in the middlewares(#186, 717cdfc)
  • Added middleware auto registering. (4f128e6)
  • Added a helper class. (ea513a6)
  • Added Laravel like event system. (#151, 6342410, 2c0ee36)
  • Added option to use Laravel's cache or not. (#201, 227c89d)

Changed

  • Changed the Ownable interface to receive the owner in the ownerKey method in case the owner key check changes depending of the type of the owner. (b68e9ea)
  • Changed the commands 'fire' method to 'handle' in order to work properly in Laravel 5.5. (#172)
  • Use Laravel standard for enable and disable foreign key checks. (#190)
  • Changed the folder structure. (ccf7b81)
  • Changed the unit tests to an integration tests approach. (bd0b664)