Skip to content

Releases: EventEmitter2/EventEmitter2

Vesion 4.1.0 - use process.emitWarning

29 Mar 15:47
Compare
Choose a tag to compare

Added

  • Use process.emitWarning if it is available (new Node.js) @SimenB #212

Version 4.0.0 - New Node 6 methods

22 Mar 13:38
Compare
Choose a tag to compare

Fixed

Added

Version 3.0.0 - Changes to Typescript definition

23 Jan 14:37
Compare
Choose a tag to compare
  • Typescript definition now uses EventEmitter2 instead of EventEmitter2.emitter. @gitawego

Version 2.2.2 - Fixes for removeAllListeners typescript definition

17 Jan 19:46
Compare
Choose a tag to compare
  • Typescript definition for removeAllListeners can take an array. @gitawego

2.2.1 - Fixed emitAsync typescript definition

24 Nov 15:20
Compare
Choose a tag to compare

Version 2.2.0

15 Nov 14:19
Compare
Choose a tag to compare

Added

option to emit name of event that causes memory leak warning. @kwiateusz

Fixed

component.json and bower.json got updated with latest version. @kwiateusz
missing globals in test suite got added in. @kwiateusz

Version 2.1.3

04 Nov 18:32
Compare
Choose a tag to compare
Merge pull request #194 from kwiateusz/patch-1

Sync library version aming files

1.0.0 New breaking changes

24 Feb 03:35
Compare
Choose a tag to compare
  • onAny now takes the event that's being emitted as the first argument.
  • Exports now contain the EventEmitter2 constructor. Should fix issues with requires.
  • removeListener and removeListenerAny events to compliment newListener and newListenerAny
  • new emitAsync event. Emits event and processes results of all listeners with Promise.all
  • Bug fixes