Breaking changes
EventEmitter.prototype.listeners()always returns an array. UseEventEmitter.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().