From 54615fdce17d1c22bc3ce24c8e1f25179f7d0ba6 Mon Sep 17 00:00:00 2001 From: Greg Poole Date: Sun, 27 Mar 2022 03:40:52 +1100 Subject: [PATCH] doc: expand history for conditional exports changes in v12 Fixes: https://github.com/nodejs/node/issues/36162 PR-URL: https://github.com/nodejs/node/pull/42339 Reviewed-By: Jacob Smith Reviewed-By: Geoffrey Booth Reviewed-By: James M Snell --- doc/api/packages.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 7e89d37cbd11b8..b81b472b9fe6a3 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -16,11 +16,16 @@ changes: - v12.19.0 pr-url: https://github.com/nodejs/node/pull/34117 description: Add package `"imports"` field. + - version: + - v13.7.0 + - v12.17.0 + pr-url: https://github.com/nodejs/node/pull/29866 + description: Unflag conditional exports. - version: - v13.7.0 - v12.16.0 pr-url: https://github.com/nodejs/node/pull/31001 - description: Unflag conditional exports. + description: Remove the `--experimental-conditional-exports` option. In 12.16.0, conditional exports are still behind `--experimental-modules`. - version: - v13.6.0 - v12.16.0 @@ -1193,6 +1198,11 @@ changes: - v12.20.0 pr-url: https://github.com/nodejs/node/pull/34718 description: Add support for `"exports"` patterns. + - version: + - v13.7.0 + - v12.17.0 + pr-url: https://github.com/nodejs/node/pull/29866 + description: Unflag conditional exports. - version: - v13.7.0 - v12.16.0 @@ -1202,7 +1212,7 @@ changes: - v13.7.0 - v12.16.0 pr-url: https://github.com/nodejs/node/pull/31001 - description: Remove the `--experimental-conditional-exports` option. + description: Remove the `--experimental-conditional-exports` option. In 12.16.0, conditional exports are still behind `--experimental-modules`. - version: - v13.2.0 - v12.16.0