Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-08-11 00:43:23 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-13 00:50:18 +0300
commit1c7a19b22b5274ea50b08c40a8cbe986297fc974 (patch)
treec64bda0d70aea783295cecd9c452cd73ee01db47 /doc/api
parent1bd1a7ede5c35b6050621fd11563f41e8eb7e326 (diff)
doc: fix `fs.rmdir` `recursive` option deprecation history
PR-URL: https://github.com/nodejs/node/pull/39728 Refs: https://github.com/nodejs/node/pull/35579 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/fs.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index a98a937c411..fb1e8cdf7f0 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1143,6 +1143,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
@@ -3295,6 +3298,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
@@ -4994,6 +5000,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