rollup 2.18.1 → 2.21.0

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,43 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.21.0
4
+ *2020-07-07*
5
+
6
+ ### Features
7
+ * Allow plugins to disable tree-shaking for individual modules to ensure even empty modules are associated with chunks (#3663)
8
+
9
+ ### Pull Requests
10
+ * [#3663](https://github.com/rollup/rollup/pull/3663): Disable treeshaking per module (@lukastaegert)
11
+
12
+ ## 2.20.0
13
+ *2020-07-06*
14
+
15
+ ### Features
16
+ * Support using a function to generate different chunk and asset naming patterns per chunk or asset (#3658)
17
+ * Add `referencedFiles` property to the chunk info in generateBundle to list referenced assets (#3661)
18
+
19
+ ### Pull Requests
20
+ * [#3658](https://github.com/rollup/rollup/pull/3658): Add ability to use a function that returns a pattern string in all places where you could use a pattern string before (@frank-dspeed)
21
+ * [#3661](https://github.com/rollup/rollup/pull/3661): Add referenced files to bundle (@lukastaegert)
22
+
23
+ ## 2.19.0
24
+ *2020-07-05*
25
+
26
+ ### Features
27
+ * Allow plugins to return a Promise in the options hook (#3660)
28
+
29
+ ### Pull Requests
30
+ * [#3660](https://github.com/rollup/rollup/pull/3660): Make options hooks async (@TomerAberbach)
31
+
32
+ ## 2.18.2
33
+ *2020-07-02*
34
+
35
+ ### Bug Fixes
36
+ * Do not remove spread element args when the corresponding positional parameter is unused (#3652)
37
+
38
+ ### Pull Requests
39
+ * [#3652](https://github.com/rollup/rollup/pull/3652): Do not tree-shake arguments that contain a spread element (@lukastaegert)
40
+
3
41
  ## 2.18.1
4
42
  *2020-06-26*
5
43
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.18.1
6
- Fri, 26 Jun 2020 19:42:28 GMT - commit 1aeb23b23ef1aafe2edcbfd5c4062dd97186f700
5
+ Rollup.js v2.21.0
6
+ Tue, 07 Jul 2020 19:25:24 GMT - commit b1aaedc37f1bf83ed410f4b5c4ea950b12b14e7a
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup