Releases: arkency/event-bus
Releases · arkency/event-bus
2.0.1
12 Jul 20:45
Compare
Sorry, something went wrong.
No results found
Added #unregisterCallback for deregistering all event handlers using given callback
Improvements in README
2.0.0
12 Jul 18:28
Compare
Sorry, something went wrong.
No results found
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
03 Aug 06:10
Compare
Sorry, something went wrong.
No results found
Added UMD-compliant module handling
1.2.0
05 Apr 17:27
Compare
Sorry, something went wrong.
No results found
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
28 Dec 22:30
Compare
Sorry, something went wrong.
No results found
Added an ability to unregister subscriptions created using on method.
Created a more verbose README.
Cleaned up tests.
1.0.1
18 Dec 10:07
Compare
Sorry, something went wrong.
No results found
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
10 Dec 23:08
Compare
Sorry, something went wrong.
No results found
Added an ability to make multiple instance of event buses
Bumped up version to first major
0.0.3
15 Nov 23:36
Compare
Sorry, something went wrong.
No results found
First version with ES5-based eventing bus