Releases: petkaantonov/bluebird
Releases · petkaantonov/bluebird
v3.7.2
v3.7.1
v3.7.0
Features:
- Add
Promise.allSettled` method (#1606)
v3.6.0
Features:
- Add support for AsyncResource (#1403)
Bugfixes:
- Fix
.reducegenerating unhandled rejection events (#1501) - Fix
Promise.reduce` generating unhandled rejction events (#1502) - Fix
.mapand.filtergenerating 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.5
v3.5.4
v3.5.3
Bugfixes:
- Update acorn dependency
v3.5.2
v3.5.1
v3.5.0
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
Promisedirectly withoutnew(#1320) - Added dedicated webpack entry point (#1318)