File tree 8 files changed +251
-8
lines changed
8 files changed +251
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ release.
64
64
<a href =" doc/changelogs/CHANGELOG_V21.md#21.0.0 " >21.0.0</a ><br />
65
65
</td >
66
66
<td valign =" top " >
67
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.16.0 " >20.16.0</a ></b ><br />
67
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.17.0 " >20.17.0</a ></b ><br />
68
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.16.0 " >20.16.0</a ><br />
68
69
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.1 " >20.15.1</a ><br />
69
70
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.0 " >20.15.0</a ><br />
70
71
<a href =" doc/changelogs/CHANGELOG_V20.md#20.14.0 " >20.14.0</a ><br />
Original file line number Diff line number Diff line change @@ -1022,7 +1022,9 @@ following permissions are restricted:
1022
1022
### ` --experimental-require-module `
1023
1023
1024
1024
<!-- YAML
1025
- added: v22.0.0
1025
+ added:
1026
+ - v22.0.0
1027
+ - v20.17.0
1026
1028
-->
1027
1029
1028
1030
> Stability: 1.1 - Active Development
@@ -1847,7 +1849,9 @@ Identical to `-e` but prints the result.
1847
1849
### ` --experimental-print-required-tla `
1848
1850
1849
1851
<!-- YAML
1850
- added: v22.0.0
1852
+ added:
1853
+ - v22.0.0
1854
+ - v20.17.0
1851
1855
-->
1852
1856
1853
1857
This flag is only useful when ` --experimental-require-module ` is enabled.
Original file line number Diff line number Diff line change @@ -282,7 +282,9 @@ path.format({
282
282
## ` path.matchesGlob(path, pattern) `
283
283
284
284
<!-- YAML
285
- added: v22.5.0
285
+ added:
286
+ - v22.5.0
287
+ - v20.17.0
286
288
-->
287
289
288
290
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2689,7 +2689,9 @@ further errors except from `_destroy()` may be emitted as `'error'`.
2689
2689
#### ` stream.duplexPair([options]) `
2690
2690
2691
2691
<!-- YAML
2692
- added: v22.6.0
2692
+ added:
2693
+ - v22.6.0
2694
+ - v20.17.0
2693
2695
-->
2694
2696
2695
2697
* ` options ` {Object} A value to pass to both [ ` Duplex ` ] [ ] constructors,
Original file line number Diff line number Diff line change @@ -1577,7 +1577,9 @@ protocol.
1577
1577
### ` tlsSocket.setKeyCert(context) `
1578
1578
1579
1579
<!-- YAML
1580
- added: v22.5.0
1580
+ added:
1581
+ - v22.5.0
1582
+ - v20.17.0
1581
1583
-->
1582
1584
1583
1585
* ` context ` {Object|tls.SecureContext} An object containing at least ` key ` and
Original file line number Diff line number Diff line change @@ -574,7 +574,9 @@ The algorithms currently supported include:
574
574
<!-- YAML
575
575
added: v15.0.0
576
576
changes:
577
- - version: v22.5.0
577
+ - version:
578
+ - v22.5.0
579
+ - v20.17.0
578
580
pr-url: https://github.com/nodejs/node/pull/53601
579
581
description: The length parameter is now optional for `'ECDH'`, `'X25519'`,
580
582
and `'X448'`.
Original file line number Diff line number Diff line change @@ -622,7 +622,9 @@ added: v16.5.0
622
622
<!-- YAML
623
623
added: v16.5.0
624
624
changes:
625
- - version: v21.7.0
625
+ - version:
626
+ - v21.7.0
627
+ - v20.17.0
626
628
pr-url: https://github.com/nodejs/node/pull/50888
627
629
description: Added ` min` option.
628
630
-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments