Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 00:21
· 87 commits to master since this release

4.0.0 (2020-06-16)

Features

  • Switch to NodeJS's EventEmitter as parent class (#55) (d21bb0b), closes #41

BREAKING CHANGES

  • Sockets will no longer return RemovableListeners when calling their addListener() method. Now they inherit all the event methods from Node's EventEmitter class.