| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52c18e6 commit d8c3089
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,8 @@ release. | |||
| 39 | 39 | </tr> | |
| 40 | 40 | <tr> | |
| 41 | 41 | <td valign="top"> | |
| 42 | - <b><a href="doc/changelogs/CHANGELOG_V23.md#23.4.0">23.4.0</a></b><br/> | ||
| 42 | + <b><a href="doc/changelogs/CHANGELOG_V23.md#23.5.0">23.5.0</a></b><br/> | ||
| 43 | + <a href="doc/changelogs/CHANGELOG_V23.md#23.4.0">23.4.0</a><br/> | ||
| 43 | 44 | <a href="doc/changelogs/CHANGELOG_V23.md#23.3.0">23.3.0</a><br/> | |
| 44 | 45 | <a href="doc/changelogs/CHANGELOG_V23.md#23.2.0">23.2.0</a><br/> | |
| 45 | 46 | <a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,7 +189,7 @@ Error: Access to this API has been restricted | |||
| 189 | 189 | <!-- YAML | |
| 190 | 190 | added: v20.0.0 | |
| 191 | 191 | changes: | |
| 192 | - - version: REPLACEME | ||
| 192 | + - version: v23.5.0 | ||
| 193 | 193 | pr-url: https://github.com/nodejs/node/pull/56201 | |
| 194 | 194 | description: Permission Model and --allow-fs flags are stable. | |
| 195 | 195 | - version: v20.7.0 | |
@@ -234,7 +234,7 @@ node --permission --allow-fs-read=/path/to/index.js index.js | |||
| 234 | 234 | <!-- YAML | |
| 235 | 235 | added: v20.0.0 | |
| 236 | 236 | changes: | |
| 237 | - - version: REPLACEME | ||
| 237 | + - version: v23.5.0 | ||
| 238 | 238 | pr-url: https://github.com/nodejs/node/pull/56201 | |
| 239 | 239 | description: Permission Model and --allow-fs flags are stable. | |
| 240 | 240 | - version: v20.7.0 | |
@@ -1773,7 +1773,7 @@ developers may leverage to detect deprecated API usage. | |||
| 1773 | 1773 | <!-- YAML | |
| 1774 | 1774 | added: v20.0.0 | |
| 1775 | 1775 | changes: | |
| 1776 | - - version: REPLACEME | ||
| 1776 | + - version: v23.5.0 | ||
| 1777 | 1777 | pr-url: https://github.com/nodejs/node/pull/56201 | |
| 1778 | 1778 | description: Permission Model is now stable. | |
| 1779 | 1779 | --> | |
@@ -2630,7 +2630,7 @@ i.e. invoking `process.exit()`. | |||
| 2630 | 2630 | ||
| 2631 | 2631 | <!-- YAML | |
| 2632 | 2632 | added: | |
| 2633 | - - REPLACEME | ||
| 2633 | + - v23.5.0 | ||
| 2634 | 2634 | --> | |
| 2635 | 2635 | ||
| 2636 | 2636 | Prints information about usage of [Loading ECMAScript modules using `require()`][]. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2177,7 +2177,7 @@ signaling a short circuit. | |||
| 2177 | 2177 | ### `ERR_LOAD_SQLITE_EXTENSION` | |
| 2178 | 2178 | ||
| 2179 | 2179 | <!-- YAML | |
| 2180 | - added: REPLACEME | ||
| 2180 | + added: v23.5.0 | ||
| 2181 | 2181 | --> | |
| 2182 | 2182 | ||
| 2183 | 2183 | An error occurred while loading a SQLite extension. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ added: | |||
| 22 | 22 | - v8.10.0 | |
| 23 | 23 | - v6.13.0 | |
| 24 | 24 | changes: | |
| 25 | - - version: REPLACEME | ||
| 25 | + - version: v23.5.0 | ||
| 26 | 26 | pr-url: https://github.com/nodejs/node/pull/56185 | |
| 27 | 27 | description: The list now also contains prefix-only modules. | |
| 28 | 28 | --> | |
@@ -204,7 +204,7 @@ resolution and loading behavior. See [Customization hooks][]. | |||
| 204 | 204 | ### `module.registerHooks(options)` | |
| 205 | 205 | ||
| 206 | 206 | <!-- YAML | |
| 207 | - added: REPLACEME | ||
| 207 | + added: v23.5.0 | ||
| 208 | 208 | --> | |
| 209 | 209 | ||
| 210 | 210 | > Stability: 1.1 - Active development | |
@@ -529,7 +529,7 @@ added: v22.8.0 | |||
| 529 | 529 | <!-- YAML | |
| 530 | 530 | added: v8.8.0 | |
| 531 | 531 | changes: | |
| 532 | - - version: REPLACEME | ||
| 532 | + - version: v23.5.0 | ||
| 533 | 533 | pr-url: https://github.com/nodejs/node/pull/55698 | |
| 534 | 534 | description: Add support for synchronous and in-thread hooks. | |
| 535 | 535 | - version: | |
@@ -862,7 +862,7 @@ child workers by default. | |||
| 862 | 862 | #### Synchronous hooks accepted by `module.registerHooks()` | |
| 863 | 863 | ||
| 864 | 864 | <!-- YAML | |
| 865 | - added: REPLACEME | ||
| 865 | + added: v23.5.0 | ||
| 866 | 866 | --> | |
| 867 | 867 | ||
| 868 | 868 | > Stability: 1.1 - Active development | |
@@ -991,7 +991,7 @@ register('./path-to-my-hooks.js', { | |||
| 991 | 991 | ||
| 992 | 992 | <!-- YAML | |
| 993 | 993 | changes: | |
| 994 | - - version: REPLACEME | ||
| 994 | + - version: v23.5.0 | ||
| 995 | 995 | pr-url: https://github.com/nodejs/node/pull/55698 | |
| 996 | 996 | description: Add support for synchronous and in-thread hooks. | |
| 997 | 997 | - version: | |
@@ -1116,7 +1116,7 @@ function resolve(specifier, context, nextResolve) { | |||
| 1116 | 1116 | ||
| 1117 | 1117 | <!-- YAML | |
| 1118 | 1118 | changes: | |
| 1119 | - - version: REPLACEME | ||
| 1119 | + - version: v23.5.0 | ||
| 1120 | 1120 | pr-url: https://github.com/nodejs/node/pull/55698 | |
| 1121 | 1121 | description: Add support for synchronous and in-thread version. | |
| 1122 | 1122 | - version: v20.6.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -176,7 +176,7 @@ added: | |||
| 176 | 176 | - v20.17.0 | |
| 177 | 177 | changes: | |
| 178 | 178 | - version: | |
| 179 | - - REPLACEME | ||
| 179 | + - v23.5.0 | ||
| 180 | 180 | pr-url: https://github.com/nodejs/node/pull/56194 | |
| 181 | 181 | description: This feature no longer emits an experimental warning by default, | |
| 182 | 182 | though the warning can still be emitted by --trace-require-module. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -592,7 +592,7 @@ Report version definitions are consistent across LTS releases. | |||
| 592 | 592 | ||
| 593 | 593 | <!-- YAML | |
| 594 | 594 | changes: | |
| 595 | - - version: REPLACEME | ||
| 595 | + - version: v23.5.0 | ||
| 596 | 596 | pr-url: https://github.com/nodejs/node/pull/56068 | |
| 597 | 597 | description: Fix typos in the memory limit units. | |
| 598 | 598 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -127,7 +127,7 @@ open. This method is a wrapper around [`sqlite3_close_v2()`][]. | |||
| 127 | 127 | ### `database.loadExtension(path)` | |
| 128 | 128 | ||
| 129 | 129 | <!-- YAML | |
| 130 | - added: REPLACEME | ||
| 130 | + added: v23.5.0 | ||
| 131 | 131 | --> | |
| 132 | 132 | ||
| 133 | 133 | * `path` {string} The path to the shared library to load. | |
@@ -139,7 +139,7 @@ around [`sqlite3_load_extension()`][]. It is required to enable the | |||
| 139 | 139 | ### `database.enableLoadExtension(allow)` | |
| 140 | 140 | ||
| 141 | 141 | <!-- YAML | |
| 142 | - added: REPLACEME | ||
| 142 | + added: v23.5.0 | ||
| 143 | 143 | --> | |
| 144 | 144 | ||
| 145 | 145 | * `allow` {boolean} Whether to allow loading extensions. | |
@@ -163,7 +163,7 @@ file. This method is a wrapper around [`sqlite3_exec()`][]. | |||
| 163 | 163 | ### `database.function(name[, options], function)` | |
| 164 | 164 | ||
| 165 | 165 | <!-- YAML | |
| 166 | - added: REPLACEME | ||
| 166 | + added: v23.5.0 | ||
| 167 | 167 | --> | |
| 168 | 168 | ||
| 169 | 169 | * `name` {string} The name of the SQLite function to create. | |
@@ -475,7 +475,7 @@ exception. | |||
| 475 | 475 | ## `sqlite.constants` | |
| 476 | 476 | ||
| 477 | 477 | <!-- YAML | |
| 478 | - added: REPLACEME | ||
| 478 | + added: v23.5.0 | ||
| 479 | 479 | --> | |
| 480 | 480 | ||
| 481 | 481 | * {Object} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1922,7 +1922,7 @@ added: | |||
| 1922 | 1922 | - v21.7.0 | |
| 1923 | 1923 | - v20.12.0 | |
| 1924 | 1924 | changes: | |
| 1925 | - - version: REPLACEME | ||
| 1925 | + - version: v23.5.0 | ||
| 1926 | 1926 | pr-url: https://github.com/nodejs/node/pull/56265 | |
| 1927 | 1927 | description: styleText is now stable. | |
| 1928 | 1928 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!-- YAML | |
| 4 | 4 | changes: | |
| 5 | - - version: REPLACEME | ||
| 5 | + - version: v23.5.0 | ||
| 6 | 6 | pr-url: https://github.com/nodejs/node/pull/56142 | |
| 7 | 7 | description: Algorithms `Ed25519` and `X25519` are now stable. | |
| 8 | 8 | - version: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments