Releases: santigarcor/laratrust
Releases · santigarcor/laratrust
8.5.0
What's Changed
- Add
doesntHavePermission
andisNotAbleTo
methods by @gdebrauwer in #696 - fix(#692): Error in front when create new role with Model::shouldBeStrict() by @bvrignaud in #693
New Contributors
- @bvrignaud made their first contribution in #693
Full Changelog: 8.4.1...8.5.0
8.4.1
What's Changed
- Fix implicitly nullable parameter by @RazeSoldier in #690
New Contributors
- @RazeSoldier made their first contribution in #690
Full Changelog: 8.4.0...8.4.1
8.4.0 Laravel 12.x Compatibility
What's Changed
- fix table name in unique rule in permission controller by @overclocked555 in #673
- use correct model parent class by @Mtillmann in #676
- Update querying-relationships.md by @Ora-Kool in #678
- Fix php 8.4 deprecated types by @incoming-th in #688
- Laravel 12.x Compatibility by @laravel-shift in #689
New Contributors
- @overclocked555 made their first contribution in #673
- @Mtillmann made their first contribution in #676
- @Ora-Kool made their first contribution in #678
- @incoming-th made their first contribution in #688
Full Changelog: 8.3.1...8.4.0
Fix PHP 8.4 Support
What's Changed
- Added missing import in teams by @Meeshalk in #671
- fix table name in unique rule in permission controller by @overclocked555 in #673
- use correct model parent class by @Mtillmann in #676
- Update querying-relationships.md by @Ora-Kool in #678
- Fix php 8.4 deprecated types by @incoming-th in #688
New Contributors
- @overclocked555 made their first contribution in #673
- @Mtillmann made their first contribution in #676
- @Ora-Kool made their first contribution in #678
- @incoming-th made their first contribution in #688
Full Changelog: 8.3.0...8.3.2
8.3.1
fix: added missing import (#671)
Enable Laravel 11
8.3.0 Update docs
8.2.2: Apply fixes from StyleCI (#662)
Fix Str::contains deprecation
Permissions as gates attributes
- Add possibility to pass extra params to the permissions as gates as the team and requireAll. (a745962)
Add backed enums support
8.0.1
Fix blade directive