Skip to content

v2.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobertFischer RobertFischer released this 09 Dec 16:48
· 73 commits to next since this release

2.0.0-rc.1 (2020-12-09)

⚠ BREAKING CHANGES

  • cancellation: The Deferral class no longer has cancellation.

Features

  • cancellation: implement cancellation in the FunPromise itself instead of in Deferral (4da84e7)
  • return: add in the 'return' method a la Bluebird (a1c84a4)

Bug Fixes

  • funpromise: remove unused variable (0b7e034)