Releases: parable-php/event
Releases · parable-php/event
Parable Event 1.0.0
Parable Event 0.4.0
Changes
- Add static analysis using psalm.
EventManager
has been renamed toEvents
.Exception
has been renamed toEventsException
for clarity.
Parable Event 0.3.0
0.3.0
Changes
- Dropped support for php7, php8 only from now on.
Parable Event 0.2.1 & 0.2.2
0.2.2
Changes
- Removed type hint for payload on
trigger
.
0.2.1
Changes
EventManager::GLOBAL_EVENT
was private, but through developing other Parable packages, the decision was made to never be more restrictive than protected.- All files define strict types now.
- Code clean-up.
Parable Event 0.2.0
Parable Event
0.2.0
Changes:
- Rename
update()
totrigger()
. - Update README to show the correct API.
Parable Event 0.1.0
Parable Event
0.1.0
Changes:
- First release.