Skip to content

Commit

Permalink
doc: fix missing history version in fs.md
Browse files Browse the repository at this point in the history
Refs: #33716
Refs: #35993
Refs: #35911

PR-URL: #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>
  • Loading branch information
aduh95 authored and BethGriggs committed Sep 21, 2021
1 parent 826eee3 commit b6dd2ea
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/api/fs.md
Expand Up @@ -983,7 +983,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.
Expand Down Expand Up @@ -1304,7 +1306,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.
Expand Down Expand Up @@ -4577,7 +4581,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.
Expand Down Expand Up @@ -5037,7 +5043,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.
Expand Down

0 comments on commit b6dd2ea

Please sign in to comment.