| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 86cbb61 commit 3ee97ee
8 files 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_V19.md#19.6.1">19.6.1</a></b><br/> | ||
| 38 | + <b><a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a></b><br/> | ||
| 39 | + <a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/> | ||
| 39 | 40 | <a href="doc/changelogs/CHANGELOG_V19.md#19.6.0">19.6.0</a><br/> | |
| 40 | 41 | <a href="doc/changelogs/CHANGELOG_V19.md#19.5.0">19.5.0</a><br/> | |
| 41 | 42 | <a href="doc/changelogs/CHANGELOG_V19.md#19.4.0">19.4.0</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,7 +123,7 @@ added: | |||
| 123 | 123 | - v13.10.0 | |
| 124 | 124 | - v12.17.0 | |
| 125 | 125 | changes: | |
| 126 | - - version: REPLACEME | ||
| 126 | + - version: v19.7.0 | ||
| 127 | 127 | pr-url: https://github.com/nodejs/node/pull/46386 | |
| 128 | 128 | description: Removed experimental onPropagate option. | |
| 129 | 129 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -437,7 +437,7 @@ Use this flag to enable [ShadowRealm][] support. | |||
| 437 | 437 | ### `--experimental-test-coverage` | |
| 438 | 438 | ||
| 439 | 439 | <!-- YAML | |
| 440 | - added: REPLACEME | ||
| 440 | + added: v19.7.0 | ||
| 441 | 441 | --> | |
| 442 | 442 | ||
| 443 | 443 | When used in conjunction with the `node:test` module, a code coverage report is | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Single executable applications | |
| 2 | 2 | ||
| 3 | - <!--introduced_in=REPLACEME--> | ||
| 3 | + <!--introduced_in=v19.7.0--> | ||
| 4 | 4 | ||
| 5 | 5 | > Stability: 1 - Experimental: This feature is being designed and will change. | |
| 6 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2696,7 +2696,7 @@ const cleanup = finished(rs, (err) => { | |||
| 2696 | 2696 | <!-- YAML | |
| 2697 | 2697 | added: v10.0.0 | |
| 2698 | 2698 | changes: | |
| 2699 | - - version: REPLACEME | ||
| 2699 | + - version: v19.7.0 | ||
| 2700 | 2700 | pr-url: https://github.com/nodejs/node/pull/46307 | |
| 2701 | 2701 | description: Added support for webstreams. | |
| 2702 | 2702 | - version: v18.0.0 | |
@@ -3227,7 +3227,7 @@ readable.getReader().read().then((result) => { | |||
| 3227 | 3227 | <!-- YAML | |
| 3228 | 3228 | added: v15.4.0 | |
| 3229 | 3229 | changes: | |
| 3230 | - - version: REPLACEME | ||
| 3230 | + - version: v19.7.0 | ||
| 3231 | 3231 | pr-url: https://github.com/nodejs/node/pull/46273 | |
| 3232 | 3232 | description: Added support for `ReadableStream` and | |
| 3233 | 3233 | `WritableStream`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1986,7 +1986,7 @@ channel.port2.postMessage(signal, [signal]); | |||
| 1986 | 1986 | ## `util.aborted(signal, resource)` | |
| 1987 | 1987 | ||
| 1988 | 1988 | <!-- YAML | |
| 1989 | - added: REPLACEME | ||
| 1989 | + added: v19.7.0 | ||
| 1990 | 1990 | --> | |
| 1991 | 1991 | ||
| 1992 | 1992 | > Stability: 1 - Experimental | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,13 +23,13 @@ | |||
| 23 | 23 | #define SRC_NODE_VERSION_H_ | |
| 24 | 24 | ||
| 25 | 25 | #define NODE_MAJOR_VERSION 19 | |
| 26 | - #define NODE_MINOR_VERSION 6 | ||
| 27 | - #define NODE_PATCH_VERSION 2 | ||
| 26 | + #define NODE_MINOR_VERSION 7 | ||
| 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) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments