Skip to content

Commit 49a7962

Browse files
aduh95targos
authored andcommitted
doc: fix fs.rmdir recursive option deprecation 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>
1 parent a338c0e commit 49a7962

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/api/fs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,9 @@ Renames `oldPath` to `newPath`.
10551055
<!-- YAML
10561056
added: v10.0.0
10571057
changes:
1058+
- version: v14.14.0
1059+
pr-url: https://github.com/nodejs/node/pull/35579
1060+
description: The `recursive` option is deprecated, use `fsPromises.rm` instead.
10581061
- version:
10591062
- v13.3.0
10601063
- v12.16.0
@@ -3153,6 +3156,9 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
31533156
<!-- YAML
31543157
added: v0.0.2
31553158
changes:
3159+
- version: v14.14.0
3160+
pr-url: https://github.com/nodejs/node/pull/35579
3161+
description: The `recursive` option is deprecated, use `fs.rm` instead.
31563162
- version:
31573163
- v13.3.0
31583164
- v12.16.0
@@ -4803,6 +4809,9 @@ See the POSIX rename(2) documentation for more details.
48034809
<!-- YAML
48044810
added: v0.1.21
48054811
changes:
4812+
- version: v14.14.0
4813+
pr-url: https://github.com/nodejs/node/pull/35579
4814+
description: The `recursive` option is deprecated, use `fs.rmSync` instead.
48064815
- version:
48074816
- v13.3.0
48084817
- v12.16.0

0 commit comments

Comments
 (0)