Skip to content

Releases: RIAEvangelist/event-pubsub

5.0.3

26 Nov 18:07
Compare
Choose a tag to compare

ES6+ with cleaned up npm install and digital ocean app static site for tests and example hosting

ES6+ first

22 Nov 07:20
Compare
Choose a tag to compare

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

23 Aug 10:56
Compare
Choose a tag to compare

@vale981 and I added support for .once and passing once to .on or .subscribe

v4.2.4: Merge pull request #12 from mrvini/master

15 Feb 04:00
Compare
Choose a tag to compare

v4.2.3

06 Oct 22:50
Compare
Choose a tag to compare

fixes ES6 apply vs call issue from #10 thanks @mrvini

v4.2.2

06 Oct 06:28
Compare
Choose a tag to compare
rev for es6 support

v4.2.1

06 Oct 03:57
Compare
Choose a tag to compare

Better fix for #7 thanks to @whdahl

v4.2.0

05 Oct 19:29
Compare
Choose a tag to compare

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

03 Oct 23:06
Compare
Choose a tag to compare

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

30 Sep 11:13
Compare
Choose a tag to compare
major npm release