Skip to content

Releases: swagindustries/doctrine-domain-events

[3.1.0] - 2024-08-06

05 Aug 22:54
344c187
Compare
Choose a tag to compare

Added

  • Compatibility with Symfony 7.0+

Removed

  • Compatibility with Symfony 5.x

[3.0.0] - 2024-08-01

05 Aug 22:54
Compare
Choose a tag to compare

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

16 May 14:06
Compare
Choose a tag to compare

Added

  • Add new return types (for Symfony 6)
  • Add new context parameter for DomainDenormalizer

[2.3.1] - 2022-12-23

23 Dec 09:57
Compare
Choose a tag to compare

Added

[2.3.0] - 2021-10-23

23 Oct 17:32
Compare
Choose a tag to compare

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 an DomainEventDispatcherInterface 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

09 Jun 16:47
Compare
Choose a tag to compare

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