From 1c7a19b22b5274ea50b08c40a8cbe986297fc974 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 10 Aug 2021 23:43:23 +0200 Subject: doc: fix `fs.rmdir` `recursive` option deprecation history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/39728 Refs: https://github.com/nodejs/node/pull/35579 Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- doc/api/fs.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/api') 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 -- cgit v1.2.3