File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " bluebird" ,
3- "version" : " 3.5.5 " ,
3+ "version" : " 3.6.0 " ,
44 "homepage" : " https://github.com/petkaantonov/bluebird" ,
55 "authors" : [
66 " Petka Antonov <[email protected] >"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ markdown: redcarpet
1919redcarpet :
2020 extensions :
2121 - fenced_code_blocks
22- version : 3.5.5
22+ version : 3.6.0
2323gems :
2424 - jekyll-redirect-from
2525destination : ../gh-pages/
Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ id: changelog
33title : Changelog
44---
55
6+ ## 3.6.0 (2019-10-01)
7+
8+ Features:
9+
10+ - Add support for AsyncResource \( [ #1403 ] ( . ) \)
11+
12+ Bugfixes:
13+
14+ - Fix [ .reduce] ( . ) generating unhandled rejection events \( [ #1501 ] ( . ) \)
15+ - Fix [ Promise.reduce] ( . ) generating unhandled rejction events \( [ #1502 ] ( . ) \)
16+ - Fix [ .map] ( . ) and [ .filter] ( . ) generating unhandled rejection events \( [ #1487 ] ( . ) \)
17+ - Fix [ Promise.map] ( . ) unhandled rejection events \( [ #1489 ] ( . ) \)
18+ - Fix cancel skipping upward propagation \( [ #1459 ] ( . ) \)
19+ - Fix loadTimes deprecation \( [ #1505 ] ( . ) \)
20+ - Fix [ Promise.each] ( . ) maximum stack exceeded error \( [ #1326 ] ( . ) \)
21+ - Make PromiseRejectionEvent confrom to spec \( [ #1509 ] ( . ) \)
22+ - Fix false unhandled rejection events \( [ #1468 ] ( . ) \)
23+
624## 3.5.5 (2019-05-24)
725
826Features:
Original file line number Diff line number Diff line change 11{
22 "name" : " bluebird" ,
33 "description" : " Full featured Promises/A+ implementation with exceptionally good performance" ,
4- "version" : " 3.5.5 " ,
4+ "version" : " 3.6.0 " ,
55 "keywords" : [
66 " promise" ,
77 " performance" ,
You can’t perform that action at this time.
0 commit comments