Releases: RIAEvangelist/event-pubsub
5.0.3
ES6+ first
Converted the whole module to ES6+ and added tests using vanilla-test as well as hooking up to Travis CI. The module will work in both node and standards-compliant browsers as is. If you need support for older browsers you can either use v4.x or transpile the module.
v4.3.0
v4.2.4: Merge pull request #12 from mrvini/master
cleanup thanks to @mrvini
v4.2.3
v4.2.2
rev for es6 support
v4.2.1
v4.2.0
issue #7 pointed out that if no event handlers were bound for an event type, that event type would not trigger the event *
type. This could have been a latent bug from an earlier revision.
now triggering any event type, even those without any bound handlers or which do not exists in the _events_
object will still trigger the *
event type
Thanks @mrvini
v4.1.0
Event pubsub will now auto include the right (ES5/ES6) version for the node install.
To force one version or the other, you can require('event-pubsub/es6')
or require('event-pubsub/es5')
v4.0.0
major npm release