rollup 0.63.1 → 0.63.5

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,9 +1,28 @@
1
1
  # rollup changelog
2
2
 
3
- ## 0.63.0
3
+ ## 0.63.5
4
+ *2018-08-01*
5
+ * Ensure onwrite plugin hooks execute in sequence ([#2364](https://github.com/rollup/rollup/pull/2364))
6
+ * Always warn when no name is provided for a global module ([#2359](https://github.com/rollup/rollup/pull/2359))
7
+ * Add utility type for user created plugins ([#2355](https://github.com/rollup/rollup/pull/2355))
8
+ * Remove deprecated es6 format from types ([#2349](https://github.com/rollup/rollup/pull/2349))
9
+ * Mark inlineDynamicImports as optional in types ([#2348](https://github.com/rollup/rollup/pull/2348))
10
+
11
+ ## 0.63.4
12
+ *2018-07-20*
13
+ * Use turbocolor instead of chalk ([#2339](https://github.com/rollup/rollup/pull/2339))
14
+
15
+ ## 0.63.3
16
+ *2018-07-20*
17
+ * Handle expressions where "in" and "instanceof" are applied to primitive values ([#2344](https://github.com/rollup/rollup/pull/2344))
18
+
19
+ ## 0.63.2
4
20
  *2018-07-18*
5
21
  * Fix bind order in for-of loops ([#2338](https://github.com/rollup/rollup/pull/2338))
6
22
 
23
+ ## 0.63.1
24
+ *2018-07-18*
25
+
7
26
  ## 0.63.0
8
27
  *2018-07-17*
9
28
  * Fix many tree-shaking related issues ([#2315](https://github.com/rollup/rollup/pull/2315))