Skip to content

v0.2.0

Latest

Choose a tag to compare

@tlmcclatchey tlmcclatchey released this 15 Mar 18:09

Added

  • Refactored EventDispatcher to improve efficiency and align with PSR-14.
  • Introduced ListenerInterface for structured event handling.
  • Added support for prioritized listeners using SplPriorityQueue.
  • Implemented StoppableEventInterface for event propagation control.
  • Improved exception handling with InvalidEventException and InvalidListenerException.