Releases: arkency/event-bus
Releases · arkency/event-bus
2.0.1
- Added
#unregisterCallback
for deregistering all event handlers using given callback
- Improvements in README
2.0.0
- Get rid of the standalone version that uses
window
- Refresh dev packages
- Add
unregisterCallbacksForEvent
function to clean all event handlers for a given event name
1.3.3
- Added UMD-compliant module handling
1.2.0
- Add possibility to define global event bus using browser's
window
- Fix testing command that may not launch all test files. Luckily it was not an issue for us, but it's worth fixing.
1.1.0
- Added an ability to unregister subscriptions created using
on
method.
- Created a more verbose README.
- Cleaned up tests.
1.0.1
Changelog:
- Removed dependency from lodash
- Modify the way of how we use babel with mocha
- Added a dependency to ES 5.1 (
Array.forEach
) - it's only a problem on legacy browsers
1.0.0
- Added an ability to make multiple instance of event buses
- Bumped up version to first major
0.0.3
First version with ES5-based eventing bus