rollup 0.51.8 → 0.52.3

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,32 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 0.52.3
4
+ * Properly hoist default exported functions in more situations ([#1799](https://github.com/rollup/rollup/pull/1799))
5
+ * Allow plugin transformations to not overwrite source maps by returning null ([#1797](https://github.com/rollup/rollup/pull/1797))
6
+ * Provide more parameters to "external" handler ([#1792](https://github.com/rollup/rollup/pull/1792))
7
+
8
+ ## 0.52.2
9
+ * No longer ignore side-effects in JSON.parse and JSON.stringify ([#1785](https://github.com/rollup/rollup/pull/1785))
10
+ * Updated links in warnings ([#1776](https://github.com/rollup/rollup/pull/1776))
11
+ * No longer prevent self-imports ([#1777](https://github.com/rollup/rollup/pull/1777))
12
+ * Properly hoist default exported functions ([#1787](https://github.com/rollup/rollup/pull/1787))
13
+ * Prevent corruption when re-exporting default exports ([#1765](https://github.com/rollup/rollup/pull/1765))
14
+
15
+ ## 0.52.1
16
+ * Improve deprecation warnings ([#1765](https://github.com/rollup/rollup/pull/1765))
17
+ * Properly use stdin ([#1774](https://github.com/rollup/rollup/pull/1774))
18
+ * Let --environment be used multiple times ([#1768](https://github.com/rollup/rollup/pull/1768))
19
+ * Always transpile config files ([#1759](https://github.com/rollup/rollup/pull/1759))
20
+ * Respect globals option in headers of UMD and IIFE files ([#1747](https://github.com/rollup/rollup/pull/1747))
21
+
22
+ ## 0.52.0
23
+
24
+ * Accept config as promise ([#1731](https://github.com/rollup/rollup/pull/1731))
25
+ * Accept promises for intro/outro/banner/footer ([#1253](https://github.com/rollup/rollup/pull/1253))
26
+ * Option to prevent freezing of namespace imports ([#1696](https://github.com/rollup/rollup/pull/1696))
27
+ * Option to retain all output in watch mode ([#1688](https://github.com/rollup/rollup/pull/1688))
28
+ * Options to fine-tune treeshaking ([#1760](https://github.com/rollup/rollup/pull/1760))
29
+
3
30
  ## 0.51.8
4
31
 
5
32
  * Fix speed problems by simplifying treeshaking reassignment handling ([#1740](https://github.com/rollup/rollup/pull/1740))