Just a re-release locking the interface in place. First final release!
Changes
- Add static analysis using psalm.
EventManager
has been renamed toEvents
.Exception
has been renamed toEventsException
for clarity.
Changes
- Dropped support for php7, php8 only from now on.
Changes
- Removed type hint for payload on
trigger
.
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.
Changes
- Rename
update()
totrigger()
. - Update README to show the correct API.
Changes
- First release.