Releases: headsnet/domain-events-bundle
Releases · headsnet/domain-events-bundle
Support for Doctrine ORM 3
Fix initialisation error
What's Changed
Full Changelog: v0.4.1...v0.4.2
Compare duplicate events by class-string in recordOnce()
Add recordsOnce() method
Bump minimum PHP version to 8.1 and Symfony to 5.4
What's Changed
- Bump minimum PHP version to 8.1 and Symfony to 5.4 by @benr77 in #39
- Symfony console command now configured via attribute
Full Changelog: v0.2.5...v0.3.0
Convert Doctrine Subscribers to Doctrine Listeners
Symfony 7 Support
Fix deprecations and improve connection error handling
v0.2.3 Fix silly mistake with exception namespace
Allow configurable database table name
What's Changed
- Add PHPStan and ECS to CI build by @benr77 in #33
- Allow configuration of database table name by @benr77 in #34
Full Changelog: v0.2.0...v0.2.1
Symfony 6 Support
- Support Symfony 6
- Replace Travis with GitHub actions
- Use PHPUnit directly, without PHPUnit Bridge