| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e1e9ed commit d2a7e91
9 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.8.1">19.8.1</a></b><br/> | ||
| 38 | + <b><a href="doc/changelogs/CHANGELOG_V19.md#19.9.0">19.9.0</a></b><br/> | ||
| 39 | + <a href="doc/changelogs/CHANGELOG_V19.md#19.8.1">19.8.1</a><br/> | ||
| 39 | 40 | <a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a><br/> | |
| 40 | 41 | <a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a><br/> | |
| 41 | 42 | <a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3280,7 +3280,7 @@ Node-API callbacks. | |||
| 3280 | 3280 | ||
| 3281 | 3281 | <!-- YAML | |
| 3282 | 3282 | changes: | |
| 3283 | - - version: REPLACEME | ||
| 3283 | + - version: v19.9.0 | ||
| 3284 | 3284 | pr-url: https://github.com/nodejs/node/pull/47203 | |
| 3285 | 3285 | description: Added support for `--pending-deprecation`. | |
| 3286 | 3286 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -233,7 +233,7 @@ diagnostics_channel.unsubscribe('my-channel', onMessage); | |||
| 233 | 233 | ||
| 234 | 234 | <!-- YAML | |
| 235 | 235 | added: | |
| 236 | - - REPLACEME | ||
| 236 | + - v19.9.0 | ||
| 237 | 237 | --> | |
| 238 | 238 | ||
| 239 | 239 | > Stability: 1 - Experimental | |
@@ -463,7 +463,7 @@ channel.unsubscribe(onMessage); | |||
| 463 | 463 | ||
| 464 | 464 | <!-- YAML | |
| 465 | 465 | added: | |
| 466 | - - REPLACEME | ||
| 466 | + - v19.9.0 | ||
| 467 | 467 | --> | |
| 468 | 468 | ||
| 469 | 469 | > Stability: 1 - Experimental | |
@@ -507,7 +507,7 @@ channel.bindStore(store, (data) => { | |||
| 507 | 507 | ||
| 508 | 508 | <!-- YAML | |
| 509 | 509 | added: | |
| 510 | - - REPLACEME | ||
| 510 | + - v19.9.0 | ||
| 511 | 511 | --> | |
| 512 | 512 | ||
| 513 | 513 | > Stability: 1 - Experimental | |
@@ -546,7 +546,7 @@ channel.unbindStore(store); | |||
| 546 | 546 | ||
| 547 | 547 | <!-- YAML | |
| 548 | 548 | added: | |
| 549 | - - REPLACEME | ||
| 549 | + - v19.9.0 | ||
| 550 | 550 | --> | |
| 551 | 551 | ||
| 552 | 552 | > Stability: 1 - Experimental | |
@@ -607,7 +607,7 @@ channel.runStores({ some: 'message' }, () => { | |||
| 607 | 607 | ||
| 608 | 608 | <!-- YAML | |
| 609 | 609 | added: | |
| 610 | - - REPLACEME | ||
| 610 | + - v19.9.0 | ||
| 611 | 611 | --> | |
| 612 | 612 | ||
| 613 | 613 | > Stability: 1 - Experimental | |
@@ -624,7 +624,7 @@ dynamically. | |||
| 624 | 624 | ||
| 625 | 625 | <!-- YAML | |
| 626 | 626 | added: | |
| 627 | - - REPLACEME | ||
| 627 | + - v19.9.0 | ||
| 628 | 628 | --> | |
| 629 | 629 | ||
| 630 | 630 | > Stability: 1 - Experimental | |
@@ -692,7 +692,7 @@ channels.subscribe({ | |||
| 692 | 692 | ||
| 693 | 693 | <!-- YAML | |
| 694 | 694 | added: | |
| 695 | - - REPLACEME | ||
| 695 | + - v19.9.0 | ||
| 696 | 696 | --> | |
| 697 | 697 | ||
| 698 | 698 | > Stability: 1 - Experimental | |
@@ -762,7 +762,7 @@ channels.unsubscribe({ | |||
| 762 | 762 | ||
| 763 | 763 | <!-- YAML | |
| 764 | 764 | added: | |
| 765 | - - REPLACEME | ||
| 765 | + - v19.9.0 | ||
| 766 | 766 | --> | |
| 767 | 767 | ||
| 768 | 768 | > Stability: 1 - Experimental | |
@@ -807,7 +807,7 @@ channels.traceSync(() => { | |||
| 807 | 807 | ||
| 808 | 808 | <!-- YAML | |
| 809 | 809 | added: | |
| 810 | - - REPLACEME | ||
| 810 | + - v19.9.0 | ||
| 811 | 811 | --> | |
| 812 | 812 | ||
| 813 | 813 | > Stability: 1 - Experimental | |
@@ -855,7 +855,7 @@ channels.tracePromise(async () => { | |||
| 855 | 855 | ||
| 856 | 856 | <!-- YAML | |
| 857 | 857 | added: | |
| 858 | - - REPLACEME | ||
| 858 | + - v19.9.0 | ||
| 859 | 859 | --> | |
| 860 | 860 | ||
| 861 | 861 | > Stability: 1 - Experimental | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1269,7 +1269,7 @@ const { getEventListeners, EventEmitter } = require('node:events'); | |||
| 1269 | 1269 | ## `events.getMaxListeners(emitterOrTarget)` | |
| 1270 | 1270 | ||
| 1271 | 1271 | <!-- YAML | |
| 1272 | - added: REPLACEME | ||
| 1272 | + added: v19.9.0 | ||
| 1273 | 1273 | --> | |
| 1274 | 1274 | ||
| 1275 | 1275 | * `emitterOrTarget` {EventEmitter|EventTarget} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3349,7 +3349,7 @@ reader.read().then(({ value, done }) => { | |||
| 3349 | 3349 | ### `stream.getDefaultHighWaterMark(objectMode)` | |
| 3350 | 3350 | ||
| 3351 | 3351 | <!-- YAML | |
| 3352 | - added: REPLACEME | ||
| 3352 | + added: v19.9.0 | ||
| 3353 | 3353 | --> | |
| 3354 | 3354 | ||
| 3355 | 3355 | * {boolean} objectMode | |
@@ -3361,7 +3361,7 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`. | |||
| 3361 | 3361 | ### `stream.setDefaultHighWaterMark(objectMode, value)` | |
| 3362 | 3362 | ||
| 3363 | 3363 | <!-- YAML | |
| 3364 | - added: REPLACEME | ||
| 3364 | + added: v19.9.0 | ||
| 3365 | 3365 | --> | |
| 3366 | 3366 | ||
| 3367 | 3367 | * {boolean} objectMode | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -513,7 +513,7 @@ added: | |||
| 513 | 513 | - v19.6.0 | |
| 514 | 514 | - v18.15.0 | |
| 515 | 515 | changes: | |
| 516 | - - version: REPLACEME | ||
| 516 | + - version: v19.9.0 | ||
| 517 | 517 | pr-url: https://github.com/nodejs/node/pull/47238 | |
| 518 | 518 | description: Reporters are now exposed at `node:test/reporters`. | |
| 519 | 519 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -665,7 +665,7 @@ ID that isn't registered will silently fail. | |||
| 665 | 665 | #### `URL.canParse(input[, base])` | |
| 666 | 666 | ||
| 667 | 667 | <!-- YAML | |
| 668 | - added: REPLACEME | ||
| 668 | + added: v19.9.0 | ||
| 669 | 669 | --> | |
| 670 | 670 | ||
| 671 | 671 | * `input` {string} The absolute or relative input URL to parse. If `input` | |
@@ -1248,7 +1248,7 @@ added: | |||
| 1248 | 1248 | - v15.7.0 | |
| 1249 | 1249 | - v14.18.0 | |
| 1250 | 1250 | changes: | |
| 1251 | - - version: REPLACEME | ||
| 1251 | + - version: v19.9.0 | ||
| 1252 | 1252 | pr-url: https://github.com/nodejs/node/pull/46989 | |
| 1253 | 1253 | description: The returned object will also contain all the own enumerable | |
| 1254 | 1254 | properties of the `url` argument. | |
| 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 8 | ||
| 27 | - #define NODE_PATCH_VERSION 2 | ||
| 26 | + #define NODE_MINOR_VERSION 9 | ||
| 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