Skip to content

Commit

Permalink
doc: fix fs.rmdir recursive option deprecation history
Browse files Browse the repository at this point in the history
PR-URL: #39728
Refs: #35579
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Sep 4, 2021
1 parent a338c0e commit 49a7962
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/fs.md
Expand Up @@ -1055,6 +1055,9 @@ Renames `oldPath` to `newPath`.
<!-- YAML
added: v10.0.0
changes:
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fsPromises.rm` instead.
- version:
- v13.3.0
- v12.16.0
Expand Down Expand Up @@ -3153,6 +3156,9 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
<!-- YAML
added: v0.0.2
changes:
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fs.rm` instead.
- version:
- v13.3.0
- v12.16.0
Expand Down Expand Up @@ -4803,6 +4809,9 @@ See the POSIX rename(2) documentation for more details.
<!-- YAML
added: v0.1.21
changes:
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: The `recursive` option is deprecated, use `fs.rmSync` instead.
- version:
- v13.3.0
- v12.16.0
Expand Down

0 comments on commit 49a7962

Please sign in to comment.