Skip to content

Releases: w3c/W3CLifecycleEventsBundle

v2.1.0

05 Nov 12:22

Choose a tag to compare

fix homepage link

v3.1.0

04 Nov 15:42

Choose a tag to compare

Added LifecycleEventsDispatcher::getDispatcher() that returns Sf's di…

v3.0.0: Fixed deprecations, updated requirements (#13)

21 Aug 14:45
ff5cf46

Choose a tag to compare

This release requires PHP 7.4 and fixes deprecations

v2.0.2: Require doctrine/persistance in root (#12)

21 Aug 14:42
0455cd4

Choose a tag to compare

Require doctrine/persistence in root and set to ^1.3.3 since v2 has some breaking changes (namespace changes) which are directly used in this bundle. After merging this PR, a new version should be tagged.

SF4 Compatibility

15 Feb 13:54
030da91

Choose a tag to compare

SF4 compatibility (#11)

* test SF4 compatibility

* Added doc for Symfony 4

* pin coveralls to 2.x

v2.0.0

17 Oct 09:04

Choose a tag to compare

Changelog

  • Fix #8: BC change prevent events from being dispatched multiple times. LifecycleEventsDispatcher::init() has been removed

v1.2.1

31 Mar 09:09

Choose a tag to compare

Fix SensioLabs Insight violation

v1.2.0: Merge pull request #5 from w3c/deletions-identifier

30 Mar 16:23

Choose a tag to compare

Deletion events can now hold information about pre-deletion identifiers

v1.1.0: Merge pull request #4 from w3c/inverse

30 Mar 14:47

Choose a tag to compare

This release introduce the possibility to monitor changes to inverse side of Doctrine relationships.

v1.0.2

21 Mar 15:36

Choose a tag to compare

force collectionChangeSet to [] instead of null by default