summaryrefslogtreecommitdiff
path: root/doc/api/fs.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-09-04 00:10:04 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-04 20:10:18 +0200
commit02c74e72eacc34fa90ae85983900a5d93f13b6c8 (patch)
tree16244a6b517d30479d8e21c9832048798012eb91 /doc/api/fs.md
parent18cb4372d1fccb58580f82a58649454032774832 (diff)
downloadandroid-node-v8-02c74e72eacc34fa90ae85983900a5d93f13b6c8.tar.gz
android-node-v8-02c74e72eacc34fa90ae85983900a5d93f13b6c8.tar.bz2
android-node-v8-02c74e72eacc34fa90ae85983900a5d93f13b6c8.zip
2019-09-04, Version 12.10.0 (Current)
Notable changes: * deps: * Update npm to 6.10.3 (isaacs) https://github.com/nodejs/node/pull/29023 * fs: * Add recursive option to rmdir() (cjihrig) https://github.com/nodejs/node/pull/29168 * Allow passing true to emitClose option (Giorgos Ntemiris) https://github.com/nodejs/node/pull/29212 * Add \*timeNs properties to BigInt Stats objects (Joyee Cheung) https://github.com/nodejs/node/pull/21387 * net: * Allow reading data into a static buffer (Brian White) https://github.com/nodejs/node/pull/25436 PR-URL: https://github.com/nodejs/node/pull/29429
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 5341b4bc15..5b210be5ee 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -735,7 +735,7 @@ milliseconds since the POSIX Epoch.
### stats.atimeNs
<!-- YAML
-added: REPLACEME
+added: v12.10.0
-->
* {bigint}
@@ -747,7 +747,7 @@ nanoseconds since the POSIX Epoch.
### stats.mtimeNs
<!-- YAML
-added: REPLACEME
+added: v12.10.0
-->
* {bigint}
@@ -759,7 +759,7 @@ nanoseconds since the POSIX Epoch.
### stats.ctimeNs
<!-- YAML
-added: REPLACEME
+added: v12.10.0
-->
* {bigint}
@@ -771,7 +771,7 @@ in nanoseconds since the POSIX Epoch.
### stats.birthtimeNs
<!-- YAML
-added: REPLACEME
+added: v12.10.0
-->
* {bigint}
@@ -1506,7 +1506,7 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
<!-- YAML
added: v0.1.31
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/29212
description: Enable `emitClose` option.
- version: v11.0.0
@@ -1602,7 +1602,7 @@ If `options` is a string, then it specifies the encoding.
<!-- YAML
added: v0.1.31
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/29212
description: Enable `emitClose` option.
- version: v7.6.0
@@ -3023,7 +3023,7 @@ Synchronous rename(2). Returns `undefined`.
<!-- YAML
added: v0.0.2
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/29168
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
now supported.
@@ -3069,7 +3069,7 @@ Windows and an `ENOTDIR` error on POSIX.
<!-- YAML
added: v0.1.21
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/29168
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
now supported.
@@ -4729,7 +4729,7 @@ upon success.
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/29168
description: The `recursive`, `maxBusyTries`, and `emfileWait` options are
now supported.