1.1.0: New APIs, experimental Fantasy Land 2.1
- Add
promise.bimap(f, g)
, to map either rejection reason or fulfillment value. - Add
promise.or(otherPromise)
, as a simpl binary race, equivalent torace([promise. otherPromise])
- Add experimental support for Fantasy Land 2.1 types: Bifunctor, Alt, Plus, Alternative