Skip to content

v2.0.0

Compare
Choose a tag to compare
@RobertFischer RobertFischer released this 10 Dec 03:29
· 38 commits to latest since this release

2.0.0 (2020-12-10)

⚠ BREAKING CHANGES

  • cancellation: The Deferral class no longer has cancellation.

Features

  • cancellation: implement cancellation in the FunPromise itself instead of in Deferral (df28e3b)
  • settlement: create types representing the result of a promise (269075e)
  • simplifyAll and settle: add in the settlement logic and a way to simplify iterables (a2d75fe)

Bug Fixes

  • funpromise: remove unused variable (927b480)