Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
3.0.3
What's Changed
- Upgraded to phpunit 11.4 by @TomHAnderson in #639
- Added PHP versions to README by @TomHAnderson in #640
- Installed testbench; removed problematic InteractsWithEntities trait and test by @TomHAnderson in #641
- Test DoctrineServiceProvider by @TomHAnderson in #642
- Feature/service provider test by @TomHAnderson in #643
- Revert return to null if manager is not found; add bool to throw exce… by @TomHAnderson in #644
Full Changelog: 3.0.2...3.0.3
3.0.2
This PR includes docs and tests changes.
What's Changed
- Review of docs 1 by @TomHAnderson in #617
- Editorial changes for entities.rst by @TomHAnderson in #618
- Metadata editor by @TomHAnderson in #619
- entity manager editing by @TomHAnderson in #620
- Doc/editor 5 by @TomHAnderson in #621
- Doc/editor 6 by @TomHAnderson in #622
- Added docs badge to readme by @TomHAnderson in #623
- Swap urls for docs badge by @TomHAnderson in #624
- Add downloads badge by @TomHAnderson in #625
- Removed fluent from suggest by @TomHAnderson in #626
- Removed version 3 notes, add versions notes by @TomHAnderson in #627
- Hotfix/test illuminate registry by @TomHAnderson in #628
- entity-manager editing by @TomHAnderson in #629
- Added link to 2.0 readme for old Laravel versions by @TomHAnderson in #630
- Feature/test assets by @TomHAnderson in #631
- Feature/test namespace by @TomHAnderson in #632
- Feature/test case by @TomHAnderson in #633
- Start an application so we don't need to mock helpers functions by @TomHAnderson in #634
- phpcs assets pass 1 by @TomHAnderson in #635
- Full review of readme; remove license badge by @TomHAnderson in #636
- Hotfix/tests phpcs by @TomHAnderson in #637
- Hotfix/tests feature phpcs by @TomHAnderson in #638
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Tidy up .github resources by @TomHAnderson in #612
- Feature/composer by @TomHAnderson in #613
- Removed the list of features from README; docs covers it all and this… by @TomHAnderson in #614
- Re-add addSubscribers line; remove unused 3rd parameter by @TomHAnderson in #616
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Add SSL certificate configuration keys to database connections by @keithbrink in #579
- [FEATURE] Doctrine ORM 3.0 & DBAL 4.0 & Doctrine Coding Standard by @TomHAnderson in #582
- 3.0 Feature/phpstan level 0 by @TomHAnderson in #583
- 3.0 Feature/phpstan 1 by @TomHAnderson in #584
- README and logo by @TomHAnderson in #586
- Added notes that this library is still under development by @TomHAnderson in #587
- 3.0.0RC1 by @TomHAnderson in #590
- Copied orm docs from
docs
repository into this one by @TomHAnderson in #591 - Installed guzzle_sphinx_theme by @TomHAnderson in #592
- 3.0 Refactored docs from md to rst by @TomHAnderson in #593
- 3.0 docs proof 1 by @TomHAnderson in #594
- 3.0 Moved .readthedocs.yaml from docs directory. RTD is happier that way… by @TomHAnderson in #595
- 3.0 Gave link to temp docs by @TomHAnderson in #596
- 3.0 Empty commit to init codecov by @TomHAnderson in #597
- 3.0 Doc/readme docs by @TomHAnderson in #598
- 3.0 Allow dbal 3 || 4 by @TomHAnderson in #600
- 3.0 Reviewed all code for obvious errors by @TomHAnderson in #602
- 3.0 codecov badge but it's not pointing to 3.0.x by @TomHAnderson in #603
- 3.0 Doc/upgrade by @TomHAnderson in #604
- 3.0 Added codecov with branch by @TomHAnderson in #605
- 3.0 Hotfix/coverage 1 by @TomHAnderson in #606
- 3.0 Doc/env variables by @TomHAnderson in #607
- 3.0 Feature/readme chat by @TomHAnderson in #608
- 3.0 Use png banner by @TomHAnderson in #609
- 3.0 Hotfix/readme diction by @TomHAnderson in #610
New Contributors
- @TomHAnderson made their first contribution in #582
Full Changelog: 2.1.0...3.0.0
2.0.0
📣 Please take a look at the upgrade guide for this release!
- DBAL 3 #541 @keithbrink
- Laravel 10 #557 @77web