Skip to content

Commit 1c7a19b

Browse files
aduh95jasnell
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 1bd1a7e commit 1c7a19b

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
@@ -1143,6 +1143,9 @@ changes:
11431143
pr-url: https://github.com/nodejs/node/pull/37302
11441144
description: The `recursive` option is deprecated, using it triggers a
11451145
deprecation warning.
1146+
- version: v14.14.0
1147+
pr-url: https://github.com/nodejs/node/pull/35579
1148+
description: The `recursive` option is deprecated, use `fsPromises.rm` instead.
11461149
- version:
11471150
- v13.3.0
11481151
- v12.16.0
@@ -3295,6 +3298,9 @@ changes:
32953298
pr-url: https://github.com/nodejs/node/pull/37302
32963299
description: The `recursive` option is deprecated, using it triggers a
32973300
deprecation warning.
3301+
- version: v14.14.0
3302+
pr-url: https://github.com/nodejs/node/pull/35579
3303+
description: The `recursive` option is deprecated, use `fs.rm` instead.
32983304
- version:
32993305
- v13.3.0
33003306
- v12.16.0
@@ -4994,6 +5000,9 @@ changes:
49945000
pr-url: https://github.com/nodejs/node/pull/37302
49955001
description: The `recursive` option is deprecated, using it triggers a
49965002
deprecation warning.
5003+
- version: v14.14.0
5004+
pr-url: https://github.com/nodejs/node/pull/35579
5005+
description: The `recursive` option is deprecated, use `fs.rmSync` instead.
49975006
- version:
49985007
- v13.3.0
49995008
- v12.16.0

0 commit comments

Comments
 (0)