Skip to content

Commit

Permalink
doc: expand history for conditional exports changes in 12.16.0 and 12…
Browse files Browse the repository at this point in the history
….17.0

Fixes nodejs#36162
  • Loading branch information
gpoole authored Mar 15, 2022
1 parent a01302b commit 5bc4d77
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ changes:
- v12.19.0
pr-url: https://github.com/nodejs/node/pull/34117
description: Add package `"imports"` field.
- version:
- v12.17.0
pr-url: https://github.com/nodejs/node/pull/29866
description: Remove the `--experimental-modules` option.
- 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
Expand Down Expand Up @@ -1195,6 +1199,10 @@ changes:
- v12.20.0
pr-url: https://github.com/nodejs/node/pull/34718
description: Add support for `"exports"` patterns.
- version:
- v12.17.0
pr-url: https://github.com/nodejs/node/pull/29866
description: Remove the `--experimental-modules` option.
- version:
- v13.7.0
- v12.16.0
Expand All @@ -1204,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
Expand Down

0 comments on commit 5bc4d77

Please sign in to comment.