File tree 11 files changed +131
-14
lines changed
11 files changed +131
-14
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
32
32
</tr >
33
33
<tr >
34
34
<td valign="top">
35
- <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.2.1 " >15.2.1</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.3.0 " >15.3.0</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.2.1 " >15.2.1</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V15.md#15.2.0 " >15.2.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V15.md#15.1.0 " >15.1.0</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V15.md#15.0.1 " >15.0.1</a ><br />
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ The following methods from the `dnsPromises` API are available:
732
732
733
733
### ` resolver.cancel() `
734
734
<!-- YAML
735
- added: REPLACEME
735
+ added: v15.3.0
736
736
-->
737
737
738
738
Cancel all outstanding DNS queries made by this resolver. The corresponding
Original file line number Diff line number Diff line change 6
6
added: v8.5.0
7
7
changes:
8
8
- version:
9
- - REPLACEME
9
+ - v15.3.0
10
10
pr-url: https://github.com/nodejs/node/pull/35781
11
11
description: Stabilize modules implementation.
12
12
- version:
Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ regular `'error'` listener is installed.
385
385
386
386
### ` EventEmitter.setMaxListeners(n[, ...eventTargets]) `
387
387
<!-- YAML
388
- added: REPLACEME
388
+ added: v15.3.0
389
389
-->
390
390
391
391
* ` n ` {number} A non-negative number. The maximum number of listeners per
Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ This can be overridden for servers and client requests by passing the
2336
2336
<!-- YAML
2337
2337
added: v0.3.6
2338
2338
changes:
2339
- - version: REPLACEME
2339
+ - version: v15.3.0
2340
2340
pr-url: https://github.com/nodejs/node/pull/36048
2341
2341
description: It is possible to abort a request with an AbortSignal.
2342
2342
- version:
Original file line number Diff line number Diff line change 2
2
<!-- YAML
3
3
added: v8.4.0
4
4
changes:
5
- - version: REPLACEME
5
+ - version: v15.3.0
6
6
pr-url: https://github.com/nodejs/node/pull/36070
7
7
description: It is possible to abort a request with an AbortSignal.
8
8
- version: v15.0.0
@@ -524,7 +524,7 @@ A prototype-less object describing the current remote settings of this
524
524
525
525
#### ` http2session.setLocalWindowSize(windowSize) `
526
526
<!-- YAML
527
- added: REPLACEME
527
+ added: v15.3.0
528
528
-->
529
529
530
530
* ` windowSize ` {number}
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ A [`TypeError`][] is thrown if `path` is not a string.
435
435
<!-- YAML
436
436
added: v0.11.15
437
437
changes:
438
- - version: REPLACEME
438
+ - version: v15.3.0
439
439
pr-url: https://github.com/nodejs/node/pull/34962
440
440
description: Exposed as `require('path/posix')`.
441
441
-->
@@ -575,7 +575,7 @@ method is non-operational and always returns `path` without modifications.
575
575
<!-- YAML
576
576
added: v0.11.15
577
577
changes:
578
- - version: REPLACEME
578
+ - version: v15.3.0
579
579
pr-url: https://github.com/nodejs/node/pull/34962
580
580
description: Exposed as `require('path/win32')`.
581
581
-->
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ whenever `rl.prompt()` is called.
285
285
286
286
### ` rl.getPrompt() `
287
287
<!-- YAML
288
- added: REPLACEME
288
+ added: v15.3.0
289
289
-->
290
290
291
291
* Returns: {string} the current prompt string
Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`.
1291
1291
<!-- YAML
1292
1292
added: v10.0.0
1293
1293
changes:
1294
- - version: REPLACEME
1294
+ - version: v15.3.0
1295
1295
pr-url: https://github.com/nodejs/node/pull/34055
1296
1296
description: Exposed as `require('util/types')`.
1297
1297
-->
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_VERSION_H_
24
24
25
25
#define NODE_MAJOR_VERSION 15
26
- #define NODE_MINOR_VERSION 2
27
- #define NODE_PATCH_VERSION 2
26
+ #define NODE_MINOR_VERSION 3
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 0
30
30
#define NODE_VERSION_LTS_CODENAME ""
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments