All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Stable release.
- Events no longer receive only the first hook argument.
EventManager
can now optionally stop event propagation across all hook handlers.- Added unit and functional tests.
- Refactored codebase, separating logic into traits.
- Improved the event cache clearing mechanism for increased performance.
- Reflection parameter detection in
EventManager
.
Initial release.
EventManager
andEvent
classes.