Commit bef1e87 1 parent 75c5de2 commit bef1e87 Copy full SHA for bef1e87
File tree 10 files changed +171
-14
lines changed
10 files changed +171
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ release.
30
30
</tr >
31
31
<tr >
32
32
<td valign="top">
33
- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ></b ><br />
33
+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.4.0 " >13.4.0</a ></b ><br />
34
+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ><br />
35
36
<a href =" doc/changelogs/CHANGELOG_V13.md#13.1.0 " >13.1.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V13.md#13.0.1 " >13.0.1</a ><br />
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ itself.
211
211
212
212
### ` --experimental-specifier-resolution=mode `
213
213
<!-- YAML
214
- added: REPLACEME
214
+ added: v13.4.0
215
215
-->
216
216
217
217
Sets the resolution algorithm for resolving ES module specifiers. Valid options
@@ -421,7 +421,7 @@ Specify the `module` of a custom [experimental ECMAScript Module loader][].
421
421
422
422
### ` --insecure-http-parser `
423
423
<!-- YAML
424
- added: REPLACEME
424
+ added: v13.4.0
425
425
-->
426
426
427
427
Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
Original file line number Diff line number Diff line change @@ -2552,7 +2552,7 @@ and [`fs.createReadStream()`][]) or by passing a file descriptor in options.
2552
2552
### DEP0136: http finished
2553
2553
<!-- YAML
2554
2554
changes:
2555
- - version: REPLACEME
2555
+ - version: v13.4.0
2556
2556
pr-url: https://github.com/nodejs/node/pull/28679
2557
2557
description: Documentation-only deprecation.
2558
2558
-->
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ recommendation is to **not use `async` functions as `'error'` event handlers**.
212
212
<!-- YAML
213
213
added: v0.1.26
214
214
changes:
215
- - version: REPLACEME
215
+ - version: v13.4.0
216
216
pr-url: https://github.com/nodejs/node/pull/27867
217
217
description: Added captureRejections option.
218
218
-->
@@ -759,7 +759,7 @@ emitter.emit('log');
759
759
760
760
### emitter\[ Symbol.for('nodejs.rejection')\] (err, eventName\[ , ...args\] )
761
761
<!-- YAML
762
- added: REPLACEME
762
+ added: v13.4.0
763
763
-->
764
764
765
765
> Stability: 1 - captureRejections is experimental.
@@ -841,7 +841,7 @@ run();
841
841
842
842
## events.captureRejections
843
843
<!-- YAML
844
- added: REPLACEME
844
+ added: v13.4.0
845
845
-->
846
846
847
847
> Stability: 1 - captureRejections is experimental.
@@ -852,7 +852,7 @@ Change the default `captureRejections` option on all new `EventEmitter` objects.
852
852
853
853
## events.captureRejectionSymbol
854
854
<!-- YAML
855
- added: REPLACEME
855
+ added: v13.4.0
856
856
-->
857
857
858
858
> Stability: 1 - captureRejections is experimental.
Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ is finished.
623
623
### request.finished
624
624
<!-- YAML
625
625
added: v0.0.1
626
- deprecated: REPLACEME
626
+ deprecated: v13.4.0
627
627
-->
628
628
629
629
> Stability: 0 - Deprecated. Use [ ` request.writableEnded ` ] [ ] .
@@ -1308,7 +1308,7 @@ is finished.
1308
1308
### response.finished
1309
1309
<!-- YAML
1310
1310
added: v0.0.2
1311
- deprecated: REPLACEME
1311
+ deprecated: v13.4.0
1312
1312
-->
1313
1313
1314
1314
> Stability: 0 - Deprecated. Use [ ` response.writableEnded ` ] [ ] .
Original file line number Diff line number Diff line change @@ -3075,7 +3075,7 @@ is finished.
3075
3075
#### response.finished
3076
3076
<!-- YAML
3077
3077
added: v8.4.0
3078
- deprecated: REPLACEME
3078
+ deprecated: v13.4.0
3079
3079
-->
3080
3080
3081
3081
> Stability: 0 - Deprecated. Use [ ` response.writableEnded ` ] [ ] .
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ with REPL instances programmatically.
510
510
<!-- YAML
511
511
added: v0.1.91
512
512
changes:
513
- - version: REPLACEME
513
+ - version: v13.4.0
514
514
pr-url: https://github.com/nodejs/node/pull/30811
515
515
description: The `preview` option is now available.
516
516
- version: v12.0.0
Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ changes:
827
827
pr-url: https://github.com/nodejs/node/pull/26625
828
828
description: Return the minimum cipher version, instead of a fixed string
829
829
(`'TLSv1/SSLv3'`).
830
- - version: REPLACEME
830
+ - version: v13.4.0
831
831
pr-url: https://github.com/nodejs/node/pull/30637
832
832
description: Return the IETF cipher name as `standardName`.
833
833
-->
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ changes:
510
510
- version: v13.2.0
511
511
pr-url: https://github.com/nodejs/node/pull/26628
512
512
description: The `resourceLimits` option was introduced.
513
- - version: REPLACEME
513
+ - version: v13.4.0
514
514
pr-url: https://github.com/nodejs/node/pull/30559
515
515
description: The `argv` option was introduced.
516
516
-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments