rollup 1.32.0 → 1.32.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 1.32.1
4
+ *2020-03-06*
5
+
6
+ ### Bug Fixes
7
+ * Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
8
+ * Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
9
+ * Mention the importing module when reporting errors for missing named exports (#3401)
10
+ * Add code to warning for missing output.name of IIFE bundles (#3372)
11
+
12
+ ### Pull Requests
13
+ * [#3372](https://github.com/rollup/rollup/pull/3372): Add warning code for missing output.name of IIFE bundle that has export (@rail44)
14
+ * [#3401](https://github.com/rollup/rollup/pull/3401): Missing exports errors now print the importing module (@timiyay)
15
+ * [#3418](https://github.com/rollup/rollup/pull/3418): Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
16
+ * [#3420](https://github.com/rollup/rollup/pull/3420): Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
17
+ * [#3421](https://github.com/rollup/rollup/pull/3421): Avoid invalid code when "else" branch is simplified (@lukastaegert)
18
+
3
19
  ## 1.32.0
4
20
  *2020-02-28*
5
21
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v1.32.0
6
- Fri, 28 Feb 2020 05:47:17 GMT - commit 9d68d8e83fbd57fece136493ce3b6f24b7d7b7b1
5
+ Rollup.js v1.32.1
6
+ Fri, 06 Mar 2020 09:32:39 GMT - commit f458cbf6cb8cfcc1678593d8dc595e4b8757eb6d
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup