File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bluebird" ,
3
- "version" : " 3.5.5 " ,
3
+ "version" : " 3.6.0 " ,
4
4
"homepage" : " https://github.com/petkaantonov/bluebird" ,
5
5
"authors" : [
6
6
" Petka Antonov <petka_antonov@hotmail.com>"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ markdown: redcarpet
19
19
redcarpet :
20
20
extensions :
21
21
- fenced_code_blocks
22
- version : 3.5.5
22
+ version : 3.6.0
23
23
gems :
24
24
- jekyll-redirect-from
25
25
destination : ../gh-pages/
Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ id: changelog
3
3
title : Changelog
4
4
---
5
5
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
+
6
24
## 3.5.5 (2019-05-24)
7
25
8
26
Features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bluebird" ,
3
3
"description" : " Full featured Promises/A+ implementation with exceptionally good performance" ,
4
- "version" : " 3.5.5 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"keywords" : [
6
6
" promise" ,
7
7
" performance" ,
You can’t perform that action at this time.
0 commit comments