rollup 0.63.0 → 0.63.4

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,20 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 0.63.4
4
+ *2018-07-20*
5
+ * Use turbocolor instead of chalk ([#2339](https://github.com/rollup/rollup/pull/2339))
6
+
7
+ ## 0.63.3
8
+ *2018-07-20*
9
+ * Handle expressions where "in" and "instanceof" are applied to primitive values ([#2344](https://github.com/rollup/rollup/pull/2344))
10
+
11
+ ## 0.63.2
12
+ *2018-07-18*
13
+ * Fix bind order in for-of loops ([#2338](https://github.com/rollup/rollup/pull/2338))
14
+
15
+ ## 0.63.1
16
+ *2018-07-18*
17
+
3
18
  ## 0.63.0
4
19
  *2018-07-17*
5
20
  * Fix many tree-shaking related issues ([#2315](https://github.com/rollup/rollup/pull/2315))