Skip to content

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

2.4.1

24 Nov 09:41
89ba629

Choose a tag to compare

What's Changed

  • Fix invalid loading of classes that do not need any work on them by @pkly in #23

See 2.4 for full changes

Full Changelog: 2.4.0...2.4.1

2.4.0

24 Nov 09:28
6457e50

Choose a tag to compare

What's Changed

Namespaces have changed slightly and how you configure events is now cleaner, done in attributes fully, so no extra functions are needed.

Full Changelog: 2.3.1...2.4.0

2.3.1

19 Sep 08:37
259efc8

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

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

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

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

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

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

Choose a tag to compare

Updates internal configuration building for events and subevents

2.1.2

29 Jan 19:49
bd34865

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.