| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent de0a51b commit d9e2456
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,8 @@ release. | |||
| 36 | 36 | </tr> | |
| 37 | 37 | <tr> | |
| 38 | 38 | <td valign="top"> | |
| 39 | - <b><a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a></b><br/> | ||
| 39 | + <b><a href="doc/changelogs/CHANGELOG_V20.md#20.7.0">20.7.0</a></b><br/> | ||
| 40 | + <a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a><br/> | ||
| 40 | 41 | <a href="doc/changelogs/CHANGELOG_V20.md#20.6.0">20.6.0</a><br/> | |
| 41 | 42 | <a href="doc/changelogs/CHANGELOG_V20.md#20.5.1">20.5.1</a><br/> | |
| 42 | 43 | <a href="doc/changelogs/CHANGELOG_V20.md#20.5.0">20.5.0</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -146,7 +146,7 @@ Error: Access to this API has been restricted | |||
| 146 | 146 | <!-- YAML | |
| 147 | 147 | added: v20.0.0 | |
| 148 | 148 | changes: | |
| 149 | - - version: REPLACEME | ||
| 149 | + - version: v20.7.0 | ||
| 150 | 150 | pr-url: https://github.com/nodejs/node/pull/49047 | |
| 151 | 151 | description: Paths delimited by comma (`,`) are no longer allowed. | |
| 152 | 152 | --> | |
@@ -200,7 +200,7 @@ node --experimental-permission --allow-fs-read=/path/to/index.js index.js | |||
| 200 | 200 | <!-- YAML | |
| 201 | 201 | added: v20.0.0 | |
| 202 | 202 | changes: | |
| 203 | - - version: REPLACEME | ||
| 203 | + - version: v20.7.0 | ||
| 204 | 204 | pr-url: https://github.com/nodejs/node/pull/49047 | |
| 205 | 205 | description: Paths delimited by comma (`,`) are no longer allowed. | |
| 206 | 206 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -150,7 +150,7 @@ import('node:fs').then((esmFS) => { | |||
| 150 | 150 | <!-- YAML | |
| 151 | 151 | added: v8.8.0 | |
| 152 | 152 | changes: | |
| 153 | - - version: REPLACEME | ||
| 153 | + - version: v20.7.0 | ||
| 154 | 154 | pr-url: https://github.com/nodejs/node/pull/48842 | |
| 155 | 155 | description: Added `initialize` hook to replace `globalPreload`. | |
| 156 | 156 | - version: | |
@@ -380,7 +380,7 @@ asynchronous operations (like `console.log`) to complete. | |||
| 380 | 380 | #### `initialize()` | |
| 381 | 381 | ||
| 382 | 382 | <!-- YAML | |
| 383 | - added: REPLACEME | ||
| 383 | + added: v20.7.0 | ||
| 384 | 384 | --> | |
| 385 | 385 | ||
| 386 | 386 | > Stability: 1.1 - Active development | |
@@ -563,7 +563,7 @@ export async function resolve(specifier, context, nextResolve) { | |||
| 563 | 563 | ||
| 564 | 564 | <!-- YAML | |
| 565 | 565 | changes: | |
| 566 | - - version: REPLACEME | ||
| 566 | + - version: v20.7.0 | ||
| 567 | 567 | pr-url: https://github.com/nodejs/node/pull/47999 | |
| 568 | 568 | description: Add support for `source` with format `commonjs`. | |
| 569 | 569 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3520,7 +3520,7 @@ Using this function is mutually exclusive with using the deprecated | |||
| 3520 | 3520 | ## `process.sourceMapsEnabled` | |
| 3521 | 3521 | ||
| 3522 | 3522 | <!-- YAML | |
| 3523 | - added: REPLACEME | ||
| 3523 | + added: v20.7.0 | ||
| 3524 | 3524 | --> | |
| 3525 | 3525 | ||
| 3526 | 3526 | > Stability: 1 - Experimental | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2013,7 +2013,7 @@ added: | |||
| 2013 | 2013 | - v17.4.0 | |
| 2014 | 2014 | - v16.14.0 | |
| 2015 | 2015 | changes: | |
| 2016 | - - version: REPLACEME | ||
| 2016 | + - version: v20.7.0 | ||
| 2017 | 2017 | pr-url: https://github.com/nodejs/node/pull/49249 | |
| 2018 | 2018 | description: added `highWaterMark` in options. | |
| 2019 | 2019 | --> | |
@@ -2066,7 +2066,7 @@ added: | |||
| 2066 | 2066 | - v17.4.0 | |
| 2067 | 2067 | - v16.14.0 | |
| 2068 | 2068 | changes: | |
| 2069 | - - version: REPLACEME | ||
| 2069 | + - version: v20.7.0 | ||
| 2070 | 2070 | pr-url: https://github.com/nodejs/node/pull/49249 | |
| 2071 | 2071 | description: added `highWaterMark` in options. | |
| 2072 | 2072 | --> | |
| 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 20 | |
| 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