Skip to content

Releases: contributte/event-dispatcher

v0.9.1

Choose a tag to compare

@f3l1x f3l1x released this 05 Feb 16:04
00c4478

Bumped! 🤠

Diff: v0.9.0...v0.9.1

Changes:

v0.9.0

Choose a tag to compare

@f3l1x f3l1x released this 05 Feb 11:51
8b84b7b

Bumped! 🚩

Diff: v0.8.1...v0.9.0

Changes:

Maintenance:


extensions:
	contributte.events: Contributte\EventDispatcher\DI\EventDispatcherExtension

contributte.events:
	debug: %debugMode%

CleanShot 2024-02-05 at 12 50 42@2x

CleanShot 2024-02-05 at 12 50 38@2x

v0.8.1

Choose a tag to compare

@f3l1x f3l1x released this 09 Feb 13:07

Bumped! 📧

Diff: v0.8.0...v0.8.1

Changes:

v0.8.0

Choose a tag to compare

@f3l1x f3l1x released this 10 Dec 14:48
97d0f73

Bumped! 🦉

Diff: v0.7.0...v0.8.0

Changes:

  • PHP 8
  • Travis -> Github Actions
  • LazyDispatcher improvements (#21)
  • Docs

v0.7.0

Choose a tag to compare

@mabar mabar released this 03 Jan 18:17

Bumped! 🪖

Diff: v0.6.0...v0.7.0

Changes:

  • Allows symfony/event-dispatcher ^5.0.0 0c6678f

v0.6.0

Choose a tag to compare

@mabar mabar released this 01 Jul 07:33

Bumped! 🐣

Diff: v0.5...v0.6.0

Changes:

  • Requires PHP 7.2
  • Nette 3 06858f8
  • Dropped EventDispatcher interface (use EventDispatcherInterface from Symfony instead) e8a9b55

v0.5

Choose a tag to compare

@mabar mabar released this 16 Aug 14:42

Bumped! 🤖

Diff: v0.4...v0.5

Changes:

v0.4

Choose a tag to compare

@f3l1x f3l1x released this 17 Feb 23:52
v0.4

Bumped! 🐗

Diff: v0.3.1...v0.4

Changes:

  • allow symfony 4 [thanks @enumag]
  • improve docs

v0.3.1

Choose a tag to compare

@f3l1x f3l1x released this 10 Oct 08:24
9ef10ae

Bumped! 🇻🇦

Diff: v0.3...v0.3.1

Changes:

  • hotfix bug with multiple events triggering
  • hotfix extension name [#4]
  • use travis stages
  • update quality assurances (ninjify)

v0.3

Choose a tag to compare

@f3l1x f3l1x released this 21 May 13:18
1ed3cac

Bumped! 🐧

Diff: v0.2...v0.3

Changes:

  • split Nette\Application events to solo repository (contributte/event-application-bridge)
  • introduce new option autoload: true/false for disabling autoregister of the subscribers
  • extension lookups for native symfony subscriber (Symfony\Component\EventDispatcher\EventSubscriberInterface) instead of contributte's one