Skip to content

Releases: onoi/event-dispatcher

1.1.0 Release

27 Jan 03:39
2af64e3
Compare
Choose a tag to compare
  • Allowed EventDispatcher::dispatch to take an array as context object
  • Added the EventNotDispatchableException and Subscriber interface
  • Added the EventDispatcherAwareTrait class

1.0 release

25 Mar 23:29
Compare
Choose a tag to compare

Initial release providing:

  • Three simple interfaces (EventDispatcher, EventListener, and EventListenerCollection)
  • A generic implementation (GenericEventDispatcher, GenericCallbackEventListener) for the interfaces