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
diff options
context:
space:
mode:
authorGreg Poole <gpoole@users.noreply.github.com>2022-03-26 19:40:52 +0300
committerGitHub <noreply@github.com>2022-03-26 19:40:52 +0300
commit6e5485135737094582cdda68664ab2354154a60c (patch)
tree704b22afb0e59c5ac75fe99992e667c3c60a832e /doc
parentbc395d4c53afaaa53f9088b90ae84249adbf4d2e (diff)
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 <jacob@frende.me> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/packages.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index e0ba7eef492..3851cfc13c2 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -18,9 +18,14 @@ changes:
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
@@ -1197,6 +1202,11 @@ changes:
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
pr-url: https://github.com/nodejs/node/pull/31008
description: Implement logical conditional exports ordering.
@@ -1204,7 +1214,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