Skip to content

Commit a45f088

Browse files
gpoolejuanarbol
authored andcommitted
doc: expand history for conditional exports changes in v12
Fixes: #36162 PR-URL: #42339 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4f186a5 commit a45f088

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/api/packages.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ changes:
1616
- v12.19.0
1717
pr-url: https://github.com/nodejs/node/pull/34117
1818
description: Add package `"imports"` field.
19+
- version:
20+
- v13.7.0
21+
- v12.17.0
22+
pr-url: https://github.com/nodejs/node/pull/29866
23+
description: Unflag conditional exports.
1924
- version:
2025
- v13.7.0
2126
- v12.16.0
2227
pr-url: https://github.com/nodejs/node/pull/31001
23-
description: Unflag conditional exports.
28+
description: Remove the `--experimental-conditional-exports` option. In 12.16.0, conditional exports are still behind `--experimental-modules`.
2429
- version:
2530
- v13.6.0
2631
- v12.16.0
@@ -1238,6 +1243,11 @@ changes:
12381243
- v12.20.0
12391244
pr-url: https://github.com/nodejs/node/pull/34718
12401245
description: Add support for `"exports"` patterns.
1246+
- version:
1247+
- v13.7.0
1248+
- v12.17.0
1249+
pr-url: https://github.com/nodejs/node/pull/29866
1250+
description: Unflag conditional exports.
12411251
- version:
12421252
- v13.7.0
12431253
- v12.16.0
@@ -1247,7 +1257,7 @@ changes:
12471257
- v13.7.0
12481258
- v12.16.0
12491259
pr-url: https://github.com/nodejs/node/pull/31001
1250-
description: Remove the `--experimental-conditional-exports` option.
1260+
description: Remove the `--experimental-conditional-exports` option. In 12.16.0, conditional exports are still behind `--experimental-modules`.
12511261
- version:
12521262
- v13.2.0
12531263
- v12.16.0

0 commit comments

Comments
 (0)