Skip to content

Releases: dualmediaspzoo/symfony-doctrine-event-converter-bundle

2.3.1

19 Sep 08:37
259efc8
Compare
Choose a tag to compare

What's Changed

  • Prevent an infinite loop with afterFlush events by @pkly in #19

Full Changelog: 2.3.0...2.3.1

2.3.0

22 Apr 07:41
3531f18
Compare
Choose a tag to compare

What's Changed

  • Feature/service and testing update by @pkly in #18

Full Changelog: 2.2.2...2.3.0

2.2.2

08 Mar 10:08
271fcc2
Compare
Choose a tag to compare

What's Changed

  • Fix inaccessible array key by @kamilbarth in #17 (Issue prevented Change(from: null) from working correctly)

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1: Do not generate final classes, instead use @final (#16)

14 Sep 09:42
0791d5f
Compare
Choose a tag to compare
* Do not generate final classes, instead use @final

* cs fix

2.2.0: After-flush option (#15)

08 Sep 06:44
fb91bf0
Compare
Choose a tag to compare

Adds afterFlush event option, where events will only be propagated after the flush has finished.

2.1.4

06 Mar 15:07
6754e8b
Compare
Choose a tag to compare
Allow enums to match with non-enums because of doctrine weirdness (#13)

2.1.3: Add configuration helper classes, (#12)

03 Feb 17:15
634e9c4
Compare
Choose a tag to compare

Updates internal configuration building for events and subevents

2.1.2

29 Jan 19:49
bd34865
Compare
Choose a tag to compare

Updates the way SubEvents should be defined for ease of use.

Please update your attributes, field will be up for removal in the future.

2.1.1

25 Jan 11:46
e0e35f3
Compare
Choose a tag to compare

Add missing constructor to Event attribute, update some semantics

2.1.0

11 Jan 14:14
1069de2
Compare
Choose a tag to compare

Fix namespace