UNPKG

3.87 kBMarkdownView Raw
1# rollup-pluginutils changelog
2
3## 2.8.2
4*2019-09-13*
5* Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
6
7## 2.8.1
8*2019-06-04*
9* Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))
10
11## 2.8.0
12*2019-05-30*
13* Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
14
15## 2.7.1
16*2019-05-17*
17* Do not ignore files with a leading "." in createFilter ([#62](https://github.com/rollup/rollup-pluginutils/issues/62))
18
19## 2.7.0
20*2019-05-15*
21* Add `resolve` option to createFilter ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
22
23## 2.6.0
24*2019-04-04*
25* Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
26* Provide dedicated TypeScript typings file ([#58](https://github.com/rollup/rollup-pluginutils/issues/58))
27
28## 2.5.0
29*2019-03-18*
30* Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
31* Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
32
33## 2.4.1
34*2019-02-16*
35* Remove unnecessary dependency
36
37## 2.4.0
38*2019-02-16*
39Update dependencies to solve micromatch vulnerability ([#53](https://github.com/rollup/rollup-pluginutils/issues/53))
40
41## 2.3.3
42*2018-09-19*
43* Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
44
45## 2.3.2
46*2018-09-18*
47* Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
48* Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
49* Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
50
51## 2.3.1
52*2018-08-06*
53* Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax ([#37](https://github.com/rollup/rollup-pluginutils/issues/37))
54
55## 2.3.0
56*2018-05-21*
57* Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32))
58
59## 2.2.1
60*2018-05-21*
61* Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
62
63## 2.2.0
64*2018-05-11*
65* Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31))
66
67## 2.1.1
68*2018-05-09*
69* Update dependencies
70
71## 2.1.0
72*2018-05-08*
73* Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29))
74* Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27))
75* Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28))
76
77## 2.0.1
78*2017-01-03*
79* Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
80
81## 2.0.0
82*2017-01-03*
83* Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
84* Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
85
86## 1.5.2
87*2016-08-29*
88* Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
89
90## 1.5.1
91*2016-06-24*
92* Add all declarators in a var declaration to scope, not just the first
93
94## 1.5.0
95*2016-06-07*
96* Exclude IDs with null character (`\0`)
97
98## 1.4.0
99*2016-06-07*
100* Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
101* Exclude non-string IDs in `createFilter`
102
103## 1.3.1
104*2015-12-16*
105* Build with Rollup directly, rather than via Gobble
106
107## 1.3.0
108*2015-12-16*
109* Use correct path separator on Windows
110
111## 1.2.0
112*2015-11-02*
113* Add `attachScopes` and `makeLegalIdentifier`
114
115## 1.1.0
1162015-10-24*
117* Add `addExtension` function
118
119## 1.0.1
120*2015-10-24*
121* Include dist files in package
122
123## 1.0.0
124*2015-10-24*
125* First release