Skip to content

Commit 6b76573

Browse files
committed
2020-04-21, Version 14.0.0 (Current)
Notable changes: - TBD PR-URL: #32181
1 parent 05f1df5 commit 6b76573

29 files changed

+189
-48
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Select a Node.js version below to view the changelog history:
44

5+
* [Node.js 14](doc/changelogs/CHANGELOG_V14.md) **Current**
56
* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) **Current**
67
* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) **Long Term Support**
78
* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
@@ -23,12 +24,16 @@ release.
2324
<!--lint disable maximum-line-length-->
2425
<table>
2526
<tr>
27+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>Current</sup></th>
2628
<th title="Current"><a href="doc/changelogs/CHANGELOG_V13.md">13</a><sup>Current</sup></th>
2729
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
2830
<th title="LTS Until 2021-04"><a href="doc/changelogs/CHANGELOG_V10.md">10</a><sup>LTS</sup></th>
2931
</tr>
3032
<tr>
3133
<td valign="top">
34+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a></b><br/>
35+
</td>
36+
<td valign="top">
3237
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.11.0">13.11.0</a></b><br/>
3338
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.1">13.10.1</a><br/>
3439
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.0">13.10.0</a><br/>

doc/api/assert.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ An alias of [`assert.ok()`][].
161161
<!-- YAML
162162
added: v0.1.21
163163
changes:
164-
- version: REPLACEME
164+
- version: v14.0.0
165165
pr-url: https://github.com/nodejs/node/pull/30766
166166
description: NaN is now treated as being identical in case both sides are
167167
NaN.
@@ -597,7 +597,7 @@ assert.doesNotThrow(
597597
<!-- YAML
598598
added: v0.1.21
599599
changes:
600-
- version: REPLACEME
600+
- version: v14.0.0
601601
pr-url: https://github.com/nodejs/node/pull/30766
602602
description: NaN is now treated as being identical in case both sides are
603603
NaN.
@@ -818,7 +818,7 @@ instance of an [`Error`][] then it will be thrown instead of the
818818
<!-- YAML
819819
added: v0.1.21
820820
changes:
821-
- version: REPLACEME
821+
- version: v14.0.0
822822
pr-url: https://github.com/nodejs/node/pull/30766
823823
description: NaN is now treated as being identical in case both sides are
824824
NaN.
@@ -944,7 +944,7 @@ instead of the [`AssertionError`][].
944944
<!-- YAML
945945
added: v0.1.21
946946
changes:
947-
- version: REPLACEME
947+
- version: v14.0.0
948948
pr-url: https://github.com/nodejs/node/pull/30766
949949
description: NaN is now treated as being identical in case both sides are
950950
NaN.

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ See [Advanced Serialization][] for more details.
10271027
<!-- YAML
10281028
added: v7.1.0
10291029
changes:
1030-
- version: REPLACEME
1030+
- version: v14.0.0
10311031
pr-url: https://github.com/nodejs/node/pull/30165
10321032
description: The object no longer accidentally exposes native C++ bindings.
10331033
-->

doc/api/cli.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Specify the file name of the CPU profile generated by `--cpu-prof`.
129129

130130
### `--disable-proto=mode`
131131
<!--YAML
132-
added: REPLACEME
132+
added: v14.0.0
133133
-->
134134

135135
Disable the `Object.prototype.__proto__` property. If `mode` is `delete`, the
@@ -603,7 +603,7 @@ warning will be written to stderr instead.
603603

604604
### `--report-compact`
605605
<!-- YAML
606-
added: REPLACEME
606+
added: v14.0.0
607607
-->
608608

609609
Write reports in a compact format, single-line JSON, more easily consumable
@@ -614,7 +614,7 @@ human consumption.
614614
<!-- YAML
615615
added: v11.8.0
616616
changes:
617-
- version: REPLACEME
617+
- version: v14.0.0
618618
pr-url: https://github.com/nodejs/node/pull/32242
619619
description: This option is no longer considered experimental.
620620
- version: v12.0.0
@@ -629,7 +629,7 @@ Location at which the report will be generated.
629629
<!-- YAML
630630
added: v11.8.0
631631
changes:
632-
- version: REPLACEME
632+
- version: v14.0.0
633633
pr-url: https://github.com/nodejs/node/pull/32242
634634
description: This option is no longer considered experimental.
635635
- version: v12.0.0
@@ -662,7 +662,7 @@ error.
662662
<!-- YAML
663663
added: v11.8.0
664664
changes:
665-
- version: REPLACEME
665+
- version: v14.0.0
666666
pr-url: https://github.com/nodejs/node/pull/32242
667667
description: This option is no longer considered experimental.
668668
- version: v12.0.0
@@ -679,7 +679,7 @@ specified through `--report-signal`.
679679
<!-- YAML
680680
added: v11.8.0
681681
changes:
682-
- version: REPLACEME
682+
- version: v14.0.0
683683
pr-url: https://github.com/nodejs/node/pull/32242
684684
description: This option is no longer considered experimental.
685685
- version: v12.0.0
@@ -695,7 +695,7 @@ Default signal is `SIGUSR2`.
695695
<!-- YAML
696696
added: v11.8.0
697697
changes:
698-
- version: REPLACEME
698+
- version: v14.0.0
699699
pr-url: https://github.com/nodejs/node/pull/32242
700700
description: This option is no longer considered experimental.
701701
- version: v12.0.0

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ console.log(hashes); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
23282328
<!-- YAML
23292329
added: v0.5.5
23302330
changes:
2331-
- version: REPLACEME
2331+
- version: v14.0.0
23322332
pr-url: https://github.com/nodejs/node/pull/30578
23332333
description: The `iterations` parameter is now restricted to positive
23342334
values. Earlier releases treated other values as one.
@@ -2407,7 +2407,7 @@ negative performance implications for some applications; see the
24072407
<!-- YAML
24082408
added: v0.9.3
24092409
changes:
2410-
- version: REPLACEME
2410+
- version: v14.0.0
24112411
pr-url: https://github.com/nodejs/node/pull/30578
24122412
description: The `iterations` parameter is now restricted to positive
24132413
values. Earlier releases treated other values as one.

doc/api/deprecations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ However, the deprecation identifier will not be modified.
4444
### DEP0001: `http.OutgoingMessage.prototype.flush`
4545
<!-- YAML
4646
changes:
47-
- version: REPLACEME
47+
- version: v14.0.0
4848
pr-url: https://github.com/nodejs/node/pull/31164
4949
description: End-of-Life.
5050
- version:
@@ -85,7 +85,7 @@ The `_linklist` module is deprecated. Please use a userland alternative.
8585
### DEP0003: `_writableState.buffer`
8686
<!-- YAML
8787
changes:
88-
- version: REPLACEME
88+
- version: v14.0.0
8989
pr-url: https://github.com/nodejs/node/pull/31165
9090
description: End-of-Life
9191
- version:
@@ -239,7 +239,7 @@ to the `constants` property exposed by the relevant module. For instance,
239239
### DEP0009: `crypto.pbkdf2` without digest
240240
<!-- YAML
241241
changes:
242-
- version: REPLACEME
242+
- version: v14.0.0
243243
pr-url: https://github.com/nodejs/node/pull/31166
244244
description: End-of-Life (for `digest === null`)
245245
- version: v11.0.0
@@ -407,7 +407,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
407407
### DEP0016: `GLOBAL`/`root`
408408
<!-- YAML
409409
changes:
410-
- version: REPLACEME
410+
- version: v14.0.0
411411
pr-url: https://github.com/nodejs/node/pull/31167
412412
description: End-of-Life
413413
- version: v6.12.0
@@ -522,7 +522,7 @@ The `Server.listenFD()` method was deprecated and removed. Please use
522522
### DEP0022: `os.tmpDir()`
523523
<!-- YAML
524524
changes:
525-
- version: REPLACEME
525+
- version: v14.0.0
526526
pr-url: https://github.com/nodejs/node/pull/31169
527527
description: End-of-Life.
528528
- version: v7.0.0
@@ -2590,7 +2590,7 @@ To maintain existing behaviour `response.finished` should be replaced with
25902590
### DEP0137: Closing fs.FileHandle on garbage collection
25912591
<!-- YAML
25922592
changes:
2593-
- version: REPLACEME
2593+
- version: v14.0.0
25942594
pr-url: https://github.com/nodejs/node/pull/28396
25952595
description: Runtime deprecation.
25962596
-->

doc/api/embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C++ Embedder API
22

3-
<!--introduced_in=REPLACEME-->
3+
<!--introduced_in=v14.0.0-->
44

55
Node.js provides a number of C++ APIs that can be used to execute JavaScript
66
in a Node.js environment from other C++ software.

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ The `repl` module was unable to parse data from the REPL history file.
23072307
### `ERR_SOCKET_CANNOT_SEND`
23082308
<!-- YAML
23092309
added: v9.0.0
2310-
removed: REPLACEME
2310+
removed: v14.0.0
23112311
-->
23122312

23132313
Data could be sent on a socket.

doc/api/fs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ This happens when:
39283928
<!-- YAML
39293929
added: v0.0.2
39303930
changes:
3931-
- version: REPLACEME
3931+
- version: v14.0.0
39323932
pr-url: https://github.com/nodejs/node/pull/31030
39333933
description: The `buffer` parameter won't coerce unsupported input to
39343934
strings anymore.
@@ -3989,7 +3989,7 @@ the end of the file.
39893989
<!-- YAML
39903990
added: v0.11.5
39913991
changes:
3992-
- version: REPLACEME
3992+
- version: v14.0.0
39933993
pr-url: https://github.com/nodejs/node/pull/31030
39943994
description: The `string` parameter won't coerce unsupported input to
39953995
strings anymore.
@@ -4048,7 +4048,7 @@ details.
40484048
<!-- YAML
40494049
added: v0.1.29
40504050
changes:
4051-
- version: REPLACEME
4051+
- version: v14.0.0
40524052
pr-url: https://github.com/nodejs/node/pull/31030
40534053
description: The `data` parameter won't coerce unsupported input to
40544054
strings anymore.
@@ -4138,7 +4138,7 @@ to contain only `', World'`.
41384138
<!-- YAML
41394139
added: v0.1.29
41404140
changes:
4141-
- version: REPLACEME
4141+
- version: v14.0.0
41424142
pr-url: https://github.com/nodejs/node/pull/31030
41434143
description: The `data` parameter won't coerce unsupported input to
41444144
strings anymore.
@@ -4170,7 +4170,7 @@ this API: [`fs.writeFile()`][].
41704170
<!-- YAML
41714171
added: v0.1.21
41724172
changes:
4173-
- version: REPLACEME
4173+
- version: v14.0.0
41744174
pr-url: https://github.com/nodejs/node/pull/31030
41754175
description: The `buffer` parameter won't coerce unsupported input to
41764176
strings anymore.
@@ -4200,7 +4200,7 @@ this API: [`fs.write(fd, buffer...)`][].
42004200
<!-- YAML
42014201
added: v0.11.5
42024202
changes:
4203-
- version: REPLACEME
4203+
- version: v14.0.0
42044204
pr-url: https://github.com/nodejs/node/pull/31030
42054205
description: The `string` parameter won't coerce unsupported input to
42064206
strings anymore.
@@ -4553,7 +4553,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
45534553
<!-- YAML
45544554
added: v10.0.0
45554555
changes:
4556-
- version: REPLACEME
4556+
- version: v14.0.0
45574557
pr-url: https://github.com/nodejs/node/pull/31030
45584558
description: The `buffer` parameter won't coerce unsupported input to
45594559
buffers anymore.
@@ -4590,7 +4590,7 @@ the end of the file.
45904590
<!-- YAML
45914591
added: v10.0.0
45924592
changes:
4593-
- version: REPLACEME
4593+
- version: v14.0.0
45944594
pr-url: https://github.com/nodejs/node/pull/31030
45954595
description: The `string` parameter won't coerce unsupported input to
45964596
strings anymore.
@@ -4626,7 +4626,7 @@ the end of the file.
46264626
<!-- YAML
46274627
added: v10.0.0
46284628
changes:
4629-
- version: REPLACEME
4629+
- version: v14.0.0
46304630
pr-url: https://github.com/nodejs/node/pull/31030
46314631
description: The `data` parameter won't coerce unsupported input to
46324632
strings anymore.
@@ -5231,7 +5231,7 @@ The `atime` and `mtime` arguments follow these rules:
52315231
<!-- YAML
52325232
added: v10.0.0
52335233
changes:
5234-
- version: REPLACEME
5234+
- version: v14.0.0
52355235
pr-url: https://github.com/nodejs/node/pull/31030
52365236
description: The `data` parameter won't coerce unsupported input to
52375237
strings anymore.

0 commit comments

Comments
 (0)