Releases: laravel-doctrine/extensions
Releases · laravel-doctrine/extensions
v1.0.14
Don't try to resolve user if loading class metadata (#39) (Fixes #38)
v1.0.13
No longer store auth guard. (#37) * No longer store auth guard. * Remove unused constructor. * Remove unused constructor. * Add getAuth() method. Get auth manager with getter rather than directly. * Fix phpdoc formatting. * Minor formatting fix. * Pass the current user to function Implement current master branch's behavior. * Fix code format and phpdoc return type Use the contract that 'auth' is bound to instead of the default resolved manager. * Directly return guard instead of auth
v1.0.12
Ignore tests folder from git export (#32)
v1.0.11
Support L5.4
v1.0.10
- Support L5.3
v1.0.9
- Support ORM 1.2
- Keep track of locale changes in translatable
v1.0.8
Only resolve user when logged in
v1.0.7
Don't add callback, just wait for the extension manager to be booted
v1.0.6
- Add support for Fluent
- Wait till Registry is resolved by the user
v1.0.5
Listen to booting event of extension manager