File tree Expand file tree Collapse file tree 14 files changed +458
-33
lines changed Expand file tree Collapse file tree 14 files changed +458
-33
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ release.
57
57
<a href =" doc/changelogs/CHANGELOG_V21.md#21.0.0 " >21.0.0</a ><br />
58
58
</td >
59
59
<td valign =" top " >
60
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.12.2 " >20.12.2</a ></b ><br />
60
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.13.0 " >20.13.0</a ></b ><br />
61
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.12.2 " >20.12.2</a ><br />
61
62
<a href =" doc/changelogs/CHANGELOG_V20.md#20.12.1 " >20.12.1</a ><br />
62
63
<a href =" doc/changelogs/CHANGELOG_V20.md#20.12.0 " >20.12.0</a ><br />
63
64
<a href =" doc/changelogs/CHANGELOG_V20.md#20.11.1 " >20.11.1</a ><br />
Original file line number Diff line number Diff line change @@ -594,7 +594,9 @@ added:
594
594
- v16.4.0
595
595
- v14.18.0
596
596
changes:
597
- - version: v22.1.0
597
+ - version:
598
+ - v22.1.0
599
+ - v20.13.0
598
600
pr-url: https://github.com/nodejs/node/pull/52492
599
601
description: The `ipv6first` is supported now.
600
602
- version: v17.0.0
@@ -1338,7 +1340,9 @@ This option is a no-op. It is kept for compatibility.
1338
1340
### ` --network-family-autoselection-attempt-timeout `
1339
1341
1340
1342
<!-- YAML
1341
- added: v22.1.0
1343
+ added:
1344
+ - v22.1.0
1345
+ - v20.13.0
1342
1346
-->
1343
1347
1344
1348
Sets the default value for the network family autoselection attempt timeout.
@@ -1777,7 +1781,9 @@ native stack and other runtime environment data.
1777
1781
### ` --report-exclude-network `
1778
1782
1779
1783
<!-- YAML
1780
- added: v22.0.0
1784
+ added:
1785
+ - v22.0.0
1786
+ - v20.13.0
1781
1787
-->
1782
1788
1783
1789
Exclude ` header.networkInterfaces ` from the diagnostic report. By default
@@ -2366,7 +2372,9 @@ added:
2366
2372
- v18.11.0
2367
2373
- v16.19.0
2368
2374
changes:
2369
- - version: v22.0.0
2375
+ - version:
2376
+ - v22.0.0
2377
+ - v20.13.0
2370
2378
pr-url: https://github.com/nodejs/node/pull/52074
2371
2379
description: Watch mode is now stable.
2372
2380
- version:
@@ -2399,7 +2407,9 @@ added:
2399
2407
- v18.11.0
2400
2408
- v16.19.0
2401
2409
changes:
2402
- - version: v22.0.0
2410
+ - version:
2411
+ - v22.0.0
2412
+ - v20.13.0
2403
2413
pr-url: https://github.com/nodejs/node/pull/52074
2404
2414
description: Watch mode is now stable.
2405
2415
-->
Original file line number Diff line number Diff line change @@ -891,7 +891,9 @@ When passing a string as the `buffer`, please consider
891
891
<!-- YAML
892
892
added: v1.0.0
893
893
changes:
894
- - version: v22.0.0
894
+ - version:
895
+ - v22.0.0
896
+ - v20.13.0
895
897
pr-url: https://github.com/nodejs/node/pull/52345
896
898
description: Using GCM tag lengths other than 128 bits without specifying
897
899
the `authTagLength` option when creating `decipher` is
Original file line number Diff line number Diff line change @@ -3645,7 +3645,7 @@ changes:
3645
3645
- version: v22.0.0
3646
3646
pr-url: https://github.com/nodejs/node/pull/52067
3647
3647
description: Runtime deprecation.
3648
- - version: v22.0 .0
3648
+ - version: v20.13 .0
3649
3649
pr-url: https://github.com/nodejs/node/pull/51879
3650
3650
description: Documentation-only deprecation.
3651
3651
-->
@@ -3662,7 +3662,7 @@ changes:
3662
3662
- version: v22.0.0
3663
3663
pr-url: https://github.com/nodejs/node/pull/52071
3664
3664
description: Runtime deprecation.
3665
- - version: v22.0 .0
3665
+ - version: v20.13 .0
3666
3666
pr-url: https://github.com/nodejs/node/pull/51881
3667
3667
description: Documentation-only deprecation.
3668
3668
-->
@@ -3680,7 +3680,7 @@ changes:
3680
3680
- version: REPLACEME
3681
3681
pr-url: https://github.com/nodejs/node/pull/52552
3682
3682
description: Runtime deprecation.
3683
- - version: v22.0 .0
3683
+ - version: v20.13 .0
3684
3684
pr-url: https://github.com/nodejs/node/pull/52345
3685
3685
description: Documentation-only deprecation.
3686
3686
-->
Original file line number Diff line number Diff line change @@ -179,7 +179,9 @@ section if a custom port is used.
179
179
<!-- YAML
180
180
added: v0.1.90
181
181
changes:
182
- - version: v22.1.0
182
+ - version:
183
+ - v22.1.0
184
+ - v20.13.0
183
185
pr-url: https://github.com/nodejs/node/pull/52492
184
186
description: The `verbatim` option is now deprecated in favor of the new `order` option.
185
187
- version: v18.4.0
@@ -787,7 +789,9 @@ added:
787
789
- v16.4.0
788
790
- v14.18.0
789
791
changes:
790
- - version: v22.1.0
792
+ - version:
793
+ - v22.1.0
794
+ - v20.13.0
791
795
pr-url: https://github.com/nodejs/node/pull/52492
792
796
description: The `ipv6first` value is supported now.
793
797
- version: v17.0.0
@@ -816,7 +820,9 @@ added:
816
820
- v20.1.0
817
821
- v18.17.0
818
822
changes:
819
- - version: v22.1.0
823
+ - version:
824
+ - v22.1.0
825
+ - v20.13.0
820
826
pr-url: https://github.com/nodejs/node/pull/52492
821
827
description: The `ipv6first` value is supported now.
822
828
-->
@@ -971,7 +977,9 @@ section if a custom port is used.
971
977
<!-- YAML
972
978
added: v10.6.0
973
979
changes:
974
- - version: v22.1.0
980
+ - version:
981
+ - v22.1.0
982
+ - v20.13.0
975
983
pr-url: https://github.com/nodejs/node/pull/52492
976
984
description: The `verbatim` option is now deprecated in favor of the new `order` option.
977
985
-->
@@ -1383,7 +1391,9 @@ added:
1383
1391
- v16.4.0
1384
1392
- v14.18.0
1385
1393
changes:
1386
- - version: v22.1.0
1394
+ - version:
1395
+ - v22.1.0
1396
+ - v20.13.0
1387
1397
pr-url: https://github.com/nodejs/node/pull/52492
1388
1398
description: The `ipv6first` value is supported now.
1389
1399
- version: v17.0.0
Original file line number Diff line number Diff line change @@ -1662,7 +1662,9 @@ added:
1662
1662
- v13.6.0
1663
1663
- v12.16.0
1664
1664
changes:
1665
- - version: v22.0.0
1665
+ - version:
1666
+ - v22.0.0
1667
+ - v20.13.0
1666
1668
pr-url: https://github.com/nodejs/node/pull/52080
1667
1669
description: Support `highWaterMark` and `lowWaterMark` options,
1668
1670
For consistency. Old options are still supported.
@@ -2427,7 +2429,9 @@ added:
2427
2429
- v18.7.0
2428
2430
- v16.17.0
2429
2431
changes:
2430
- - version: v22.1.0
2432
+ - version:
2433
+ - v22.1.0
2434
+ - v20.13.0
2431
2435
pr-url: https://github.com/nodejs/node/pull/52618
2432
2436
description: CustomEvent is now stable.
2433
2437
-->
@@ -2446,7 +2450,9 @@ added:
2446
2450
- v18.7.0
2447
2451
- v16.17.0
2448
2452
changes:
2449
- - version: v22.1.0
2453
+ - version:
2454
+ - v22.1.0
2455
+ - v20.13.0
2450
2456
pr-url: https://github.com/nodejs/node/pull/52618
2451
2457
description: CustomEvent is now stable.
2452
2458
-->
Original file line number Diff line number Diff line change @@ -7026,7 +7026,9 @@ i.e. before the `'ready'` event is emitted.
7026
7026
<!-- YAML
7027
7027
added: v0.1.21
7028
7028
changes:
7029
- - version: v22.0.0
7029
+ - version:
7030
+ - v22.0.0
7031
+ - v20.13.0
7030
7032
pr-url: https://github.com/nodejs/node/pull/51879
7031
7033
description: Public constructor is deprecated.
7032
7034
- version: v8.1.0
Original file line number Diff line number Diff line change @@ -1115,7 +1115,9 @@ added:
1115
1115
- v19.6.0
1116
1116
- v18.15.0
1117
1117
changes:
1118
- - version: v22.0.0
1118
+ - version:
1119
+ - v22.0.0
1120
+ - v20.13.0
1119
1121
pr-url: https://github.com/nodejs/node/pull/52039
1120
1122
description: Aligned return value with `uv_get_constrained_memory`.
1121
1123
-->
@@ -1134,7 +1136,9 @@ information.
1134
1136
## ` process.availableMemory() `
1135
1137
1136
1138
<!-- YAML
1137
- added: v22.0.0
1139
+ added:
1140
+ - v22.0.0
1141
+ - v20.13.0
1138
1142
-->
1139
1143
1140
1144
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change 10
10
11
11
<!-- YAML
12
12
changes:
13
- - version: v22.0.0
13
+ - version:
14
+ - v22.0.0
15
+ - v20.13.0
14
16
pr-url: https://github.com/nodejs/node/pull/51645
15
17
description: Added `--report-exclude-network` option for excluding networking operations that can slow down report generation in some cases.
16
18
-->
Original file line number Diff line number Diff line change @@ -727,7 +727,9 @@ console.log(myStream.destroyed); // true
727
727
<!-- YAML
728
728
added: v0.9.4
729
729
changes:
730
- - version: v22.0.0
730
+ - version:
731
+ - v22.0.0
732
+ - v20.13.0
731
733
pr-url: https://github.com/nodejs/node/pull/51866
732
734
description: The `chunk` argument can now be a `TypedArray` or `DataView` instance.
733
735
- version: v15.0.0
@@ -944,7 +946,9 @@ Getter for the property `objectMode` of a given `Writable` stream.
944
946
<!-- YAML
945
947
added: v0.9.4
946
948
changes:
947
- - version: v22.0.0
949
+ - version:
950
+ - v22.0.0
951
+ - v20.13.0
948
952
pr-url: https://github.com/nodejs/node/pull/51866
949
953
description: The `chunk` argument can now be a `TypedArray` or `DataView` instance.
950
954
- version: v8.0.0
@@ -1784,7 +1788,9 @@ setTimeout(() => {
1784
1788
<!-- YAML
1785
1789
added: v0.9.11
1786
1790
changes:
1787
- - version: v22.0.0
1791
+ - version:
1792
+ - v22.0.0
1793
+ - v20.13.0
1788
1794
pr-url: https://github.com/nodejs/node/pull/51866
1789
1795
description: The `chunk` argument can now be a `TypedArray` or `DataView` instance.
1790
1796
- version: v8.0.0
@@ -4092,7 +4098,9 @@ It can be overridden by child classes but it **must not** be called directly.
4092
4098
4093
4099
<!-- YAML
4094
4100
changes:
4095
- - version: v22.0.0
4101
+ - version:
4102
+ - v22.0.0
4103
+ - v20.13.0
4096
4104
pr-url: https://github.com/nodejs/node/pull/51866
4097
4105
description: The `chunk` argument can now be a `TypedArray` or `DataView` instance.
4098
4106
- version: v8.0.0
You can’t perform that action at this time.
0 commit comments