summaryrefslogtreecommitdiff
path: root/doc/api/fs.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-11-05 10:55:13 +0100
committerMichaël Zasso <targos@protonmail.com>2019-11-05 19:39:20 +0100
commit309e1eae797d3060126ef2e13ee0ab124808f575 (patch)
tree5dd79bac549d3d51d9e4a36f06583456e08b3927 /doc/api/fs.md
parent837fe533f7d2cc824f7f6f08ccab74969c46f886 (diff)
downloadandroid-node-v8-309e1eae797d3060126ef2e13ee0ab124808f575.tar.gz
android-node-v8-309e1eae797d3060126ef2e13ee0ab124808f575.tar.bz2
android-node-v8-309e1eae797d3060126ef2e13ee0ab124808f575.zip
2019-11-05, Version 13.1.0 (Current)
Notable changes: * cli: * Added a new flag (`--trace-uncaught`) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the `Error` object, if there is any. This is disabled by default because it affects GC behavior. https://github.com/nodejs/node/pull/30025 * crypto * Added `Hash.prototype.copy()` method. It returns a new `Hash` object with its internal state cloned from the original one. https://github.com/nodejs/node/pull/29910 * dgram * Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 (https://tools.ietf.org/html/rfc4607) for IPv4 and IPv6. https://github.com/nodejs/node/pull/15735 * fs * Added a `bufferSize` option to `fs.opendir()`. It allows to control the number of entries that are buffered internally when reading from the directory. https://github.com/nodejs/node/pull/30114 * meta * Added Chengzhong Wu (https://github.com/legendecas) to collaborators. https://github.com/nodejs/node/pull/30115 PR-URL: https://github.com/nodejs/node/pull/30262
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 7f6c815b9b..de0acff8ea 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2626,7 +2626,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->
@@ -2653,7 +2653,7 @@ directory and subsequent read operations.
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->
@@ -4844,7 +4844,7 @@ a colon, Node.js will open a file system stream, as described by
<!-- YAML
added: v12.12.0
changes:
- - version: REPLACEME
+ - version: v13.1.0
pr-url: https://github.com/nodejs/node/pull/30114
description: The `bufferSize` option was introduced.
-->