| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f46444d commit f5e2ecc
15 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,8 @@ release. | |||
| 53 | 53 | <a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/> | |
| 54 | 54 | </td> | |
| 55 | 55 | <td valign="top"> | |
| 56 | - <b><a href="doc/changelogs/CHANGELOG_V22.md#22.19.0">22.19.0</a></b><br/> | ||
| 56 | + <b><a href="doc/changelogs/CHANGELOG_V22.md#22.20.0">22.20.0</a></b><br/> | ||
| 57 | + <a href="doc/changelogs/CHANGELOG_V22.md#22.19.0">22.19.0</a><br/> | ||
| 57 | 58 | <a href="doc/changelogs/CHANGELOG_V22.md#22.18.0">22.18.0</a><br/> | |
| 58 | 59 | <a href="doc/changelogs/CHANGELOG_V22.md#22.17.1">22.17.1</a><br/> | |
| 59 | 60 | <a href="doc/changelogs/CHANGELOG_V22.md#22.17.0">22.17.0</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -659,7 +659,9 @@ added: | |||
| 659 | 659 | - v23.7.0 | |
| 660 | 660 | - v22.14.0 | |
| 661 | 661 | changes: | |
| 662 | - - version: v24.8.0 | ||
| 662 | + - version: | ||
| 663 | + - v24.8.0 | ||
| 664 | + - v22.20.0 | ||
| 663 | 665 | pr-url: https://github.com/nodejs/node/pull/59707 | |
| 664 | 666 | description: The option is no longer experimental. | |
| 665 | 667 | --> | |
@@ -981,7 +983,9 @@ It is possible to run code containing inline types unless the | |||
| 981 | 983 | ### `--experimental-addon-modules` | |
| 982 | 984 | ||
| 983 | 985 | <!-- YAML | |
| 984 | - added: v23.6.0 | ||
| 986 | + added: | ||
| 987 | + - v23.6.0 | ||
| 988 | + - v22.20.0 | ||
| 985 | 989 | --> | |
| 986 | 990 | ||
| 987 | 991 | > Stability: 1.0 - Early development | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3403,7 +3403,9 @@ Convert them to primitive strings. | |||
| 3403 | 3403 | ||
| 3404 | 3404 | <!-- YAML | |
| 3405 | 3405 | changes: | |
| 3406 | - - version: v24.8.0 | ||
| 3406 | + - version: | ||
| 3407 | + - v24.8.0 | ||
| 3408 | + - v22.20.0 | ||
| 3407 | 3409 | pr-url: https://github.com/nodejs/node/pull/59758 | |
| 3408 | 3410 | description: Deprecation revoked. | |
| 3409 | 3411 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -374,7 +374,9 @@ added: | |||
| 374 | 374 | - v15.1.0 | |
| 375 | 375 | - v14.17.0 | |
| 376 | 376 | changes: | |
| 377 | - - version: v24.8.0 | ||
| 377 | + - version: | ||
| 378 | + - v24.8.0 | ||
| 379 | + - v22.20.0 | ||
| 378 | 380 | pr-url: https://github.com/nodejs/node/pull/59758 | |
| 379 | 381 | description: Deprecation revoked. | |
| 380 | 382 | - version: | |
@@ -419,7 +421,9 @@ added: | |||
| 419 | 421 | - v15.1.0 | |
| 420 | 422 | - v14.17.0 | |
| 421 | 423 | changes: | |
| 422 | - - version: v24.8.0 | ||
| 424 | + - version: | ||
| 425 | + - v24.8.0 | ||
| 426 | + - v22.20.0 | ||
| 423 | 427 | pr-url: https://github.com/nodejs/node/pull/59758 | |
| 424 | 428 | description: Deprecation revoked. | |
| 425 | 429 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -831,7 +831,9 @@ size is reached when the context is created. | |||
| 831 | 831 | ### `ERR_CPU_PROFILE_ALREADY_STARTED` | |
| 832 | 832 | ||
| 833 | 833 | <!-- YAML | |
| 834 | - added: v24.8.0 | ||
| 834 | + added: | ||
| 835 | + - v24.8.0 | ||
| 836 | + - v22.20.0 | ||
| 835 | 837 | --> | |
| 836 | 838 | ||
| 837 | 839 | The CPU profile with the given name is already started. | |
@@ -841,7 +843,9 @@ The CPU profile with the given name is already started. | |||
| 841 | 843 | ### `ERR_CPU_PROFILE_NOT_STARTED` | |
| 842 | 844 | ||
| 843 | 845 | <!-- YAML | |
| 844 | - added: v24.8.0 | ||
| 846 | + added: | ||
| 847 | + - v24.8.0 | ||
| 848 | + - v22.20.0 | ||
| 845 | 849 | --> | |
| 846 | 850 | ||
| 847 | 851 | The CPU profile with the given name is not started. | |
@@ -851,7 +855,9 @@ The CPU profile with the given name is not started. | |||
| 851 | 855 | ### `ERR_CPU_PROFILE_TOO_MANY` | |
| 852 | 856 | ||
| 853 | 857 | <!-- YAML | |
| 854 | - added: v24.8.0 | ||
| 858 | + added: | ||
| 859 | + - v24.8.0 | ||
| 860 | + - v22.20.0 | ||
| 855 | 861 | --> | |
| 856 | 862 | ||
| 857 | 863 | There are too many CPU profiles being collected. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -330,7 +330,9 @@ with the [`--no-experimental-websocket`][] CLI flag. | |||
| 330 | 330 | <!-- YAML | |
| 331 | 331 | added: v18.0.0 | |
| 332 | 332 | changes: | |
| 333 | - - version: v24.7.0 | ||
| 333 | + - version: | ||
| 334 | + - v24.7.0 | ||
| 335 | + - v22.20.0 | ||
| 334 | 336 | pr-url: https://github.com/nodejs/node/pull/59464 | |
| 335 | 337 | description: format now accepts `brotli` value. | |
| 336 | 338 | - version: | |
@@ -448,14 +450,16 @@ A browser-compatible implementation of {CustomEvent}. | |||
| 448 | 450 | <!-- YAML | |
| 449 | 451 | added: v18.0.0 | |
| 450 | 452 | changes: | |
| 451 | - - version: v24.7.0 | ||
| 452 | - pr-url: https://github.com/nodejs/node/pull/59464 | ||
| 453 | - description: format now accepts `brotli` value. | ||
| 454 | - - version: | ||
| 453 | + - version: | ||
| 454 | + - v24.7.0 | ||
| 455 | + - v22.20.0 | ||
| 456 | + pr-url: https://github.com/nodejs/node/pull/59464 | ||
| 457 | + description: format now accepts `brotli` value. | ||
| 458 | + - version: | ||
| 455 | 459 | - v23.11.0 | |
| 456 | 460 | - v22.15.0 | |
| 457 | - pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 458 | - description: Marking the API stable. | ||
| 461 | + pr-url: https://github.com/nodejs/node/pull/57510 | ||
| 462 | + description: Marking the API stable. | ||
| 459 | 463 | --> | |
| 460 | 464 | ||
| 461 | 465 | A browser-compatible implementation of [`DecompressionStream`][]. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,6 +118,7 @@ added: v0.3.4 | |||
| 118 | 118 | changes: | |
| 119 | 119 | - version: | |
| 120 | 120 | - v24.7.0 | |
| 121 | + - v22.20.0 | ||
| 121 | 122 | pr-url: https://github.com/nodejs/node/pull/59315 | |
| 122 | 123 | description: Add support for `agentKeepAliveTimeoutBuffer`. | |
| 123 | 124 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1865,6 +1865,7 @@ added: v8.4.0 | |||
| 1865 | 1865 | changes: | |
| 1866 | 1866 | - version: | |
| 1867 | 1867 | - v24.7.0 | |
| 1868 | + - v22.20.0 | ||
| 1868 | 1869 | pr-url: https://github.com/nodejs/node/pull/59455 | |
| 1869 | 1870 | description: Allow passing headers in raw array format. | |
| 1870 | 1871 | - version: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -290,7 +290,9 @@ added: | |||
| 290 | 290 | - v22.5.0 | |
| 291 | 291 | - v20.17.0 | |
| 292 | 292 | changes: | |
| 293 | - - version: v24.8.0 | ||
| 293 | + - version: | ||
| 294 | + - v24.8.0 | ||
| 295 | + - v22.20.0 | ||
| 294 | 296 | pr-url: https://github.com/nodejs/node/pull/59572 | |
| 295 | 297 | description: Marking the API stable. | |
| 296 | 298 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -435,7 +435,9 @@ writes to the returned array buffer is likely to result in a crash. | |||
| 435 | 435 | ### `sea.getAssetKeys()` | |
| 436 | 436 | ||
| 437 | 437 | <!-- YAML | |
| 438 | - added: v24.8.0 | ||
| 438 | + added: | ||
| 439 | + - v24.8.0 | ||
| 440 | + - v22.20.0 | ||
| 439 | 441 | --> | |
| 440 | 442 | ||
| 441 | 443 | * Returns {string\[]} An array containing all the keys of the assets | |
| Back | FazBrowse Home | New Git URL |
0 commit comments