Skip to content

Commit

Permalink
doc: fix fs.rmdir recursive option deprecation history
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 12, 2021
1 parent b00d1ae commit 4cae186
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- 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 @@ -3233,6 +3236,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- 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 @@ -4903,6 +4909,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/37302
description: The `recursive` option is deprecated, using it triggers a
deprecation warning.
- 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 4cae186

Please sign in to comment.