Skip to content

Releases: egulias/ListenersDebugCommandBundle

Fixed Doctrine event method call

22 Feb 15:42
Compare
Choose a tag to compare

Command changes its name

10 Aug 19:02
Compare
Choose a tag to compare

The command should now be invoked with container:listeners-debug

Tests and bugs

10 Aug 18:52
Compare
Choose a tag to compare
  • Elevated coverage to 100%
  • Fixed bug related to subscribers that was introduced after the refactor to a library

ListenersDebug as a library

25 May 14:39
Compare
Choose a tag to compare

All the logic with regard to the logic of collecting, filtering and ordering has been delegated to the ListenersDebug Library to allow to be used in projects that don't use Symfony but their components

Support for multible subscribers per event

14 Feb 12:10
Compare
Choose a tag to compare

Fixed bug regarding subscribers

05 Dec 15:46
Compare
Choose a tag to compare
Merge pull request #13 from lolautruche/subscriberSeveralEventsWithPr…

…iority

Fixed crash with TableHelper when an event subscriber definition is an array of arrays