Commit cb27942 1 parent e9c6d17 commit cb27942 Copy full SHA for cb27942
File tree 9 files changed +183
-15
lines changed
9 files changed +183
-15
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ release.
36
36
</tr >
37
37
<tr >
38
38
<td valign =" top " >
39
- <b ><a href =" doc/changelogs/CHANGELOG_V21.md#21.1.0 " >21.1.0</a ></b ><br />
39
+ <b ><a href =" doc/changelogs/CHANGELOG_V21.md#21.2.0 " >21.2.0</a ></b ><br />
40
+ <a href =" doc/changelogs/CHANGELOG_V21.md#21.1.0 " >21.1.0</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V21.md#21.0.0 " >21.0.0</a ><br />
41
42
</td >
42
43
<td valign =" top " >
Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ Disable exposition of [CustomEvent Web API][] on the global scope.
1199
1199
### ` --no-experimental-global-navigator `
1200
1200
1201
1201
<!-- YAML
1202
- added: REPLACEME
1202
+ added: v21.2.0
1203
1203
-->
1204
1204
1205
1205
> Stability: 1 - Experimental
@@ -1784,7 +1784,7 @@ node --test --test-shard=3/3
1784
1784
### ` --test-timeout `
1785
1785
1786
1786
<!-- YAML
1787
- added: REPLACEME
1787
+ added: v21.2.0
1788
1788
-->
1789
1789
1790
1790
A number of milliseconds the test execution will fail after. If unspecified,
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ properties.
335
335
### ` import.meta.dirname `
336
336
337
337
<!-- YAML
338
- added: REPLACEME
338
+ added: v21.2.0
339
339
-->
340
340
341
341
> Stability: 1.2 - Release candidate
@@ -348,7 +348,7 @@ added: REPLACEME
348
348
### ` import.meta.filename `
349
349
350
350
<!-- YAML
351
- added: REPLACEME
351
+ added: v21.2.0
352
352
-->
353
353
354
354
> Stability: 1.2 - Release candidate
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ console.log(`This process is running on ${navigator.hardwareConcurrency} logical
634
634
### ` navigator.language `
635
635
636
636
<!-- YAML
637
- added: REPLACEME
637
+ added: v21.2.0
638
638
-->
639
639
640
640
* {string}
@@ -655,7 +655,7 @@ console.log(`The preferred language of the Node.js instance has the tag '${navig
655
655
### ` navigator.languages `
656
656
657
657
<!-- YAML
658
- added: REPLACEME
658
+ added: v21.2.0
659
659
-->
660
660
661
661
* {Array<string >}
@@ -675,7 +675,7 @@ console.log(`The preferred languages are '${navigator.languages}'`);
675
675
### ` navigator.platform `
676
676
677
677
<!-- YAML
678
- added: REPLACEME
678
+ added: v21.2.0
679
679
-->
680
680
681
681
* {string}
Original file line number Diff line number Diff line change @@ -1817,7 +1817,7 @@ which is a `MockTimers` instance.
1817
1817
added:
1818
1818
- v20.4.0
1819
1819
changes:
1820
- - version: REPLACEME
1820
+ - version: v21.2.0
1821
1821
pr-url: https://github.com/nodejs/node/pull/48638
1822
1822
description: Updated parameters to be an option object with available APIs
1823
1823
and the default initial epoch.
@@ -2303,7 +2303,7 @@ clocks or actual timers outside of the mocking environment.
2303
2303
2304
2304
<!-- YAML
2305
2305
added:
2306
- - REPLACEME
2306
+ - v21.2.0
2307
2307
-->
2308
2308
2309
2309
Sets the current Unix timestamp that will be used as reference for any mocked
Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ function with the given `params`.
1052
1052
<!-- YAML
1053
1053
added: v0.3.1
1054
1054
changes:
1055
- - version: REPLACEME
1055
+ - version: v21.2.0
1056
1056
pr-url: https://github.com/nodejs/node/pull/50360
1057
1057
description: The `importModuleDynamically` option is supported now.
1058
1058
- version: v14.6.0
Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ wat2wasm demo.wat
105
105
## Security
106
106
107
107
<!-- YAML
108
- added: REPLACEME
108
+ added: v21.2.0
109
109
changes:
110
- - version: REPLACEME
110
+ - version: v21.2.0
111
111
pr-url: https:// github.com/nodejs/node/pull/50396
112
112
description: Clarify WASI security properties.
113
113
-->
Original file line number Diff line number Diff line change @@ -1421,7 +1421,7 @@ changes:
1421
1421
<!-- YAML
1422
1422
added: v17.0.0
1423
1423
changes:
1424
- - version: REPLACEME
1424
+ - version: v21.2.0
1425
1425
pr-url: https://github.com/nodejs/node/pull/50097
1426
1426
description: format now accepts ` deflate- raw` value.
1427
1427
-->
@@ -1459,7 +1459,7 @@ changes:
1459
1459
<!-- YAML
1460
1460
added: v17.0.0
1461
1461
changes:
1462
- - version: REPLACEME
1462
+ - version: v21.2.0
1463
1463
pr-url: https://github.com/nodejs/node/pull/50097
1464
1464
description: format now accepts ` deflate- raw` value.
1465
1465
-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments