Skip to content

Releases: Kdyby/Events

v5.0.1

15 Mar 16:33
98ec56a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

04 Feb 13:56
7190f4e
Compare
Choose a tag to compare
  • 🐘 PHP Support 7.4 | 8.0 | 8.1

Thanks @Jakub-Fajkus & @bckp

& PeckaDesign

v4.0.0

11 Jun 14:20
b5a20b5
Compare
Choose a tag to compare
  • 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

11 Jun 09:01
d3e8e69
Compare
Choose a tag to compare
v4.0.0 RC1 Pre-release
Pre-release
  • 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

03 Jul 20:05
fb22ac3
Compare
Choose a tag to compare
  • Fixed infinite loop.

v3.1.2

05 Dec 10:18
57edd92
Compare
Choose a tag to compare
  • #114: Fix wrong condition in EventsExtension::optimizeListeners() (@lutor).

v3.1.1

03 Dec 14:04
c0234d6
Compare
Choose a tag to compare
  • Fix compatibility with PHP 7.2 (@xificurk).

v3.1.0

13 May 16:15
f63b92e
Compare
Choose a tag to compare
  • #90 Fixed faulty loop management when unsubscribing listeners; thx @kytart

This release is for Nette ~2.4

v3.0.3

13 May 16:15
db3dd25
Compare
Choose a tag to compare
  • #90 Fixed faulty loop management when unsubscribing listeners; thx @kytart

This release is for Nette 2.3.*

v3.0.2

08 Jul 19:41
Compare
Choose a tag to compare
  • 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).