v2.0.0
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)