Releases: laravel-doctrine/extensions
Releases · laravel-doctrine/extensions
2.0.0
What's Changed
- Feature/orm 3 by @TomHAnderson in #68
- Feature/workbench by @TomHAnderson in #69
- Copied docs into repo by @TomHAnderson in #70
- readme by @TomHAnderson in #71
- Hotfix/coverage 1 by @TomHAnderson in #72
- Clean up old files by @TomHAnderson in #73
- RST docs by @TomHAnderson in #74
- Read the docs by @TomHAnderson in #75
- Fix TOC by @TomHAnderson in #76
- Formatted function tables by @TomHAnderson in #77
- Added docs badge to README by @TomHAnderson in #78
- Feature/extension tests by @TomHAnderson in #79
- docs link by @TomHAnderson in #80
- Added banner to readme and index docs by @TomHAnderson in #81
New Contributors
- @TomHAnderson made their first contribution in #68
Full Changelog: 1.7.0...2.0.0
1.5.4
1.5.3
1.5.2
- [fix] How we registered the annotations would cause other annotations to fail, see laravel-doctrine/orm#537
1.4.0
1.2.0
1.1.1
1.1.0
Laravel 6
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