All notable changes to Lock - Laravel will be documented in this file. This file follows the Keep a CHANGELOG standards.
- Fixed a bug with permission caching performance (#8)
- Permissions are now cached at runtime. Permissions are only reset when permissions are stored or removed.
- Fixed a bug where the guest caller had an incorrect id set
- Implemented forgotten aliases
- Added Scrutinizer config
- Use new
createFromData
method to support data objects - Fix a bug where the default driver couldn't be changed
- Added badges to the readme
- Fixed a critical bug in the config file
Initial release.