File tree 7 files changed +146
-11
lines changed
7 files changed +146
-11
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ release.
35
35
</tr >
36
36
<tr >
37
37
<td valign =" top " >
38
- <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.10.0 " >18.10.0</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.11.0 " >18.11.0</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V18.md#18.10.0 " >18.10.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V18.md#18.9.1 " >18.9.1</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V18.md#18.9.0 " >18.9.0</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V18.md#18.8.0 " >18.8.0</a ><br />
Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ on [running tests from the command line][] for more details.
1217
1217
### ` --test-name-pattern `
1218
1218
1219
1219
<!-- YAML
1220
- added: REPLACEME
1220
+ added: v18.11.0
1221
1221
-->
1222
1222
1223
1223
A regular expression that configures the test runner to only execute tests
@@ -1573,7 +1573,7 @@ will be chosen.
1573
1573
### ` --watch `
1574
1574
1575
1575
<!-- YAML
1576
- added: REPLACEME
1576
+ added: v18.11.0
1577
1577
-->
1578
1578
1579
1579
> Stability: 1 - Experimental
@@ -1595,7 +1595,7 @@ $ node --watch index.js
1595
1595
### ` --watch-path `
1596
1596
1597
1597
<!-- YAML
1598
- added: REPLACEME
1598
+ added: v18.11.0
1599
1599
-->
1600
1600
1601
1601
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ of the file.
520
520
#### ` filehandle .readLines ([options])`
521
521
522
522
<!-- YAML
523
- added: REPLACEME
523
+ added: v18.11.0
524
524
-->
525
525
526
526
* ` options` {Object}
Original file line number Diff line number Diff line change @@ -2141,9 +2141,9 @@ the request body should be sent. See the [`'checkContinue'`][] event on
2141
2141
### ` response.writeEarlyHints(hints[, callback]) `
2142
2142
2143
2143
<!-- YAML
2144
- added: REPLACEME
2144
+ added: v18.11.0
2145
2145
changes:
2146
- - version: REPLACEME
2146
+ - version: v18.11.0
2147
2147
pr-url: https://github.com/nodejs/node/pull/44820
2148
2148
description: Allow passing hints as an object.
2149
2149
-->
Original file line number Diff line number Diff line change @@ -4008,7 +4008,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and
4008
4008
### ` response.writeEarlyHints(links) `
4009
4009
4010
4010
<!-- YAML
4011
- added: REPLACEME
4011
+ added: v18.11.0
4012
4012
-->
4013
4013
4014
4014
* ` links ` {string|Array}
Original file line number Diff line number Diff line change @@ -1031,7 +1031,7 @@ added:
1031
1031
- v18.3.0
1032
1032
- v16.17.0
1033
1033
changes:
1034
- - version: REPLACEME
1034
+ - version: v18.11.0
1035
1035
pr-url: https://github.com/nodejs/node/pull/44631
1036
1036
description: Add support for default values in input `config`.
1037
1037
- version:
@@ -1606,7 +1606,7 @@ Unicode "replacement character" U+FFFD.
1606
1606
## ` util .transferableAbortController ()`
1607
1607
1608
1608
<!-- YAML
1609
- added: REPLACEME
1609
+ added: v18.11.0
1610
1610
-->
1611
1611
1612
1612
> Stability: 1 - Experimental
@@ -1617,7 +1617,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`.
1617
1617
## ` util .transferableAbortSignal (signal)`
1618
1618
1619
1619
<!-- YAML
1620
- added: REPLACEME
1620
+ added: v18.11.0
1621
1621
-->
1622
1622
1623
1623
> Stability: 1 - Experimental
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments