Releases: commonphp/events
Releases · commonphp/events
v0.2.0
Added
- Refactored
EventDispatcherto improve efficiency and align with PSR-14. - Introduced
ListenerInterfacefor structured event handling. - Added support for prioritized listeners using
SplPriorityQueue. - Implemented
StoppableEventInterfacefor event propagation control. - Improved exception handling with
InvalidEventExceptionandInvalidListenerException.
v0.1.0
Initial version