Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-09-01 20:21:41 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-07 01:51:17 +0300
commit3f78545bf237a21a700a092263b378c262ced494 (patch)
tree8f6b41d1ab0bd57e8c9e955132a355e3fe8779fd /doc/api
parent1c4df352b77514e93a46fb27e996755d45a0b530 (diff)
doc: fix missing history version in `fs.md`
Refs: https://github.com/nodejs/node/pull/33716 Refs: https://github.com/nodejs/node/pull/35993 Refs: https://github.com/nodejs/node/pull/35911 PR-URL: https://github.com/nodejs/node/pull/39972 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/fs.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 3be576e175e..62847ad142d 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1029,7 +1029,9 @@ try {
<!-- YAML
added: v10.0.0
changes:
- - version: v15.2.0
+ - version:
+ - v15.2.0
+ - v14.17.0
pr-url: https://github.com/nodejs/node/pull/35911
description: The options argument may include an AbortSignal to abort an
ongoing readFile request.
@@ -1350,7 +1352,9 @@ changes:
- version: v15.14.0
pr-url: https://github.com/nodejs/node/pull/37490
description: The `data` argument supports `AsyncIterable`, `Iterable` and `Stream`.
- - version: v15.2.0
+ - version:
+ - v15.2.0
+ - v14.17.0
pr-url: https://github.com/nodejs/node/pull/35993
description: The options argument may include an AbortSignal to abort an
ongoing writeFile request.
@@ -4631,7 +4635,9 @@ link(2) documentation for more detail. Returns `undefined`.
<!-- YAML
added: v0.1.30
changes:
- - version: v15.3.0
+ - version:
+ - v15.3.0
+ - v14.17.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.
@@ -5091,7 +5097,9 @@ utility). Returns `undefined`.
<!-- YAML
added: v0.1.21
changes:
- - version: v15.3.0
+ - version:
+ - v15.3.0
+ - v14.17.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.