All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.0 - 2024-06-02
- Moved to new scaffold, added CJS/ESM exports
- Moved default imports to named imports
import { EventAsPromise } from 'event-as-promise'
- Removed
options: { array: boolean }
, to receive all arguments from Node.js event emittertarget.on((...args) => eventAsPromise.eventListener(args))
- Integration tests ported to mocha for better test conclusiveness, in PR #33
- Bumped dependencies, in PR #34
1.1.0 - 2020-05-25
1.0.5 - 2018-10-31
- Instead of importing
p-defer
package, we copied the code inp-defer
package published to NPM is not ES5-compliant- Non ES5-compliant package will fail build for
create-react-app@1
1.0.4 - 2018-10-08
- Updated to
@babel/[email protected]
and[email protected]
- Use
p-defer
for deferred implementation
1.0.3 - 2018-06-28
- fix: uglify in create-react-app failed because not ES5-compliant
1.0.2 - 2018-03-27
- fix: bound
upcoming()
1.0.1 - 2018-03-27
upcoming()
for upcoming event, regardless of futures
1.0.0 - 2018-03-26
- First public release