You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-eventmanager 2.6.4
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [#68](#68) fixes an
issue whereby `triggerListeners()` was not resetting the event instance's
"stop propagation" flag before triggering listeners; this could result in all
listeners for a given event being skipped in cases where the event manager
instance triggers multiple events.
zend-eventmanager 3.1.0
Added
-----
- [#26](#26) publishes
the documentation to https://zendframework.github.io/zend-eventmanager/
Changes
-------
- [#17](#17) makes a
number of internal changes to how listeners are stored in order to improve
performance, by as much as 10% in the scenario used in the MVC layer.
Additionally, it optimizes when the target and event arguments are injected
into an event, eliminating that step entirely when either is unavailable.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- Nothing.