Releases: aantron/promise
Releases · aantron/promise
Promise 1.1.5
Promise 1.1.4
- Don't leak rejections that cannot be handled from
Promise.Js.tap
(#74, reported and fix proposed by Andrew Herron).
Promise 1.1.3
- Don't resolve promises with
undefined
when there is an uncaught exception in a callback (#70, reported by Joel Jeddeloh).
Promise 1.1.2
allOk([])
should resolve toOk([])
(#62, reported Misha Bergal).
Promise 1.1.1
Promise 1.1.0
Promise 1.0.2
- Fix internal calls to
onUnhandledException
on BuckleScript 7.0.0+ (#50, Sikan He).
Promise 1.0.1
- Make promises covariant (i.e.,
Promise.t(+'a)
instead ofPromise.t('a)
) (c9d8008, prompted Sikan He).
Promise 1.0.0
Changes
- Rename to reason-promise (7fd54ae).
- Rename most of the APIs (20f45ef).
- Change types to support chaining with
->
(41c9a1b).
Additions
- Helpers for
Result
andOption
(#16). tap
,tapOk
,tapError
,tapSome
(217e19e).- Infix operators (792564d).
Bugs fixed
- Excessive bundle size (#39, reported Ozan Sener).
Repromise 0.6.1
Additions
Bugs fixed