Skip to content

Releases: Kdyby/Events

v2.1.1

27 Jul 14:28
Compare
Choose a tag to compare
  • 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

27 Jul 14:27
Compare
Choose a tag to compare
  • 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

27 Jul 14:21
Compare
Choose a tag to compare
  • Diagnostics: 'debugger: off' hides whole panel
  • EventManager can catch and process exceptions using IExceptionHandler
  • Dropped usage of deprecated Nette\Callback

v2.0.1

27 Jul 14:19
Compare
Choose a tag to compare

Bumped dependency on Nette to ~2.1@dev

v1.2.5

27 Jul 14:17
Compare
Choose a tag to compare
  • Locked dependency to Nette 2.0.*
  • Debugger option to disable only panel and not bar

v2.0

27 Oct 20:13
Compare
Choose a tag to compare

First release to require development version of Nette

v1.2.4

27 Oct 20:09
Compare
Choose a tag to compare
  • Added Event::append() & Event::prepend()
  • Fixed catching service creation exceptions in panel

v1.2.3

15 Aug 10:07
Compare
Choose a tag to compare

This version was released because it fixes the hack for placing onInitialize event at the right place in container.

v1.2.2

03 Aug 17:26
Compare
Choose a tag to compare
  • Nette bar panel now shows callgraph #19

v1.2.0

03 Aug 17:24
Compare
Choose a tag to compare