Commit 784eb2c 1 parent 1c7795e commit 784eb2c Copy full SHA for 784eb2c
File tree 13 files changed +400
-17
lines changed
13 files changed +400
-17
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ release.
51
51
<a href =" doc/changelogs/CHANGELOG_V22.md#22.0.0 " >22.0.0</a ><br />
52
52
</td >
53
53
<td valign =" top " >
54
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.17.0 " >20.17.0</a ></b ><br />
54
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.18.0 " >20.18.0</a ></b ><br />
55
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.17.0 " >20.17.0</a ><br />
55
56
<a href =" doc/changelogs/CHANGELOG_V20.md#20.16.0 " >20.16.0</a ><br />
56
57
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.1 " >20.15.1</a ><br />
57
58
<a href =" doc/changelogs/CHANGELOG_V20.md#20.15.0 " >20.15.0</a ><br />
Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ added:
477
477
changes:
478
478
- version:
479
479
- v22.9.0
480
+ - v20.18.0
480
481
pr-url: https://github.com/nodejs/node/pull/54209
481
482
description: The flag is no longer experimental.
482
483
-->
@@ -708,7 +709,9 @@ code from strings throw an exception instead. This does not affect the Node.js
708
709
### ` --expose-gc `
709
710
710
711
<!-- YAML
711
- added: v22.3.0
712
+ added:
713
+ - v22.3.0
714
+ - v20.18.0
712
715
-->
713
716
714
717
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
@@ -987,7 +990,9 @@ Implies `--experimental-strip-types` and `--enable-source-maps`.
987
990
### ` --experimental-eventsource `
988
991
989
992
<!-- YAML
990
- added: v22.3.0
993
+ added:
994
+ - v22.3.0
995
+ - v20.18.0
991
996
-->
992
997
993
998
Enable exposition of [ EventSource Web API] [ ] on the global scope.
@@ -1036,6 +1041,7 @@ Specify the `module` containing exported [module customization hooks][].
1036
1041
<!-- YAML
1037
1042
added:
1038
1043
- v22.6.0
1044
+ - v20.18.0
1039
1045
-->
1040
1046
1041
1047
> Stability: 1 - Experimental
@@ -1155,7 +1161,9 @@ present. See the [test runner execution model][] section for more information.
1155
1161
### ` --experimental-test-module-mocks `
1156
1162
1157
1163
<!-- YAML
1158
- added: v22.3.0
1164
+ added:
1165
+ - v22.3.0
1166
+ - v20.18.0
1159
1167
-->
1160
1168
1161
1169
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -3724,7 +3724,9 @@ and [`crypto.setEngine()`][] all depend on this functionality from OpenSSL.
3724
3724
3725
3725
<!-- YAML
3726
3726
changes:
3727
- - version: v22.9.0
3727
+ - version:
3728
+ - v22.9.0
3729
+ - v20.18.0
3728
3730
pr-url: https://github.com/nodejs/node/pull/54708
3729
3731
description: Documentation-only deprecation.
3730
3732
-->
@@ -3739,7 +3741,9 @@ It is recommended to use the `new` qualifier instead. This applies to all Zlib c
3739
3741
3740
3742
<!-- YAML
3741
3743
changes:
3742
- - version: v22.9.0
3744
+ - version:
3745
+ - v22.9.0
3746
+ - v20.18.0
3743
3747
pr-url: https://github.com/nodejs/node/pull/54842
3744
3748
description: Documentation-only deprecation.
3745
3749
-->
Original file line number Diff line number Diff line change @@ -477,7 +477,9 @@ A browser-compatible implementation of the `Event` class. See
477
477
## ` EventSource `
478
478
479
479
<!-- YAML
480
- added: v22.3.0
480
+ added:
481
+ - v22.3.0
482
+ - v20.18.0
481
483
-->
482
484
483
485
> Stability: 1 - Experimental. Enable this API with the [ ` --experimental-eventsource ` ] [ ]
Original file line number Diff line number Diff line change @@ -514,6 +514,7 @@ inspector.Network.requestWillBeSent({
514
514
<!-- YAML
515
515
added:
516
516
- v22.6.0
517
+ - v20.18.0
517
518
-->
518
519
519
520
> Stability: 1 - Experimental
@@ -530,6 +531,7 @@ the application is about to send an HTTP request.
530
531
<!-- YAML
531
532
added:
532
533
- v22.6.0
534
+ - v20.18.0
533
535
-->
534
536
535
537
> Stability: 1 - Experimental
@@ -546,6 +548,7 @@ HTTP response is available.
546
548
<!-- YAML
547
549
added:
548
550
- v22.6.0
551
+ - v20.18.0
549
552
-->
550
553
551
554
> Stability: 1 - Experimental
@@ -562,6 +565,7 @@ HTTP request has finished loading.
562
565
<!-- YAML
563
566
added:
564
567
- v22.7.0
568
+ - v20.18.0
565
569
-->
566
570
567
571
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -3106,7 +3106,9 @@ creation methods.
3106
3106
#### `node_api_create_property_key_latin1`
3107
3107
3108
3108
<!-- YAML
3109
- added: v22.9.0
3109
+ added:
3110
+ - v22.9.0
3111
+ - v20.18.0
3110
3112
-->
3111
3113
3112
3114
> Stability: 1 - Experimental
@@ -3172,7 +3174,9 @@ The JavaScript `string` type is described in
3172
3174
#### `node_api_create_property_key_utf8`
3173
3175
3174
3176
<!-- YAML
3175
- added: v22.9.0
3177
+ added:
3178
+ - v22.9.0
3179
+ - v20.18.0
3176
3180
-->
3177
3181
3178
3182
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -890,7 +890,9 @@ initialized.
890
890
### ` performanceNodeTiming.uvMetricsInfo `
891
891
892
892
<!-- YAML
893
- added: v22.8.0
893
+ added:
894
+ - v22.8.0
895
+ - v20.18.0
894
896
-->
895
897
896
898
* Returns: {Object}
Original file line number Diff line number Diff line change @@ -2801,7 +2801,9 @@ console.log(memoryUsage.rss());
2801
2801
<!-- YAML
2802
2802
added: v0.1.26
2803
2803
changes:
2804
- - version: v22.7.0
2804
+ - version:
2805
+ - v22.7.0
2806
+ - v20.18.0
2805
2807
pr-url: https://github.com/nodejs/node/pull/51280
2806
2808
description: Changed stability to Legacy.
2807
2809
- version: v18.0.0
Original file line number Diff line number Diff line change @@ -1956,7 +1956,9 @@ mock can still be used after calling this function.
1956
1956
## Class: ` MockModuleContext `
1957
1957
1958
1958
<!-- YAML
1959
- added: v22.3.0
1959
+ added:
1960
+ - v22.3.0
1961
+ - v20.18.0
1960
1962
-->
1961
1963
1962
1964
> Stability: 1.0 - Early development
@@ -1967,7 +1969,9 @@ created via the [`MockTracker`][] APIs.
1967
1969
### ` ctx.restore() `
1968
1970
1969
1971
<!-- YAML
1970
- added: v22.3.0
1972
+ added:
1973
+ - v22.3.0
1974
+ - v20.18.0
1971
1975
-->
1972
1976
1973
1977
Resets the implementation of the mock module.
@@ -2108,7 +2112,9 @@ test('spies on an object method', (t) => {
2108
2112
### ` mock.module(specifier[, options]) `
2109
2113
2110
2114
<!-- YAML
2111
- added: v22.3.0
2115
+ added:
2116
+ - v22.3.0
2117
+ - v20.18.0
2112
2118
-->
2113
2119
2114
2120
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -1856,7 +1856,9 @@ argument.
1856
1856
<!-- YAML
1857
1857
added: v0.11.13
1858
1858
changes:
1859
- - version: v22.9.0
1859
+ - version:
1860
+ - v22.9.0
1861
+ - v20.18.0
1860
1862
pr-url: https://github.com/nodejs/node/pull/54790
1861
1863
description: The `allowPartialTrustChain` option has been added.
1862
1864
- version:
Original file line number Diff line number Diff line change @@ -1868,7 +1868,9 @@ added:
1868
1868
- v21.7.0
1869
1869
- v20.12.0
1870
1870
changes:
1871
- - version: v22.8.0
1871
+ - version:
1872
+ - v22.8.0
1873
+ - v20.18.0
1872
1874
pr-url: https://github.com/nodejs/node/pull/54389
1873
1875
description: Respect isTTY and environment variables
1874
1876
such as NO_COLORS, NODE_DISABLE_COLORS, and FORCE_COLOR.
Original file line number Diff line number Diff line change @@ -229,7 +229,9 @@ overhead.
229
229
<!-- YAML
230
230
added: v0.3.1
231
231
changes:
232
- - version: v22.8.0
232
+ - version:
233
+ - v22.8.0
234
+ - v20.18.0
233
235
pr-url: https://github.com/nodejs/node/pull/54394
234
236
description: The `contextObject` argument now accepts `vm.constants.DONT_CONTEXTIFY`.
235
237
- version: v14.6.0
@@ -1091,6 +1093,7 @@ added: v0.3.1
1091
1093
changes:
1092
1094
- version:
1093
1095
- v22.8.0
1096
+ - v20.18.0
1094
1097
pr-url: https:// github.com/nodejs/node/pull/54394
1095
1098
description: The `contextObject` argument now accepts `vm.constants.DONT_CONTEXTIFY`.
1096
1099
- version:
@@ -1363,6 +1366,7 @@ added: v0.3.1
1363
1366
changes:
1364
1367
- version:
1365
1368
- v22.8.0
1369
+ - v20.18.0
1366
1370
pr-url: https://github.com/nodejs/node/pull/54394
1367
1371
description: The `contextObject` argument now accepts `vm.constants.DONT_CONTEXTIFY`.
1368
1372
- version:
You can’t perform that action at this time.
0 commit comments