nodejs-github-bot · GitHub

@nodejs-github-bot added the events

Issues and PRs related to the events subsystem / EventEmitter.

label

May 19, 2016

@omsmith

@omsmith

@omsmith

@ChALkeR ChALkeR added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

May 23, 2016

Closed

4 tasks

Merged

4 tasks

jasnell pushed a commit that referenced this pull request

Aug 9, 2016
Fixes: #6873
PR-URL: #6881
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>

Closed

3 tasks

Merged

Closed

4 tasks

goto-bus-stop added a commit to goto-bus-stop/node-libs-browser that referenced this pull request

Feb 15, 2018
Matches the Node 8 API. v1 matched Node 4, and some new methods have
since been introduced (notably `prepend[Once]Listener`).
The major bump in `events` was because:
 - There is a breaking change in the `listeners()` method regarding
   `once()` listeners nodejs/node#6881
   I think it's super unlikely to affect anyone, but there you go.
 - The gzipped size almost doubled from 1.1KB to 2.1KB. It'll shrink a
   bit because some patches have since landed in Node that remove some
   code, but it'll still be bigger than it was because of the new
   methods.
Deets:
https://github.com/Gozala/events/releases/tag/v2.0.0

Merged

Read the original on github.com ↗