github primus/eventemitter3 3.0.0

latest releases: 5.0.1, 5.0.0, 4.0.7...
8 years ago

Breaking changes

  • EventEmitter.prototype.listeners() always returns an array. Use EventEmitter.prototype.listenerCount() for existence checking.
  • EventEmitter.prototype.setMaxListeners() has been removed. It was a noop and documented as not supported.
  • Bower and Component are no longer supported.

Features

  • Added EventEmitter.prototype.listenerCount().

Don't miss a new eventemitter3 release

NewReleases is sending notifications on new releases.