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 c568a10 commit f1697c2Copy full SHA for f1697c2
1 file changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# rollup changelog
2
3
+## 2.66.0
4
+
5
+_2022-01-22_
6
7
+### Features
8
9
+- Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#4356)
10
+- Add option to wait until all imported ids have been resolved when awaiting `this.load` (#4358)
11
12
+### Pull Requests
13
14
+- [#4356](https://github.com/rollup/rollup/pull/4356): Add hasDefaultExport to ModuleInfo (@lukastaegert)
15
+- [#4358](https://github.com/rollup/rollup/pull/4358): Add "resolveDependencies" option to "this.load" (@lukastaegert)
16
17
## 2.65.0
18
19
_2022-01-21_
0 commit comments