Bumped! 🦺
Diff: v0.9.0...v0.10.0
Changes:
- Remove annotations support [0e1caaf] (@jankonas)
- Composer: allow doctrine/orm 3.0+ [ec888b0] (@jankonas)
- Remove support for entity namespace alias [acb5ce2] (@jankonas)
- Use entity manager constructor instead of removed create method [cb9fd7d] (@jankonas)
- Use ProxyFactory constants from doctrine/orm instead of AbstractProxyFactory constants from doctrine/common [d373ffd] (@jankonas)
- Replace doctrine/cache with PSR-6 [92cac6f] (@jankonas)
- Readme: stable v0.9, open v0.10 [232393a] (@f3l1x)
- Composer: require PHP 8.2+ [9ce1944] (@f3l1x)
- Composer: remove contributte/psr6-caching dependency (you can use any PSR-6/PSR-16 compliant library)[cee753c] (@f3l1x)
- Composer: add psr/log requirement [989c166] (@f3l1x)
- Composer: require symfony/console 7.1+ [5f535af] (@f3l1x)
- Composer: remove conflicts [4c7c688] (@f3l1x)
- DI: refactor multiple extensions to passes [a2079bb] (@f3l1x)
- Registry: refactor to support multiple connections + managers [0884b39] (@f3l1x)
- Events: introduced [a344a9d] (@f3l1x)
- Exception: simplified [a3f80db] (@f3l1x)
- Mapping: fix helper [817cdc4] (@f3l1x)
- Composer: conflict with doctrine/event-manager <2.0 [7a4d967] (@f3l1x)
- Composer: require mockery 1.6+ [8ee6465] (@f3l1x)
- Readme: clarify autoconfiguration [#99] [ae5e762] (@f3l1x)
- ManagerRegistry: support reseting entity manager [#104] [2941bca] (@f3l1x)
- Improve configuration structure [97d7f11] (@rixafy)
- ManagerRegistry: support decorated EntityManage, correctly return decorated EntityManager, fix reseting decorated EntityManagers [6db8299] (@krekos)
- DI: fix proxyDir [e5302ab] (@thorewi)
- DI: change default proxy dir (#119) [28fe522] (@rixafy)
Maintenance:
- Docs: fix typo [61ef841] (@Roman3349)
- Readme: typo @ojanota [f931e1c] (@f3l1x)
- Fix typehints issues [8736ad1] (@jankonas)
- Improve test coverage [8645da2] (@jankonas)
- CI: update php versions [72d030c] (@f3l1x)
- Composer: do not require symfony/console [c32122e] (@f3l1x)
- Makefile: codesniffer apply to *.phpt [0741696] (@f3l1x)
- Composer: add symfony/cache and monolog for development [1165c32] (@f3l1x)
- Composer: upgrade contributte/phpstan [3746867] (@f3l1x)
- Decorator: remove (unused) [1c5f2e1] (@f3l1x)
- Tests: refactored [315aab2] (@f3l1x)
- Readme: rework [dd70a95] (@f3l1x)
- Readme: fix mapping [da6944e] (@f3l1x)
- Readme: mention static analyses [facb1e5] (@f3l1x)