EventEmitter Versions Save

Evented JavaScript for the browser

v4.2.11

9 years ago

Bye, MIT. Hello Unlicense. I did ask first in issue #84.

v4.2.10

9 years ago

Improved the README in a few ways as well as merging the following PRs.

  • #80
  • #81
  • #83

v4.2.9

9 years ago

v4.2.8

9 years ago

v4.2.7

10 years ago

@machard fixed a bug in an older version of the Android browser to do with RegExp type checking.

v4.2.6

10 years ago

Now there is a component.json, as requested by desandro/masonry#426.

v4.2.5

10 years ago

EventEmitter now supports noConflict and has a few more Bower ignore rules thanks to @jstayton.

  • #61 - noConflict
  • #62 - Bower ignore rules.

v4.2.4

10 years ago

As mentioned in issue #58, removeAllListeners has now been added as an alias to removeEvent to conform to the node API. Not that I'm aiming to conform to the node API, but if someone has some code that will work with both because of this change, then great.

v4.2.3

10 years ago

You could get once events into an infinite recursion fairly easily, that's a very bad thing. You could still do it with the return based once events if you tried, but there's nothing I can do about that really.

So this fixes issue #54. Enjoy!

v4.2.2

10 years ago

@nathggns submitted a pull request that added better aliasing. It will now keep the alias even if you override the default implementation of what it was pointing to.