Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

File metadata and controls

13 lines (9 loc) · 489 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] - 2025-03-15

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.