Releases: Kdyby/Events
Releases · Kdyby/Events
v5.0.1
v5.0.0
v4.0.0
- Dropped Travis, using GHA
- 🐘 PHP Support only 7.4 | 8.0
- Nette 3 support
- Added makefile for composer, cs, phpstan, tests
- Dropped dependency on Nette/Reflection
- Dropped dependency on Kdyby/StrictObjects
Thanks @PavelJurasek & @lutor & @AloisJasa & @adaamz
v4.0.0 RC1
- Dropped Travis, using GHA
- 🐘 PHP Support only 7.4 | 8.0
- Added makefile for composer, cs, phpstan, tests
- Dropped dependency on Nette/Reflection
- Dropped dependency on Kdyby/StrictObjects
Thanks @PavelJurasek & @lutor & @AloisJasa & @adaamz
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.3
v3.0.2
- Compatibility with Nette 2.4; thx @mrtnzlml
- Allow symfony/event-dispatcher ~3.0
- DI: in CLI mode, ignore debugMode and disable diagnostics panel by default
- #98 Panel: fixed missing .tracy-label wrapper; thx @JanTvrdik
- #82 Closure can be registered as listener; thx @hranicka
- #82
CallableSubscriber
: allows to use __call(); thx @hranicka; For more info, look at the interface description - #94 Fixed registering subscribers in config section
events.subscribers
; thx @sneznaovca
This release is for Nette ~2.3
(which means also ~2.4
).