Skip to content

Releases: arkency/event-bus

2.0.1

12 Jul 20:45
Compare
Choose a tag to compare
  • Added #unregisterCallback for deregistering all event handlers using given callback
  • Improvements in README

2.0.0

12 Jul 18:28
dd46e45
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added UMD-compliant module handling

1.2.0

05 Apr 17:27
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare
  • Added an ability to make multiple instance of event buses
  • Bumped up version to first major

0.0.3

15 Nov 23:36
Compare
Choose a tag to compare

First version with ES5-based eventing bus