Releases: srmagura/real-cancellable-promise
Releases · srmagura/real-cancellable-promise
1.2.0
Chores
- Update the signature of
CancellablePromise.race
to match that of Promise.race
in the latest version of TypeScript. This should not be a breaking change for the vast majority of users. (#8)
1.1.1
Bug Fixes
- Fix
CancellablePromise<T>
not being assignable to Promise<T>
1.1.0
The package now publishes an ES module as well as a CommonJS module. Your Node.js/transpiler/bundler should pick the correct module format automatically.