Releases: swagindustries/doctrine-domain-events
Releases · swagindustries/doctrine-domain-events
[3.1.0] - 2024-08-06
[3.0.0] - 2024-08-01
Added
- Complete support for Symfony 7
- Support for Doctrine ORM 3
- Remove limitations on usage on proxies! 🎉
Changed
- New way of injecting the dispatcher to entities. This is great and also supports proxies! (which was previously a limitation)
- The easy crew got us! The configuration is now deadly simple. Look at the UPGRADE guide to learn how to move from v2 to v3.
[2.3.3] - 2023-05-16
Added
- Add new return types (for Symfony 6)
- Add new context parameter for DomainDenormalizer
[2.3.1] - 2022-12-23
Added
- Ignore dispatcher in Symfony serializer (fix API Platform 2.7 & 3.0 doc) #17 @AurelienWishibam
[2.3.0] - 2021-10-23
Added
- A listener on entities flush when your application is in debug mode. It ensure you're instancing your entities the right way, so the property
dispatcher
must always contains anDomainEventDispatcherInterface
instance. If not it throw an exception and tells you which entities is causing the error. - Compatibility with Symfony 6.0
Changed
- PHP minimum version is now 7.4
- Configure test suite to allow integration tests and configure a test Kernel.
- Refactor the FakeModel test entity to use classic doctrine annotations.
[2.2.0] - 2021-06-09
Added
- Deleted objects will now trigger PostPersistDomainRule like insertions & updates
Changed
- Updated test suite to work with PHPUnit 8.x and run CI with PHP 8.0 & 8.1