Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

v1.0.0

Choose a tag to compare

@boneskull boneskull released this 13 Oct 04:11
· 12 commits to master since this release

1.0.0 (2017-10-13)

Bug Fixes

  • api: don't proxy EventEmitter (7863d26)

BREAKING CHANGES

  • api: This significant API change proxies subscribe and
    publish instead of on, once, and emit.

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.