| 1 | # @rollup/pluginutils ChangeLog
|
|---|
| 2 |
|
|---|
| 3 | ## v3.1.0
|
|---|
| 4 |
|
|---|
| 5 | _2020-06-05_
|
|---|
| 6 |
|
|---|
| 7 | ### Bugfixes
|
|---|
| 8 |
|
|---|
| 9 | - fix: resolve relative paths starting with "./" (#180)
|
|---|
| 10 |
|
|---|
| 11 | ### Features
|
|---|
| 12 |
|
|---|
| 13 | - feat: add native node es modules support (#419)
|
|---|
| 14 |
|
|---|
| 15 | ### Updates
|
|---|
| 16 |
|
|---|
| 17 | - refactor: replace micromatch with picomatch. (#306)
|
|---|
| 18 | - chore: Don't bundle micromatch (#220)
|
|---|
| 19 | - chore: add missing typescript devDep (238b140)
|
|---|
| 20 | - chore: Use readonly arrays, add TSDoc (#187)
|
|---|
| 21 | - chore: Use typechecking (2ae08eb)
|
|---|
| 22 |
|
|---|
| 23 | ## v3.0.10
|
|---|
| 24 |
|
|---|
| 25 | _2020-05-02_
|
|---|
| 26 |
|
|---|
| 27 | ### Bugfixes
|
|---|
| 28 |
|
|---|
| 29 | - fix: resolve relative paths starting with "./" (#180)
|
|---|
| 30 |
|
|---|
| 31 | ### Updates
|
|---|
| 32 |
|
|---|
| 33 | - refactor: replace micromatch with picomatch. (#306)
|
|---|
| 34 | - chore: Don't bundle micromatch (#220)
|
|---|
| 35 | - chore: add missing typescript devDep (238b140)
|
|---|
| 36 | - chore: Use readonly arrays, add TSDoc (#187)
|
|---|
| 37 | - chore: Use typechecking (2ae08eb)
|
|---|
| 38 |
|
|---|
| 39 | ## v3.0.9
|
|---|
| 40 |
|
|---|
| 41 | _2020-04-12_
|
|---|
| 42 |
|
|---|
| 43 | ### Updates
|
|---|
| 44 |
|
|---|
| 45 | - chore: support Rollup v2
|
|---|
| 46 |
|
|---|
| 47 | ## v3.0.8
|
|---|
| 48 |
|
|---|
| 49 | _2020-02-01_
|
|---|
| 50 |
|
|---|
| 51 | ### Bugfixes
|
|---|
| 52 |
|
|---|
| 53 | - fix: resolve relative paths starting with "./" (#180)
|
|---|
| 54 |
|
|---|
| 55 | ### Updates
|
|---|
| 56 |
|
|---|
| 57 | - chore: add missing typescript devDep (238b140)
|
|---|
| 58 | - chore: Use readonly arrays, add TSDoc (#187)
|
|---|
| 59 | - chore: Use typechecking (2ae08eb)
|
|---|
| 60 |
|
|---|
| 61 | ## v3.0.7
|
|---|
| 62 |
|
|---|
| 63 | _2020-02-01_
|
|---|
| 64 |
|
|---|
| 65 | ### Bugfixes
|
|---|
| 66 |
|
|---|
| 67 | - fix: resolve relative paths starting with "./" (#180)
|
|---|
| 68 |
|
|---|
| 69 | ### Updates
|
|---|
| 70 |
|
|---|
| 71 | - chore: Use readonly arrays, add TSDoc (#187)
|
|---|
| 72 | - chore: Use typechecking (2ae08eb)
|
|---|
| 73 |
|
|---|
| 74 | ## v3.0.6
|
|---|
| 75 |
|
|---|
| 76 | _2020-01-27_
|
|---|
| 77 |
|
|---|
| 78 | ### Bugfixes
|
|---|
| 79 |
|
|---|
| 80 | - fix: resolve relative paths starting with "./" (#180)
|
|---|
| 81 |
|
|---|
| 82 | ## v3.0.5
|
|---|
| 83 |
|
|---|
| 84 | _2020-01-25_
|
|---|
| 85 |
|
|---|
| 86 | ### Bugfixes
|
|---|
| 87 |
|
|---|
| 88 | - fix: bring back named exports (#176)
|
|---|
| 89 |
|
|---|
| 90 | ## v3.0.4
|
|---|
| 91 |
|
|---|
| 92 | _2020-01-10_
|
|---|
| 93 |
|
|---|
| 94 | ### Bugfixes
|
|---|
| 95 |
|
|---|
| 96 | - fix: keep for(const..) out of scope (#151)
|
|---|
| 97 |
|
|---|
| 98 | ## v3.0.3
|
|---|
| 99 |
|
|---|
| 100 | _2020-01-07_
|
|---|
| 101 |
|
|---|
| 102 | ### Bugfixes
|
|---|
| 103 |
|
|---|
| 104 | - fix: createFilter Windows regression (#141)
|
|---|
| 105 |
|
|---|
| 106 | ### Updates
|
|---|
| 107 |
|
|---|
| 108 | - test: fix windows path failure (0a0de65)
|
|---|
| 109 | - chore: fix test script (5eae320)
|
|---|
| 110 |
|
|---|
| 111 | ## v3.0.2
|
|---|
| 112 |
|
|---|
| 113 | _2020-01-04_
|
|---|
| 114 |
|
|---|
| 115 | ### Bugfixes
|
|---|
| 116 |
|
|---|
| 117 | - fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116)
|
|---|
| 118 |
|
|---|
| 119 | ### Updates
|
|---|
| 120 |
|
|---|
| 121 | - docs: Fix documented type of createFilter's include/exclude (#123)
|
|---|
| 122 | - chore: update minor linting correction (bcbf9d2)
|
|---|
| 123 |
|
|---|
| 124 | ## 3.0.1
|
|---|
| 125 |
|
|---|
| 126 | - fix: Escape glob characters in folder (#84)
|
|---|
| 127 |
|
|---|
| 128 | ## 3.0.0
|
|---|
| 129 |
|
|---|
| 130 | _2019-11-25_
|
|---|
| 131 |
|
|---|
| 132 | - **Breaking:** Minimum compatible Rollup version is 1.20.0
|
|---|
| 133 | - **Breaking:** Minimum supported Node version is 8.0.0
|
|---|
| 134 | - Published as @rollup/plugins-image
|
|---|
| 135 |
|
|---|
| 136 | ## 2.8.2
|
|---|
| 137 |
|
|---|
| 138 | _2019-09-13_
|
|---|
| 139 |
|
|---|
| 140 | - Handle optional catch parameter in attachScopes ([#70](https://github.com/rollup/rollup-pluginutils/pulls/70))
|
|---|
| 141 |
|
|---|
| 142 | ## 2.8.1
|
|---|
| 143 |
|
|---|
| 144 | _2019-06-04_
|
|---|
| 145 |
|
|---|
| 146 | - Support serialization of many edge cases ([#64](https://github.com/rollup/rollup-pluginutils/issues/64))
|
|---|
| 147 |
|
|---|
| 148 | ## 2.8.0
|
|---|
| 149 |
|
|---|
| 150 | _2019-05-30_
|
|---|
| 151 |
|
|---|
| 152 | - Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
|
|---|
| 153 |
|
|---|
| 154 | ## 2.7.1
|
|---|
| 155 |
|
|---|
| 156 | _2019-05-17_
|
|---|
| 157 |
|
|---|
| 158 | - Do not ignore files with a leading "." in createFilter ([#62](https://github.com/rollup/rollup-pluginutils/issues/62))
|
|---|
| 159 |
|
|---|
| 160 | ## 2.7.0
|
|---|
| 161 |
|
|---|
| 162 | _2019-05-15_
|
|---|
| 163 |
|
|---|
| 164 | - Add `resolve` option to createFilter ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
|
|---|
| 165 |
|
|---|
| 166 | ## 2.6.0
|
|---|
| 167 |
|
|---|
| 168 | _2019-04-04_
|
|---|
| 169 |
|
|---|
| 170 | - Add `extractAssignedNames` ([#59](https://github.com/rollup/rollup-pluginutils/issues/59))
|
|---|
| 171 | - Provide dedicated TypeScript typings file ([#58](https://github.com/rollup/rollup-pluginutils/issues/58))
|
|---|
| 172 |
|
|---|
| 173 | ## 2.5.0
|
|---|
| 174 |
|
|---|
| 175 | _2019-03-18_
|
|---|
| 176 |
|
|---|
| 177 | - Generalize dataToEsm type ([#55](https://github.com/rollup/rollup-pluginutils/issues/55))
|
|---|
| 178 | - Handle empty keys in dataToEsm ([#56](https://github.com/rollup/rollup-pluginutils/issues/56))
|
|---|
| 179 |
|
|---|
| 180 | ## 2.4.1
|
|---|
| 181 |
|
|---|
| 182 | _2019-02-16_
|
|---|
| 183 |
|
|---|
| 184 | - Remove unnecessary dependency
|
|---|
| 185 |
|
|---|
| 186 | ## 2.4.0
|
|---|
| 187 |
|
|---|
| 188 | _2019-02-16_
|
|---|
| 189 | Update dependencies to solve micromatch vulnerability ([#53](https://github.com/rollup/rollup-pluginutils/issues/53))
|
|---|
| 190 |
|
|---|
| 191 | ## 2.3.3
|
|---|
| 192 |
|
|---|
| 193 | _2018-09-19_
|
|---|
| 194 |
|
|---|
| 195 | - Revert micromatch update ([#43](https://github.com/rollup/rollup-pluginutils/issues/43))
|
|---|
| 196 |
|
|---|
| 197 | ## 2.3.2
|
|---|
| 198 |
|
|---|
| 199 | _2018-09-18_
|
|---|
| 200 |
|
|---|
| 201 | - Bumb micromatch dependency ([#36](https://github.com/rollup/rollup-pluginutils/issues/36))
|
|---|
| 202 | - Bumb dependencies ([#41](https://github.com/rollup/rollup-pluginutils/issues/41))
|
|---|
| 203 | - Split up tests ([#40](https://github.com/rollup/rollup-pluginutils/issues/40))
|
|---|
| 204 |
|
|---|
| 205 | ## 2.3.1
|
|---|
| 206 |
|
|---|
| 207 | _2018-08-06_
|
|---|
| 208 |
|
|---|
| 209 | - Fixed ObjectPattern scope in attachScopes to recognise { ...rest } syntax ([#37](https://github.com/rollup/rollup-pluginutils/issues/37))
|
|---|
| 210 |
|
|---|
| 211 | ## 2.3.0
|
|---|
| 212 |
|
|---|
| 213 | _2018-05-21_
|
|---|
| 214 |
|
|---|
| 215 | - Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32))
|
|---|
| 216 |
|
|---|
| 217 | ## 2.2.1
|
|---|
| 218 |
|
|---|
| 219 | _2018-05-21_
|
|---|
| 220 |
|
|---|
| 221 | - Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34))
|
|---|
| 222 |
|
|---|
| 223 | ## 2.2.0
|
|---|
| 224 |
|
|---|
| 225 | _2018-05-11_
|
|---|
| 226 |
|
|---|
| 227 | - Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31))
|
|---|
| 228 |
|
|---|
| 229 | ## 2.1.1
|
|---|
| 230 |
|
|---|
| 231 | _2018-05-09_
|
|---|
| 232 |
|
|---|
| 233 | - Update dependencies
|
|---|
| 234 |
|
|---|
| 235 | ## 2.1.0
|
|---|
| 236 |
|
|---|
| 237 | _2018-05-08_
|
|---|
| 238 |
|
|---|
| 239 | - Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29))
|
|---|
| 240 | - Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27))
|
|---|
| 241 | - Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28))
|
|---|
| 242 |
|
|---|
| 243 | ## 2.0.1
|
|---|
| 244 |
|
|---|
| 245 | _2017-01-03_
|
|---|
| 246 |
|
|---|
| 247 | - Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
|
|---|
| 248 |
|
|---|
| 249 | ## 2.0.0
|
|---|
| 250 |
|
|---|
| 251 | _2017-01-03_
|
|---|
| 252 |
|
|---|
| 253 | - Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
|
|---|
| 254 | - Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
|
|---|
| 255 |
|
|---|
| 256 | ## 1.5.2
|
|---|
| 257 |
|
|---|
| 258 | _2016-08-29_
|
|---|
| 259 |
|
|---|
| 260 | - Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
|
|---|
| 261 |
|
|---|
| 262 | ## 1.5.1
|
|---|
| 263 |
|
|---|
| 264 | _2016-06-24_
|
|---|
| 265 |
|
|---|
| 266 | - Add all declarators in a var declaration to scope, not just the first
|
|---|
| 267 |
|
|---|
| 268 | ## 1.5.0
|
|---|
| 269 |
|
|---|
| 270 | _2016-06-07_
|
|---|
| 271 |
|
|---|
| 272 | - Exclude IDs with null character (`\0`)
|
|---|
| 273 |
|
|---|
| 274 | ## 1.4.0
|
|---|
| 275 |
|
|---|
| 276 | _2016-06-07_
|
|---|
| 277 |
|
|---|
| 278 | - Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
|
|---|
| 279 | - Exclude non-string IDs in `createFilter`
|
|---|
| 280 |
|
|---|
| 281 | ## 1.3.1
|
|---|
| 282 |
|
|---|
| 283 | _2015-12-16_
|
|---|
| 284 |
|
|---|
| 285 | - Build with Rollup directly, rather than via Gobble
|
|---|
| 286 |
|
|---|
| 287 | ## 1.3.0
|
|---|
| 288 |
|
|---|
| 289 | _2015-12-16_
|
|---|
| 290 |
|
|---|
| 291 | - Use correct path separator on Windows
|
|---|
| 292 |
|
|---|
| 293 | ## 1.2.0
|
|---|
| 294 |
|
|---|
| 295 | _2015-11-02_
|
|---|
| 296 |
|
|---|
| 297 | - Add `attachScopes` and `makeLegalIdentifier`
|
|---|
| 298 |
|
|---|
| 299 | ## 1.1.0
|
|---|
| 300 |
|
|---|
| 301 | 2015-10-24\*
|
|---|
| 302 |
|
|---|
| 303 | - Add `addExtension` function
|
|---|
| 304 |
|
|---|
| 305 | ## 1.0.1
|
|---|
| 306 |
|
|---|
| 307 | _2015-10-24_
|
|---|
| 308 |
|
|---|
| 309 | - Include dist files in package
|
|---|
| 310 |
|
|---|
| 311 | ## 1.0.0
|
|---|
| 312 |
|
|---|
| 313 | _2015-10-24_
|
|---|
| 314 |
|
|---|
| 315 | - First release
|
|---|