| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6a8e266 commit 3fed735
27 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,9 @@ invariants. | |||
| 11 | 11 | <!-- YAML | |
| 12 | 12 | added: v9.9.0 | |
| 13 | 13 | changes: | |
| 14 | - - version: v13.9.0 | ||
| 14 | + - version: | ||
| 15 | + - v13.9.0 | ||
| 16 | + - v12.16.2 | ||
| 15 | 17 | description: Changed "strict mode" to "strict assertion mode" and "legacy | |
| 16 | 18 | mode" to "legacy assertion mode" to avoid confusion with the | |
| 17 | 19 | more usual meaining of "strict mode". | |
@@ -433,7 +435,9 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the | |||
| 433 | 435 | ||
| 434 | 436 | ## `assert.doesNotMatch(string, regexp[, message])` | |
| 435 | 437 | <!-- YAML | |
| 436 | - added: v13.6.0 | ||
| 438 | + added: | ||
| 439 | + - v13.6.0 | ||
| 440 | + - v12.16.0 | ||
| 437 | 441 | --> | |
| 438 | 442 | ||
| 439 | 443 | * `string` {string} | |
@@ -780,7 +784,9 @@ let err; | |||
| 780 | 784 | ||
| 781 | 785 | ## `assert.match(string, regexp[, message])` | |
| 782 | 786 | <!-- YAML | |
| 783 | - added: v13.6.0 | ||
| 787 | + added: | ||
| 788 | + - v13.6.0 | ||
| 789 | + - v12.16.0 | ||
| 784 | 790 | --> | |
| 785 | 791 | ||
| 786 | 792 | * `string` {string} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1341,7 +1341,9 @@ The `buf.parent` property is a deprecated alias for `buf.buffer`. | |||
| 1341 | 1341 | ### `buf.readBigInt64BE([offset])` | |
| 1342 | 1342 | ### `buf.readBigInt64LE([offset])` | |
| 1343 | 1343 | <!-- YAML | |
| 1344 | - added: v12.0.0 | ||
| 1344 | + added: | ||
| 1345 | + - v12.0.0 | ||
| 1346 | + - v10.20.0 | ||
| 1345 | 1347 | --> | |
| 1346 | 1348 | ||
| 1347 | 1349 | * `offset` {integer} Number of bytes to skip before starting to read. Must | |
@@ -1357,7 +1359,9 @@ Integers read from a `Buffer` are interpreted as two's complement signed values. | |||
| 1357 | 1359 | ### `buf.readBigUInt64BE([offset])` | |
| 1358 | 1360 | ### `buf.readBigUInt64LE([offset])` | |
| 1359 | 1361 | <!-- YAML | |
| 1360 | - added: v12.0.0 | ||
| 1362 | + added: | ||
| 1363 | + - v12.0.0 | ||
| 1364 | + - v10.20.0 | ||
| 1361 | 1365 | --> | |
| 1362 | 1366 | ||
| 1363 | 1367 | * `offset` {integer} Number of bytes to skip before starting to read. Must | |
@@ -2027,7 +2031,9 @@ console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); | |||
| 2027 | 2031 | ### `buf.writeBigInt64BE(value[, offset])` | |
| 2028 | 2032 | ### `buf.writeBigInt64LE(value[, offset])` | |
| 2029 | 2033 | <!-- YAML | |
| 2030 | - added: v12.0.0 | ||
| 2034 | + added: | ||
| 2035 | + - v12.0.0 | ||
| 2036 | + - v10.20.0 | ||
| 2031 | 2037 | --> | |
| 2032 | 2038 | ||
| 2033 | 2039 | * `value` {bigint} Number to be written to `buf`. | |
@@ -2053,7 +2059,9 @@ console.log(buf); | |||
| 2053 | 2059 | ### `buf.writeBigUInt64BE(value[, offset])` | |
| 2054 | 2060 | ### `buf.writeBigUInt64LE(value[, offset])` | |
| 2055 | 2061 | <!-- YAML | |
| 2056 | - added: v12.0.0 | ||
| 2062 | + added: | ||
| 2063 | + - v12.0.0 | ||
| 2064 | + - v10.20.0 | ||
| 2057 | 2065 | --> | |
| 2058 | 2066 | ||
| 2059 | 2067 | * `value` {bigint} Number to be written to `buf`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -329,7 +329,9 @@ arbitrary command execution.** | |||
| 329 | 329 | <!-- YAML | |
| 330 | 330 | added: v0.5.0 | |
| 331 | 331 | changes: | |
| 332 | - - version: v13.2.0 | ||
| 332 | + - version: | ||
| 333 | + - v13.2.0 | ||
| 334 | + - v12.16.0 | ||
| 333 | 335 | pr-url: https://github.com/nodejs/node/pull/30162 | |
| 334 | 336 | description: The `serialization` option is supported now. | |
| 335 | 337 | - version: v8.0.0 | |
@@ -400,7 +402,9 @@ The `shell` option available in [`child_process.spawn()`][] is not supported by | |||
| 400 | 402 | <!-- YAML | |
| 401 | 403 | added: v0.1.90 | |
| 402 | 404 | changes: | |
| 403 | - - version: v13.2.0 | ||
| 405 | + - version: | ||
| 406 | + - v13.2.0 | ||
| 407 | + - v12.16.0 | ||
| 404 | 408 | pr-url: https://github.com/nodejs/node/pull/30162 | |
| 405 | 409 | description: The `serialization` option is supported now. | |
| 406 | 410 | - version: v8.8.0 | |
@@ -1556,7 +1560,9 @@ unavailable. | |||
| 1556 | 1560 | ||
| 1557 | 1561 | ## Advanced Serialization | |
| 1558 | 1562 | <!-- YAML | |
| 1559 | - added: v13.2.0 | ||
| 1563 | + added: | ||
| 1564 | + - v13.2.0 | ||
| 1565 | + - v12.16.0 | ||
| 1560 | 1566 | --> | |
| 1561 | 1567 | ||
| 1562 | 1568 | Child processes support a serialization mechanism for IPC that is based on the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -167,7 +167,9 @@ Currently, overriding `Error.prepareStackTrace` is ignored when the | |||
| 167 | 167 | ||
| 168 | 168 | ### `--experimental-import-meta-resolve` | |
| 169 | 169 | <!-- YAML | |
| 170 | - added: v13.9.0 | ||
| 170 | + added: | ||
| 171 | + - v13.9.0 | ||
| 172 | + - v12.16.2 | ||
| 171 | 173 | --> | |
| 172 | 174 | ||
| 173 | 175 | Enable experimental `import.meta.resolve()` support. | |
@@ -210,7 +212,9 @@ Enable experimental top-level `await` keyword support in REPL. | |||
| 210 | 212 | ||
| 211 | 213 | ### `--experimental-specifier-resolution=mode` | |
| 212 | 214 | <!-- YAML | |
| 213 | - added: v13.4.0 | ||
| 215 | + added: | ||
| 216 | + - v13.4.0 | ||
| 217 | + - v12.16.0 | ||
| 214 | 218 | --> | |
| 215 | 219 | ||
| 216 | 220 | Sets the resolution algorithm for resolving ES module specifiers. Valid options | |
@@ -231,7 +235,9 @@ Enable experimental ES Module support in the `vm` module. | |||
| 231 | 235 | ||
| 232 | 236 | ### `--experimental-wasi-unstable-preview1` | |
| 233 | 237 | <!-- YAML | |
| 234 | - added: v13.3.0 | ||
| 238 | + added: | ||
| 239 | + - v13.3.0 | ||
| 240 | + - v12.16.0 | ||
| 235 | 241 | changes: | |
| 236 | 242 | - version: v13.6.0 | |
| 237 | 243 | pr-url: https://github.com/nodejs/node/pull/30980 | |
@@ -417,7 +423,10 @@ endpoint on `http://host:port/json/list`. | |||
| 417 | 423 | ||
| 418 | 424 | ### `--insecure-http-parser` | |
| 419 | 425 | <!-- YAML | |
| 420 | - added: v13.4.0 | ||
| 426 | + added: | ||
| 427 | + - v13.4.0 | ||
| 428 | + - v12.15.0 | ||
| 429 | + - v10.19.0 | ||
| 421 | 430 | --> | |
| 422 | 431 | ||
| 423 | 432 | Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow | |
@@ -439,7 +448,9 @@ disappear in a non-semver-major release. | |||
| 439 | 448 | ||
| 440 | 449 | ### `--max-http-header-size=size` | |
| 441 | 450 | <!-- YAML | |
| 442 | - added: v11.6.0 | ||
| 451 | + added: | ||
| 452 | + - v11.6.0 | ||
| 453 | + - v10.15.0 | ||
| 443 | 454 | changes: | |
| 444 | 455 | - version: v14.0.0 | |
| 445 | 456 | pr-url: https://github.com/nodejs/node/pull/32520 | |
@@ -737,7 +748,9 @@ with crypto support (default). | |||
| 737 | 748 | ||
| 738 | 749 | ### `--tls-keylog=file` | |
| 739 | 750 | <!-- YAML | |
| 740 | - added: v13.2.0 | ||
| 751 | + added: | ||
| 752 | + - v13.2.0 | ||
| 753 | + - v12.16.0 | ||
| 741 | 754 | --> | |
| 742 | 755 | ||
| 743 | 756 | Log TLS key material to a file. The key material is in NSS `SSLKEYLOGFILE` | |
@@ -746,7 +759,9 @@ traffic. | |||
| 746 | 759 | ||
| 747 | 760 | ### `--tls-max-v1.2` | |
| 748 | 761 | <!-- YAML | |
| 749 | - added: v12.0.0 | ||
| 762 | + added: | ||
| 763 | + - v12.0.0 | ||
| 764 | + - v10.20.0 | ||
| 750 | 765 | --> | |
| 751 | 766 | ||
| 752 | 767 | Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for | |
@@ -762,23 +777,29 @@ for TLSv1.3. | |||
| 762 | 777 | ||
| 763 | 778 | ### `--tls-min-v1.0` | |
| 764 | 779 | <!-- YAML | |
| 765 | - added: v12.0.0 | ||
| 780 | + added: | ||
| 781 | + - v12.0.0 | ||
| 782 | + - v10.20.0 | ||
| 766 | 783 | --> | |
| 767 | 784 | ||
| 768 | 785 | Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with | |
| 769 | 786 | old TLS clients or servers. | |
| 770 | 787 | ||
| 771 | 788 | ### `--tls-min-v1.1` | |
| 772 | 789 | <!-- YAML | |
| 773 | - added: v12.0.0 | ||
| 790 | + added: | ||
| 791 | + - v12.0.0 | ||
| 792 | + - v10.20.0 | ||
| 774 | 793 | --> | |
| 775 | 794 | ||
| 776 | 795 | Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility | |
| 777 | 796 | with old TLS clients or servers. | |
| 778 | 797 | ||
| 779 | 798 | ### `--tls-min-v1.2` | |
| 780 | 799 | <!-- YAML | |
| 781 | - added: v12.2.0 | ||
| 800 | + added: | ||
| 801 | + - v12.2.0 | ||
| 802 | + - v10.20.0 | ||
| 782 | 803 | --> | |
| 783 | 804 | ||
| 784 | 805 | Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.2'. This is the default for | |
@@ -825,7 +846,9 @@ Enables the collection of trace event tracing information. | |||
| 825 | 846 | ||
| 826 | 847 | ### `--trace-exit` | |
| 827 | 848 | <!-- YAML | |
| 828 | - added: v13.5.0 | ||
| 849 | + added: | ||
| 850 | + - v13.5.0 | ||
| 851 | + - v12.16.0 | ||
| 829 | 852 | --> | |
| 830 | 853 | ||
| 831 | 854 | Prints a stack trace whenever an environment is exited proactively, | |
@@ -882,7 +905,9 @@ Track heap object allocations for heap snapshots. | |||
| 882 | 905 | ||
| 883 | 906 | ### `--unhandled-rejections=mode` | |
| 884 | 907 | <!-- YAML | |
| 885 | - added: v12.0.0 | ||
| 908 | + added: | ||
| 909 | + - v12.0.0 | ||
| 910 | + - v10.17.0 | ||
| 886 | 911 | --> | |
| 887 | 912 | ||
| 888 | 913 | By default all unhandled rejections trigger a warning plus a deprecation warning | |
@@ -1273,7 +1298,9 @@ to an empty string (`''` or `' '`) disables persistent REPL history. | |||
| 1273 | 1298 | ||
| 1274 | 1299 | ### `NODE_REPL_EXTERNAL_MODULE=file` | |
| 1275 | 1300 | <!-- YAML | |
| 1276 | - added: v13.0.0 | ||
| 1301 | + added: | ||
| 1302 | + - v13.0.0 | ||
| 1303 | + - v12.16.0 | ||
| 1277 | 1304 | --> | |
| 1278 | 1305 | ||
| 1279 | 1306 | Path to a Node.js module which will be loaded in place of the built-in REPL. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -724,7 +724,9 @@ values are `'rr'` and `'none'`. | |||
| 724 | 724 | <!-- YAML | |
| 725 | 725 | added: v0.7.1 | |
| 726 | 726 | changes: | |
| 727 | - - version: v13.2.0 | ||
| 727 | + - version: | ||
| 728 | + - v13.2.0 | ||
| 729 | + - v12.16.0 | ||
| 728 | 730 | pr-url: https://github.com/nodejs/node/pull/30162 | |
| 729 | 731 | description: The `serialization` option is supported now. | |
| 730 | 732 | - version: v9.5.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1674,7 +1674,9 @@ changes: | |||
| 1674 | 1674 | - version: v11.6.0 | |
| 1675 | 1675 | pr-url: https://github.com/nodejs/node/pull/24234 | |
| 1676 | 1676 | description: The `key` argument can now be a `KeyObject`. | |
| 1677 | - - version: v11.2.0 | ||
| 1677 | + - version: | ||
| 1678 | + - v11.2.0 | ||
| 1679 | + - v10.17.0 | ||
| 1678 | 1680 | pr-url: https://github.com/nodejs/node/pull/24081 | |
| 1679 | 1681 | description: The cipher `chacha20-poly1305` is now supported. | |
| 1680 | 1682 | - version: v10.10.0 | |
@@ -1768,7 +1770,9 @@ changes: | |||
| 1768 | 1770 | - version: v11.6.0 | |
| 1769 | 1771 | pr-url: https://github.com/nodejs/node/pull/24234 | |
| 1770 | 1772 | description: The `key` argument can now be a `KeyObject`. | |
| 1771 | - - version: v11.2.0 | ||
| 1773 | + - version: | ||
| 1774 | + - v11.2.0 | ||
| 1775 | + - v10.17.0 | ||
| 1772 | 1776 | pr-url: https://github.com/nodejs/node/pull/24081 | |
| 1773 | 1777 | description: The cipher `chacha20-poly1305` is now supported. | |
| 1774 | 1778 | - version: v10.10.0 | |
@@ -2781,7 +2785,9 @@ request. | |||
| 2781 | 2785 | <!-- YAML | |
| 2782 | 2786 | added: v10.5.0 | |
| 2783 | 2787 | changes: | |
| 2784 | - - version: v12.8.0 | ||
| 2788 | + - version: | ||
| 2789 | + - v12.8.0 | ||
| 2790 | + - v10.17.0 | ||
| 2785 | 2791 | pr-url: https://github.com/nodejs/node/pull/28799 | |
| 2786 | 2792 | description: The `maxmem` value can now be any safe integer. | |
| 2787 | 2793 | - version: v10.9.0 | |
@@ -2839,7 +2845,9 @@ crypto.scrypt('secret', 'salt', 64, { N: 1024 }, (err, derivedKey) => { | |||
| 2839 | 2845 | <!-- YAML | |
| 2840 | 2846 | added: v10.5.0 | |
| 2841 | 2847 | changes: | |
| 2842 | - - version: v12.8.0 | ||
| 2848 | + - version: | ||
| 2849 | + - v12.8.0 | ||
| 2850 | + - v10.17.0 | ||
| 2843 | 2851 | pr-url: https://github.com/nodejs/node/pull/28799 | |
| 2844 | 2852 | description: The `maxmem` value can now be any safe integer. | |
| 2845 | 2853 | - version: v10.9.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2569,7 +2569,9 @@ and [`fs.createReadStream()`][]) or by passing a file descriptor in options. | |||
| 2569 | 2569 | ### DEP0136: `http` `finished` | |
| 2570 | 2570 | <!-- YAML | |
| 2571 | 2571 | changes: | |
| 2572 | - - version: v13.4.0 | ||
| 2572 | + - version: | ||
| 2573 | + - v13.4.0 | ||
| 2574 | + - v12.16.0 | ||
| 2573 | 2575 | pr-url: https://github.com/nodejs/node/pull/28679 | |
| 2574 | 2576 | description: Documentation-only deprecation. | |
| 2575 | 2577 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,7 +128,9 @@ if (cluster.isMaster) { | |||
| 128 | 128 | ||
| 129 | 129 | ### `socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])` | |
| 130 | 130 | <!-- YAML | |
| 131 | - added: v13.1.0 | ||
| 131 | + added: | ||
| 132 | + - v13.1.0 | ||
| 133 | + - v12.16.0 | ||
| 132 | 134 | --> | |
| 133 | 135 | * `sourceAddress` {string} | |
| 134 | 136 | * `groupAddress` {string} | |
@@ -317,7 +319,9 @@ drop membership on all valid interfaces. | |||
| 317 | 319 | ||
| 318 | 320 | ### `socket.dropSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])` | |
| 319 | 321 | <!-- YAML | |
| 320 | - added: v13.1.0 | ||
| 322 | + added: | ||
| 323 | + - v13.1.0 | ||
| 324 | + - v12.16.0 | ||
| 321 | 325 | --> | |
| 322 | 326 | ||
| 323 | 327 | * `sourceAddress` {string} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2145,7 +2145,9 @@ Creation of a [`zlib`][] object failed due to incorrect configuration. | |||
| 2145 | 2145 | ### `HPE_HEADER_OVERFLOW` | |
| 2146 | 2146 | <!-- YAML | |
| 2147 | 2147 | changes: | |
| 2148 | - - version: v11.4.0 | ||
| 2148 | + - version: | ||
| 2149 | + - v11.4.0 | ||
| 2150 | + - v10.15.0 | ||
| 2149 | 2151 | pr-url: https://github.com/nodejs/node/commit/186035243fad247e3955f | |
| 2150 | 2152 | description: Max header size in `http_parser` was set to 8KB. | |
| 2151 | 2153 | --> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments