Releases: eramitgupta/laravel-role-permission
Releases · eramitgupta/laravel-role-permission
v2.3.2
Full Changelog: v2.3.1...v2.3.2
- Fixed connection: DB or Sqlite
v2.3.1
What's Changed
- Update README.md by @eramitgupta in #8
- Create SECURITY.md by @eramitgupta in #9
- Update README.md by @eramitgupta in #10
- Naming all roles to {model}-{action} by @Houbsi in #13
- Artisan publish-permission changes by @Houbsi in #14
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Update README.md by @herovish143 in #6
- feat: code optimize by @eramitgupta in #7
New Contributors
- @herovish143 made their first contribution in #6
Full Changelog: v2.2.0...v2.3.0
Refactor: bind Role and Permission models directly in the service container
- Refactored the
PermissionServiceProvider
to bind the Role and Permission models directly into the service container - Removed the need for publishing model stubs, simplifying the package setup process
- The registered models now handle relationships with users, roles, and permissions, including support for permission expiration
- Enhances flexibility by reducing setup steps for integrating the package into Laravel applications
v2.2.0
Full Changelog: v2.1.0...v2.2.0
Eager Loading Optimized
v2.1.0
What's Changed
- Add Feature for blade @Permission directive by @Houbsi in #4
New Contributors
Full Changelog: v2.0.0...v2.1.0
- Add Feature for blade @permission directive
v2.0.0
What's Changed
feat: improve styling, add error handling, implement helper functions
- Improved the styling across various components
- Added error handling in key areas to avoid crashes
- Implemented helper functions for code reuse
- Updated the documentation to reflect new changes