v1.0.0-rc.6
Pre-release
Pre-release
JosephSilber
released this
04 Sep 03:37
·
101 commits
to master
since this release
New
- Support for Laravel 6.0 π
Fixes
- Syncing abilities should not affect other entities with the same ID. #409
- Don't hit the DB unnecessarily when checking roles by ID. #418
Breaking Changes
NOTE: this will only affect you if you've enabled cross-request caching.
Bouncer's internal representation of cached roles has changed. If you're using cross-request caching, you should clear the cache after upgrading Bouncer:
Bouncer::refresh();