Releases: dualmediaspzoo/symfony-doctrine-event-converter-bundle
Releases · dualmediaspzoo/symfony-doctrine-event-converter-bundle
2.3.1
2.3.0
2.2.2
What's Changed
- Fix inaccessible array key by @kamilbarth in #17 (Issue prevented Change(from: null) from working correctly)
New Contributors
- @kamilbarth made their first contribution in #17
Full Changelog: 2.2.1...2.2.2
2.2.1: Do not generate final classes, instead use @final (#16)
* Do not generate final classes, instead use @final * cs fix
2.2.0: After-flush option (#15)
Adds afterFlush event option, where events will only be propagated after the flush has finished.
2.1.4
2.1.3: Add configuration helper classes, (#12)
Updates internal configuration building for events and subevents