# rollup-pluginutils changelog ## 2.0.1 * Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14)) ## 2.0.0 * Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19)) * Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5)) ## 1.5.2 * Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10)) ## 1.5.1 * Add all declarators in a var declaration to scope, not just the first ## 1.5.0 * Exclude IDs with null character (`\0`) ## 1.4.0 * Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6)) * Exclude non-string IDs in `createFilter` ## 1.3.1 * Build with Rollup directly, rather than via Gobble ## 1.3.0 * Use correct path separator on Windows ## 1.2.0 * Add `attachScopes` and `makeLegalIdentifier` ## 1.1.0 * Add `addExtension` function ## 1.0.1 * Include dist files in package ## 1.0.0 * First release