webpack / node-libs-browser

[DEPRECATED] The node core libs for in browser usage.
MIT License
449 stars 78 forks source link

Update events to v3 #74

Closed goto-bus-stop closed 5 years ago

goto-bus-stop commented 6 years ago

Matches the Node 10 API. v1 matched Node 4, and some new methods have since been introduced (notably prepend[Once]Listener). v2 matched Node 8, but since then Node 10 has added .off().

The major bump to v2 was because:

The major bump to v3 was because:

Deets: https://github.com/Gozala/events/releases/tag/v2.0.0 https://github.com/Gozala/events/releases/tag/v3.0.0

jsf-clabot commented 6 years ago

CLA assistant check
All committers have signed the CLA.

goto-bus-stop commented 6 years ago

Updated to events v3, which matches the Node 10 API, including the new .off() method.

TuurDutoit commented 6 years ago

How is this coming along? Any updates?
I'm asking because I opened a related issue in the Parcel repo: https://github.com/parcel-bundler/parcel/issues/1657

mgroenhoff commented 6 years ago

I would really like to see this one merged 😄

kwypchlo commented 5 years ago

@jhnns @sokra @bmeurer or any maintainer, is there any hold back on this? I had to add specific resolution override to get v3 features.

sokra commented 5 years ago

Thanks