We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb0f8b commit 04743f6Copy full SHA for 04743f6
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,23 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v12.0.0
4
+
5
+_2020-05-20_
6
7
+### Breaking Changes
8
9
+- feat: add kill-switch for mixed es-cjs modules (#358)
10
+- feat: set syntheticNamedExports for commonjs modules (#149)
11
12
+### Bugfixes
13
14
+- fix: expose the virtual `require` function on mock `module`. fixes #307 (#326)
15
+- fix: improved shouldWrap logic. fixes #304 (#355)
16
17
+### Features
18
19
+- feat: support for explicit module.require calls. fixes #310 (#325)
20
21
## v11.1.0
22
23
_2020-04-12_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "11.1.0",
+ "version": "12.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments