1 | # @rollup/pluginutils ChangeLog
|
2 |
|
3 | ## v3.0.4
|
4 |
|
5 | _2020-01-10_
|
6 |
|
7 | ### Bugfixes
|
8 |
|
9 | - fix: keep for(const..) out of scope (#151)
|
10 |
|
11 | ## v3.0.3
|
12 |
|
13 | _2020-01-07_
|
14 |
|
15 | ### Bugfixes
|
16 |
|
17 | - fix: createFilter Windows regression (#141)
|
18 |
|
19 | ### Updates
|
20 |
|
21 | - test: fix windows path failure (0a0de65)
|
22 | - chore: fix test script (5eae320)
|
23 |
|
24 | ## v3.0.2
|
25 |
|
26 | _2020-01-04_
|
27 |
|
28 | ### Bugfixes
|
29 |
|
30 | - fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116)
|
31 |
|
32 | ### Updates
|
33 |
|
34 | - docs: Fix documented type of createFilter's include/exclude (#123)
|
35 | - chore: update minor linting correction (bcbf9d2)
|
36 |
|
37 | ## 3.0.1
|
38 |
|
39 | - fix: Escape glob characters in folder (#84)
|
40 |
|
41 | ## 3.0.0
|
42 |
|
43 | _2019-11-25_
|
44 |
|
45 | - **Breaking:** Minimum compatible Rollup version is 1.20.0
|
46 | - **Breaking:** Minimum supported Node version is 8.0.0
|
47 | - Published as @rollup/plugins-image
|
48 |
|
49 | ## 2.8.2
|
50 |
|
51 | _2019-09-13_
|
52 |
|
53 | - Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
|
54 |
|
55 | ## 2.8.1
|
56 |
|
57 | _2019-06-04_
|
58 |
|
59 | - Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))
|
60 |
|
61 | ## 2.8.0
|
62 |
|
63 | _2019-05-30_
|
64 |
|
65 | - Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
|
66 |
|
67 | ## 2.7.1
|
68 |
|
69 | _2019-05-17_
|
70 |
|
71 | - Do not ignore files with a leading "." in createFilter ([#62](https://github.com/rollup/rollup-pluginutils/issues/62))
|
72 |
|
73 | ## 2.7.0
|
74 |
|
75 | _2019-05-15_
|
76 |
|
77 | - Add `resolve` option to createFilter ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
|
78 |
|
79 | ## 2.6.0
|
80 |
|
81 | _2019-04-04_
|
82 |
|
83 | - Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
|
84 | - Provide dedicated TypeScript typings file ([#58](https://github.com/rollup/rollup-pluginutils/issues/58))
|
85 |
|
86 | ## 2.5.0
|
87 |
|
88 | _2019-03-18_
|
89 |
|
90 | - Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
|
91 | - Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
|
92 |
|
93 | ## 2.4.1
|
94 |
|
95 | _2019-02-16_
|
96 |
|
97 | - Remove unnecessary dependency
|
98 |
|
99 | ## 2.4.0
|
100 |
|
101 | _2019-02-16_
|
102 | Update dependencies to solve micromatch vulnerability ([#53](https://github.com/rollup/rollup-pluginutils/issues/53))
|
103 |
|
104 | ## 2.3.3
|
105 |
|
106 | _2018-09-19_
|
107 |
|
108 | - Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
|
109 |
|
110 | ## 2.3.2
|
111 |
|
112 | _2018-09-18_
|
113 |
|
114 | - Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
|
115 | - Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
|
116 | - Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
|
117 |
|
118 | ## 2.3.1
|
119 |
|
120 | _2018-08-06_
|
121 |
|
122 | - Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax ([#37](https://github.com/rollup/rollup-pluginutils/issues/37))
|
123 |
|
124 | ## 2.3.0
|
125 |
|
126 | _2018-05-21_
|
127 |
|
128 | - Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32))
|
129 |
|
130 | ## 2.2.1
|
131 |
|
132 | _2018-05-21_
|
133 |
|
134 | - Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
|
135 |
|
136 | ## 2.2.0
|
137 |
|
138 | _2018-05-11_
|
139 |
|
140 | - Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31))
|
141 |
|
142 | ## 2.1.1
|
143 |
|
144 | _2018-05-09_
|
145 |
|
146 | - Update dependencies
|
147 |
|
148 | ## 2.1.0
|
149 |
|
150 | _2018-05-08_
|
151 |
|
152 | - Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29))
|
153 | - Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27))
|
154 | - Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28))
|
155 |
|
156 | ## 2.0.1
|
157 |
|
158 | _2017-01-03_
|
159 |
|
160 | - Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
|
161 |
|
162 | ## 2.0.0
|
163 |
|
164 | _2017-01-03_
|
165 |
|
166 | - Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
|
167 | - Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
|
168 |
|
169 | ## 1.5.2
|
170 |
|
171 | _2016-08-29_
|
172 |
|
173 | - Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
|
174 |
|
175 | ## 1.5.1
|
176 |
|
177 | _2016-06-24_
|
178 |
|
179 | - Add all declarators in a var declaration to scope, not just the first
|
180 |
|
181 | ## 1.5.0
|
182 |
|
183 | _2016-06-07_
|
184 |
|
185 | - Exclude IDs with null character (`\0`)
|
186 |
|
187 | ## 1.4.0
|
188 |
|
189 | _2016-06-07_
|
190 |
|
191 | - Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
|
192 | - Exclude non-string IDs in `createFilter`
|
193 |
|
194 | ## 1.3.1
|
195 |
|
196 | _2015-12-16_
|
197 |
|
198 | - Build with Rollup directly, rather than via Gobble
|
199 |
|
200 | ## 1.3.0
|
201 |
|
202 | _2015-12-16_
|
203 |
|
204 | - Use correct path separator on Windows
|
205 |
|
206 | ## 1.2.0
|
207 |
|
208 | _2015-11-02_
|
209 |
|
210 | - Add `attachScopes` and `makeLegalIdentifier`
|
211 |
|
212 | ## 1.1.0
|
213 |
|
214 | 2015-10-24\*
|
215 |
|
216 | - Add `addExtension` function
|
217 |
|
218 | ## 1.0.1
|
219 |
|
220 | _2015-10-24_
|
221 |
|
222 | - Include dist files in package
|
223 |
|
224 | ## 1.0.0
|
225 |
|
226 | _2015-10-24_
|
227 |
|
228 | - First release
|