New
v1.0.1
- Laravel 10 support
- Multi-Tenancy improvement: abilities/roles granted within a scope now don't leak out into the global scope. By @grantholle in https://github.com/JosephSilber/bouncer/pull/608
- Added PHPDoc to the
Bouncerfacade, for better IDE help. By @devRMA in https://github.com/JosephSilber/bouncer/pull/599 - Added return types to Eloquent Relations to make Lighthouse Type detection work. By @TFSThiagoBR98 in https://github.com/JosephSilber/bouncer/pull/585