# rollup-pluginutils changelog ## 2.3.0 *2017-05-21* * Add option to not generate named exports ([#32](https://github.com/rollup/rollup-pluginutils/issues/32)) ## 2.2.1 *2017-05-21* * Support `null` serialization ([#34](https://github.com/rollup/rollup-pluginutils/issues/34)) ## 2.2.0 *2017-05-11* * Improve white-space handling in `dataToEsm` and add `prepare` script ([#31](https://github.com/rollup/rollup-pluginutils/issues/31)) ## 2.1.0 *2017-05-07* * Add `dataToEsm` helper to create named exports from objects ([#29](https://github.com/rollup/rollup-pluginutils/issues/29)) * Support literal keys in object patterns ([#27](https://github.com/rollup/rollup-pluginutils/issues/27)) * Support function declarations without id in `attachScopes` ([#28](https://github.com/rollup/rollup-pluginutils/issues/28)) ## 2.0.1 *2017-01-03* * Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14)) ## 2.0.0 *2017-01-03* * 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 *2016-08-29* * Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10)) ## 1.5.1 *2016-06-24* * Add all declarators in a var declaration to scope, not just the first ## 1.5.0 *2016-06-07* * Exclude IDs with null character (`\0`) ## 1.4.0 *2016-06-07* * Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6)) * Exclude non-string IDs in `createFilter` ## 1.3.1 *2015-12-16* * Build with Rollup directly, rather than via Gobble ## 1.3.0 *2015-12-16* * Use correct path separator on Windows ## 1.2.0 *2015-11-02* * Add `attachScopes` and `makeLegalIdentifier` ## 1.1.0 2015-10-24* * Add `addExtension` function ## 1.0.1 *2015-10-24* * Include dist files in package ## 1.0.0 *2015-10-24* * First release