| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e542ea commit cdb3598
10 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,8 @@ release. | |||
| 31 | 31 | </tr> | |
| 32 | 32 | <tr> | |
| 33 | 33 | <td valign="top"> | |
| 34 | - <b><a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a></b><br/> | ||
| 34 | + <b><a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a></b><br/> | ||
| 35 | + <a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a><br/> | ||
| 35 | 36 | <a href="doc/changelogs/CHANGELOG_V10.md#10.8.0">10.8.0</a><br/> | |
| 36 | 37 | <a href="doc/changelogs/CHANGELOG_V10.md#10.7.0">10.7.0</a><br/> | |
| 37 | 38 | <a href="doc/changelogs/CHANGELOG_V10.md#10.6.0">10.6.0</a><br/> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -677,7 +677,7 @@ configuration at startup. | |||
| 677 | 677 | <!-- YAML | |
| 678 | 678 | added: v0.11.12 | |
| 679 | 679 | changes: | |
| 680 | - - version: REPLACEME | ||
| 680 | + - version: v10.10.0 | ||
| 681 | 681 | pr-url: https://github.com/nodejs/node/pull/22409 | |
| 682 | 682 | description: The `input` option can now be any `TypedArray` or a | |
| 683 | 683 | `DataView`. | |
@@ -744,7 +744,7 @@ arbitrary command execution.** | |||
| 744 | 744 | <!-- YAML | |
| 745 | 745 | added: v0.11.12 | |
| 746 | 746 | changes: | |
| 747 | - - version: REPLACEME | ||
| 747 | + - version: v10.10.0 | ||
| 748 | 748 | pr-url: https://github.com/nodejs/node/pull/22409 | |
| 749 | 749 | description: The `input` option can now be any `TypedArray` or a | |
| 750 | 750 | `DataView`. | |
@@ -803,7 +803,7 @@ metacharacters may be used to trigger arbitrary command execution.** | |||
| 803 | 803 | <!-- YAML | |
| 804 | 804 | added: v0.11.12 | |
| 805 | 805 | changes: | |
| 806 | - - version: REPLACEME | ||
| 806 | + - version: v10.10.0 | ||
| 807 | 807 | pr-url: https://github.com/nodejs/node/pull/22409 | |
| 808 | 808 | description: The `input` option can now be any `TypedArray` or a | |
| 809 | 809 | `DataView`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1324,7 +1324,7 @@ This property is deprecated. Please use `crypto.setFips()` and | |||
| 1324 | 1324 | added: v0.1.94 | |
| 1325 | 1325 | deprecated: v10.0.0 | |
| 1326 | 1326 | changes: | |
| 1327 | - - version: REPLACEME | ||
| 1327 | + - version: v10.10.0 | ||
| 1328 | 1328 | pr-url: https://github.com/nodejs/node/pull/21447 | |
| 1329 | 1329 | description: Ciphers in OCB mode are now supported. | |
| 1330 | 1330 | - version: v10.2.0 | |
@@ -1379,7 +1379,7 @@ Adversaries][] for details. | |||
| 1379 | 1379 | <!-- YAML | |
| 1380 | 1380 | added: v0.1.94 | |
| 1381 | 1381 | changes: | |
| 1382 | - - version: REPLACEME | ||
| 1382 | + - version: v10.10.0 | ||
| 1383 | 1383 | pr-url: https://github.com/nodejs/node/pull/21447 | |
| 1384 | 1384 | description: Ciphers in OCB mode are now supported. | |
| 1385 | 1385 | - version: v10.2.0 | |
@@ -1448,7 +1448,7 @@ called. | |||
| 1448 | 1448 | added: v0.1.94 | |
| 1449 | 1449 | deprecated: v10.0.0 | |
| 1450 | 1450 | changes: | |
| 1451 | - - version: REPLACEME | ||
| 1451 | + - version: v10.10.0 | ||
| 1452 | 1452 | pr-url: https://github.com/nodejs/node/pull/21447 | |
| 1453 | 1453 | description: Ciphers in OCB mode are now supported. | |
| 1454 | 1454 | --> | |
@@ -1484,7 +1484,7 @@ to create the `Decipher` object. | |||
| 1484 | 1484 | <!-- YAML | |
| 1485 | 1485 | added: v0.1.94 | |
| 1486 | 1486 | changes: | |
| 1487 | - - version: REPLACEME | ||
| 1487 | + - version: v10.10.0 | ||
| 1488 | 1488 | pr-url: https://github.com/nodejs/node/pull/21447 | |
| 1489 | 1489 | description: Ciphers in OCB mode are now supported. | |
| 1490 | 1490 | - version: v10.2.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -285,7 +285,7 @@ performance implications for some applications. See the | |||
| 285 | 285 | ||
| 286 | 286 | ## Class: fs.Dirent | |
| 287 | 287 | <!-- YAML | |
| 288 | - added: REPLACEME | ||
| 288 | + added: v10.10.0 | ||
| 289 | 289 | --> | |
| 290 | 290 | ||
| 291 | 291 | When [`fs.readdir()`][] or [`fs.readdirSync()`][] is called with the | |
@@ -294,7 +294,7 @@ When [`fs.readdir()`][] or [`fs.readdirSync()`][] is called with the | |||
| 294 | 294 | ||
| 295 | 295 | ### dirent.isBlockDevice() | |
| 296 | 296 | <!-- YAML | |
| 297 | - added: REPLACEME | ||
| 297 | + added: v10.10.0 | ||
| 298 | 298 | --> | |
| 299 | 299 | ||
| 300 | 300 | * Returns: {boolean} | |
@@ -303,7 +303,7 @@ Returns `true` if the `fs.Dirent` object describes a block device. | |||
| 303 | 303 | ||
| 304 | 304 | ### dirent.isCharacterDevice() | |
| 305 | 305 | <!-- YAML | |
| 306 | - added: REPLACEME | ||
| 306 | + added: v10.10.0 | ||
| 307 | 307 | --> | |
| 308 | 308 | ||
| 309 | 309 | * Returns: {boolean} | |
@@ -312,7 +312,7 @@ Returns `true` if the `fs.Dirent` object describes a character device. | |||
| 312 | 312 | ||
| 313 | 313 | ### dirent.isDirectory() | |
| 314 | 314 | <!-- YAML | |
| 315 | - added: REPLACEME | ||
| 315 | + added: v10.10.0 | ||
| 316 | 316 | --> | |
| 317 | 317 | ||
| 318 | 318 | * Returns: {boolean} | |
@@ -322,7 +322,7 @@ directory. | |||
| 322 | 322 | ||
| 323 | 323 | ### dirent.isFIFO() | |
| 324 | 324 | <!-- YAML | |
| 325 | - added: REPLACEME | ||
| 325 | + added: v10.10.0 | ||
| 326 | 326 | --> | |
| 327 | 327 | ||
| 328 | 328 | * Returns: {boolean} | |
@@ -332,7 +332,7 @@ Returns `true` if the `fs.Dirent` object describes a first-in-first-out | |||
| 332 | 332 | ||
| 333 | 333 | ### dirent.isFile() | |
| 334 | 334 | <!-- YAML | |
| 335 | - added: REPLACEME | ||
| 335 | + added: v10.10.0 | ||
| 336 | 336 | --> | |
| 337 | 337 | ||
| 338 | 338 | * Returns: {boolean} | |
@@ -341,7 +341,7 @@ Returns `true` if the `fs.Dirent` object describes a regular file. | |||
| 341 | 341 | ||
| 342 | 342 | ### dirent.isSocket() | |
| 343 | 343 | <!-- YAML | |
| 344 | - added: REPLACEME | ||
| 344 | + added: v10.10.0 | ||
| 345 | 345 | --> | |
| 346 | 346 | ||
| 347 | 347 | * Returns: {boolean} | |
@@ -350,7 +350,7 @@ Returns `true` if the `fs.Dirent` object describes a socket. | |||
| 350 | 350 | ||
| 351 | 351 | ### dirent.isSymbolicLink() | |
| 352 | 352 | <!-- YAML | |
| 353 | - added: REPLACEME | ||
| 353 | + added: v10.10.0 | ||
| 354 | 354 | --> | |
| 355 | 355 | ||
| 356 | 356 | * Returns: {boolean} | |
@@ -360,7 +360,7 @@ Returns `true` if the `fs.Dirent` object describes a symbolic link. | |||
| 360 | 360 | ||
| 361 | 361 | ### dirent.name | |
| 362 | 362 | <!-- YAML | |
| 363 | - added: REPLACEME | ||
| 363 | + added: v10.10.0 | ||
| 364 | 364 | --> | |
| 365 | 365 | ||
| 366 | 366 | * {string|Buffer} | |
@@ -2336,7 +2336,7 @@ this API: [`fs.open()`][]. | |||
| 2336 | 2336 | <!-- YAML | |
| 2337 | 2337 | added: v0.0.2 | |
| 2338 | 2338 | changes: | |
| 2339 | - - version: REPLACEME | ||
| 2339 | + - version: v10.10.0 | ||
| 2340 | 2340 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 2341 | 2341 | description: The `buffer` parameter can now be any `TypedArray`, or a | |
| 2342 | 2342 | `DataView`. | |
@@ -2619,7 +2619,7 @@ the link path returned will be passed as a `Buffer` object. | |||
| 2619 | 2619 | <!-- YAML | |
| 2620 | 2620 | added: v0.1.21 | |
| 2621 | 2621 | changes: | |
| 2622 | - - version: REPLACEME | ||
| 2622 | + - version: v10.10.0 | ||
| 2623 | 2623 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 2624 | 2624 | description: The `buffer` parameter can now be any `TypedArray` or a | |
| 2625 | 2625 | `DataView`. | |
@@ -3353,7 +3353,7 @@ This happens when: | |||
| 3353 | 3353 | <!-- YAML | |
| 3354 | 3354 | added: v0.0.2 | |
| 3355 | 3355 | changes: | |
| 3356 | - - version: REPLACEME | ||
| 3356 | + - version: v10.10.0 | ||
| 3357 | 3357 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 3358 | 3358 | description: The `buffer` parameter can now be any `TypedArray` or a | |
| 3359 | 3359 | `DataView` | |
@@ -3456,7 +3456,7 @@ the end of the file. | |||
| 3456 | 3456 | <!-- YAML | |
| 3457 | 3457 | added: v0.1.29 | |
| 3458 | 3458 | changes: | |
| 3459 | - - version: REPLACEME | ||
| 3459 | + - version: v10.10.0 | ||
| 3460 | 3460 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 3461 | 3461 | description: The `data` parameter can now be any `TypedArray` or a | |
| 3462 | 3462 | `DataView`. | |
@@ -3517,7 +3517,7 @@ automatically. | |||
| 3517 | 3517 | <!-- YAML | |
| 3518 | 3518 | added: v0.1.29 | |
| 3519 | 3519 | changes: | |
| 3520 | - - version: REPLACEME | ||
| 3520 | + - version: v10.10.0 | ||
| 3521 | 3521 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 3522 | 3522 | description: The `data` parameter can now be any `TypedArray` or a | |
| 3523 | 3523 | `DataView`. | |
@@ -3545,7 +3545,7 @@ this API: [`fs.writeFile()`][]. | |||
| 3545 | 3545 | <!-- YAML | |
| 3546 | 3546 | added: v0.1.21 | |
| 3547 | 3547 | changes: | |
| 3548 | - - version: REPLACEME | ||
| 3548 | + - version: v10.10.0 | ||
| 3549 | 3549 | pr-url: https://github.com/nodejs/node/pull/22150 | |
| 3550 | 3550 | description: The `buffer` parameter can now be any `TypedArray` or a | |
| 3551 | 3551 | `DataView`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <!-- YAML | |
| 3 | 3 | added: v8.4.0 | |
| 4 | 4 | changes: | |
| 5 | - - version: REPLACEME | ||
| 5 | + - version: v10.10.0 | ||
| 6 | 6 | pr-url: https://github.com/nodejs/node/pull/22466 | |
| 7 | 7 | description: HTTP/2 is now Stable. Previously, it had been Experimental. | |
| 8 | 8 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -194,7 +194,7 @@ an integer. | |||
| 194 | 194 | ||
| 195 | 195 | ## os.getPriority([pid]) | |
| 196 | 196 | <!-- YAML | |
| 197 | - added: REPLACEME | ||
| 197 | + added: v10.10.0 | ||
| 198 | 198 | --> | |
| 199 | 199 | ||
| 200 | 200 | * `pid` {integer} The process ID to retrieve scheduling priority for. | |
@@ -353,7 +353,7 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information. | |||
| 353 | 353 | ||
| 354 | 354 | ## os.setPriority([pid, ]priority) | |
| 355 | 355 | <!-- YAML | |
| 356 | - added: REPLACEME | ||
| 356 | + added: v10.10.0 | ||
| 357 | 357 | --> | |
| 358 | 358 | ||
| 359 | 359 | * `pid` {integer} The process ID to set scheduling priority for. | |
@@ -1243,7 +1243,7 @@ information. | |||
| 1243 | 1243 | ||
| 1244 | 1244 | ### Priority Constants | |
| 1245 | 1245 | <!-- YAML | |
| 1246 | - added: REPLACEME | ||
| 1246 | + added: v10.10.0 | ||
| 1247 | 1247 | --> | |
| 1248 | 1248 | ||
| 1249 | 1249 | The following process scheduling constants are exported by | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -418,7 +418,7 @@ This feature is not available in [`Worker`][] threads. | |||
| 418 | 418 | ||
| 419 | 419 | ## process.allowedNodeEnvironmentFlags | |
| 420 | 420 | <!-- YAML | |
| 421 | - added: REPLACEME | ||
| 421 | + added: v10.10.0 | ||
| 422 | 422 | --> | |
| 423 | 423 | ||
| 424 | 424 | * {Set} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -639,7 +639,7 @@ console.log(globalVar); | |||
| 639 | 639 | ||
| 640 | 640 | ## vm.compileFunction(code[, params[, options]]) | |
| 641 | 641 | <!-- YAML | |
| 642 | - added: REPLACEME | ||
| 642 | + added: v10.10.0 | ||
| 643 | 643 | --> | |
| 644 | 644 | * `code` {string} The body of the function to compile. | |
| 645 | 645 | * `params` {string[]} An array of strings containing all parameters for the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments