Skip to content

Commit 338a166

Browse files
aduh95danielleadams
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 9046e78 commit 338a166

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
@@ -1097,6 +1097,9 @@ changes:
10971097
pr-url: https://github.com/nodejs/node/pull/37302
10981098
description: The `recursive` option is deprecated, using it triggers a
10991099
deprecation warning.
1100+
- version: v14.14.0
1101+
pr-url: https://github.com/nodejs/node/pull/35579
1102+
description: The `recursive` option is deprecated, use `fsPromises.rm` instead.
11001103
- version:
11011104
- v13.3.0
11021105
- v12.16.0
@@ -3245,6 +3248,9 @@ changes:
32453248
pr-url: https://github.com/nodejs/node/pull/37302
32463249
description: The `recursive` option is deprecated, using it triggers a
32473250
deprecation warning.
3251+
- version: v14.14.0
3252+
pr-url: https://github.com/nodejs/node/pull/35579
3253+
description: The `recursive` option is deprecated, use `fs.rm` instead.
32483254
- version:
32493255
- v13.3.0
32503256
- v12.16.0
@@ -4940,6 +4946,9 @@ changes:
49404946
pr-url: https://github.com/nodejs/node/pull/37302
49414947
description: The `recursive` option is deprecated, using it triggers a
49424948
deprecation warning.
4949+
- version: v14.14.0
4950+
pr-url: https://github.com/nodejs/node/pull/35579
4951+
description: The `recursive` option is deprecated, use `fs.rmSync` instead.
49434952
- version:
49444953
- v13.3.0
49454954
- v12.16.0

0 commit comments

Comments
 (0)