Releases: Kdyby/Events
Releases · Kdyby/Events
v2.1.1
- Locked Nette dependency to
2.1.*
- fixed compiling of
DI\Container::onInitialize
to DI Container (there was an edge case, where it wasn't added to the container)
v2.1.0
- Fixed compatibility with Nette
- Fixed registering objects without
Subscriber
interface - Diagnostics panel can be configured to output only sections that the programmer cares about
events:
debugger: # theese are default values
dispatchTree: off
dispatchLog: on
events: on
listeners: off
And old options debugger: count
and debugger: off
still work.
- Mirror for symfony components using it's EventDispatcher (partial compatibility bridge)
- Calling getListeners() without arg returns array of arrays (better compatibility with Doctrine) thx @vojtech-dobes
- better travis build process
v2.0.2
- Diagnostics: 'debugger: off' hides whole panel
- EventManager can catch and process exceptions using
IExceptionHandler
- Dropped usage of deprecated
Nette\Callback
v2.0.1
Bumped dependency on Nette to ~2.1@dev
v1.2.5
- Locked dependency to Nette
2.0.*
- Debugger option to disable only panel and not bar
v2.0
First release to require development version of Nette
v1.2.4
- Added
Event::append()
&Event::prepend()
- Fixed catching service creation exceptions in panel
v1.2.3
This version was released because it fixes the hack for placing onInitialize
event at the right place in container.