suyiScreen/node_modules/rollup-pluginutils/CHANGELOG.md

43 lines
749 B
Markdown

# rollup-pluginutils changelog
## 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