All Versions
14
Latest Version
Avg Release Cycle
91 days
Latest Release
454 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.7.0
October 01, 2019๐ Features:
- โ Add
Promise.allSettled
` method (#1606)
- โ Add
-
v3.6.0
October 01, 2019๐ Features:
- โ Add support for AsyncResource (#1403)
๐ Bugfixes:
- ๐ Fix
.reduce
generating unhandled rejection events (#1501) - ๐ Fix
Promise.reduce
` generating unhandled rejction events (#1502) - ๐ Fix
.map
and.filter
generating unhandled rejection events (#1487) - ๐ Fix
Promise.map
` unhandled rejection events (#1489) - ๐ Fix cancel skipping upward propagation (#1459)
- ๐ Fix loadTimes deprecation (#1505)
- ๐ Fix
Promise.each
` maximum stack exceeded error (#1326) - ๐ Make PromiseRejectionEvent confrom to spec (#1509)
- ๐ Fix false unhandled rejection events (#1468)
-
v3.5.3
November 06, 2018๐ Bugfixes:
- โก๏ธ Update acorn dependency
-
v3.5.0
March 03, 2017๐ Features:
๐ Bugfixes:
- ๐ Fixed streamline benchmarks (#1233)
- ๐ Fixed yielding a function calling the function (#1314, #1315)
- ๐ Fixed confusing error message when calling .catch with non function predicate (#1350)
- ๐ Fixed .props resolving to empty object when called with empty
Map
(#1338) - ๐ Fixed confusing error message when invoking
Promise
directly withoutnew
(#1320) - โ Added dedicated webpack entry point (#1318)