Commit 5053986 1 parent dc34229 commit 5053986 Copy full SHA for 5053986
File tree 8 files changed +284
-10
lines changed
8 files changed +284
-10
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ release.
44
44
<a href =" doc/changelogs/CHANGELOG_V21.md#21.0.0 " >21.0.0</a ><br />
45
45
</td >
46
46
<td valign =" top " >
47
- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.10.0 " >20.10.0</a ></b ><br />
47
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.11.0 " >20.11.0</a ></b ><br />
48
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.10.0 " >20.10.0</a ><br />
48
49
<a href =" doc/changelogs/CHANGELOG_V20.md#20.9.0 " >20.9.0</a ><br />
49
50
<a href =" doc/changelogs/CHANGELOG_V20.md#20.8.1 " >20.8.1</a ><br />
50
51
<a href =" doc/changelogs/CHANGELOG_V20.md#20.8.0 " >20.8.0</a ><br />
Original file line number Diff line number Diff line change @@ -513,7 +513,9 @@ Affects the default output directory of:
513
513
> Stability: 1.1 - Active development
514
514
515
515
<!-- YAML
516
- added: v21.3.0
516
+ added:
517
+ - v21.3.0
518
+ - v20.11.0
517
519
-->
518
520
519
521
Disable specific process warnings by ` code ` or ` type ` .
@@ -1924,7 +1926,9 @@ node --test --test-shard=3/3
1924
1926
### ` --test-timeout `
1925
1927
1926
1928
<!-- YAML
1927
- added: v21.2.0
1929
+ added:
1930
+ - v21.2.0
1931
+ - v20.11.0
1928
1932
-->
1929
1933
1930
1934
A number of milliseconds the test execution will fail after. If unspecified,
Original file line number Diff line number Diff line change @@ -3527,7 +3527,9 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.
3527
3527
3528
3528
<!-- YAML
3529
3529
changes:
3530
- - version: v21.3.0
3530
+ - version:
3531
+ - v21.3.0
3532
+ - v20.11.0
3531
3533
pr-url: https://github.com/nodejs/node/pull/50486
3532
3534
description: A deprecation code has been assigned.
3533
3535
- version: v14.0.0
Original file line number Diff line number Diff line change @@ -342,7 +342,9 @@ properties.
342
342
### ` import.meta.dirname `
343
343
344
344
<!-- YAML
345
- added: v21.2.0
345
+ added:
346
+ - v21.2.0
347
+ - v20.11.0
346
348
-->
347
349
348
350
> Stability: 1.2 - Release candidate
@@ -355,7 +357,9 @@ added: v21.2.0
355
357
### ` import.meta.filename `
356
358
357
359
<!-- YAML
358
- added: v21.2.0
360
+ added:
361
+ - v21.2.0
362
+ - v20.11.0
359
363
-->
360
364
361
365
> Stability: 1.2 - Release candidate
Original file line number Diff line number Diff line change @@ -1837,7 +1837,9 @@ added:
1837
1837
- v20.4.0
1838
1838
- v18.19.0
1839
1839
changes:
1840
- - version: v21.2.0
1840
+ - version:
1841
+ - v21.2.0
1842
+ - v20.11.0
1841
1843
pr-url: https://github.com/nodejs/node/pull/48638
1842
1844
description: Updated parameters to be an option object with available APIs
1843
1845
and the default initial epoch.
@@ -2327,6 +2329,7 @@ clocks or actual timers outside of the mocking environment.
2327
2329
<!-- YAML
2328
2330
added:
2329
2331
- v21.2.0
2332
+ - v20.11.0
2330
2333
-->
2331
2334
2332
2335
Sets the current Unix timestamp that will be used as reference for any mocked
Original file line number Diff line number Diff line change @@ -1055,7 +1055,9 @@ function with the given `params`.
1055
1055
<!-- YAML
1056
1056
added: v0.3.1
1057
1057
changes:
1058
- - version: v21.2.0
1058
+ - version:
1059
+ - v21.2.0
1060
+ - v20.11.0
1059
1061
pr-url: https://github.com/nodejs/node/pull/50360
1060
1062
description: The `importModuleDynamically` option is supported now.
1061
1063
- version: v14.6.0
Original file line number Diff line number Diff line change @@ -105,9 +105,13 @@ wat2wasm demo.wat
105
105
## Security
106
106
107
107
<!-- YAML
108
- added: v21.2.0
108
+ added:
109
+ - v21.2.0
110
+ - v20.11.0
109
111
changes:
110
- - version: v21.2.0
112
+ - version:
113
+ - v21.2.0
114
+ - v20.11.0
111
115
pr-url: https:// github.com/nodejs/node/pull/50396
112
116
description: Clarify WASI security properties.
113
117
-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments