Skip to content

Releases: Kdyby/Events

v5.0.1

Choose a tag to compare

@Spamercz Spamercz released this 15 Mar 16:33
98ec56a

What's Changed

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

v5.0.0

Choose a tag to compare

@Spamercz Spamercz released this 04 Feb 13:56
7190f4e
  • 🐘 PHP Support 7.4 | 8.0 | 8.1

Thanks @Jakub-Fajkus & @bckp

& PeckaDesign

v4.0.0

Choose a tag to compare

@Spamercz Spamercz released this 11 Jun 14:20
b5a20b5
  • 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

v4.0.0 RC1 Pre-release
Pre-release

Choose a tag to compare

@Spamercz Spamercz released this 11 Jun 09:01
d3e8e69
  • 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

Choose a tag to compare

@enumag enumag released this 03 Jul 20:05
fb22ac3
  • Fixed infinite loop.

v3.1.2

Choose a tag to compare

@enumag enumag released this 05 Dec 10:18
57edd92
  • #114: Fix wrong condition in EventsExtension::optimizeListeners() (@lutor).

v3.1.1

Choose a tag to compare

@enumag enumag released this 03 Dec 14:04
c0234d6
  • Fix compatibility with PHP 7.2 (@xificurk).

v3.1.0

Choose a tag to compare

@fprochazka fprochazka released this 13 May 16:15
f63b92e
  • #90 Fixed faulty loop management when unsubscribing listeners; thx @kytart

This release is for Nette ~2.4

v3.0.3

Choose a tag to compare

@fprochazka fprochazka released this 13 May 16:15
db3dd25
  • #90 Fixed faulty loop management when unsubscribing listeners; thx @kytart

This release is for Nette 2.3.*

v3.0.2

Choose a tag to compare

@fprochazka fprochazka released this 08 Jul 19:41
  • 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).