This repository was archived by the owner on Oct 28, 2022. It is now read-only.
v1.0.0
1.0.0 (2017-10-13)
Bug Fixes
- api: don't proxy EventEmitter (7863d26)
BREAKING CHANGES
- api: This significant API change proxies
subscribeand
publishinstead ofon,once, andemit.
There is no longer an equivalent for once.
This was done to keep compatibility with the "interface" of an
EventEmitter, among other things.
Also it will require Node.js v7 or newer due to use of features
unsupported in earlier versions.
Furthermore, it fixes connection issues arising from misuse of the
pify module.