@rollup/pluginutils
Advanced tools
Comparing version
@@ -1,6 +0,19 @@ | ||
# @rollup/pluginutils changelog | ||
# @rollup/pluginutils ChangeLog | ||
## v3.0.2 | ||
_2020-01-04_ | ||
### Bugfixes | ||
- fix: makeLegalIdentifier - potentially unsafe input for blacklisted identifier (#116) | ||
### Updates | ||
- docs: Fix documented type of createFilter's include/exclude (#123) | ||
- chore: update minor linting correction (bcbf9d2) | ||
## 3.0.1 | ||
- fix(pluginutils): Escape glob characters in folder (#84) | ||
- fix: Escape glob characters in folder (#84) | ||
@@ -11,3 +24,3 @@ ## 3.0.0 | ||
- **Breaking:** Minimum compatible Rollup version is 1.2.0 | ||
- **Breaking:** Minimum compatible Rollup version is 1.20.0 | ||
- **Breaking:** Minimum supported Node version is 8.0.0 | ||
@@ -14,0 +27,0 @@ - Published as @rollup/plugins-image |
{ | ||
"name": "@rollup/pluginutils", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"publishConfig": { | ||
@@ -11,3 +11,3 @@ "access": "public" | ||
"author": "Rich Harris <richard.a.harris@gmail.com>", | ||
"homepage": "https://github.com/rollup/plugins/pluginutils#readme", | ||
"homepage": "https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme", | ||
"bugs": { | ||
@@ -14,0 +14,0 @@ "url": "https://github.com/rollup/plugins/issues" |
@@ -107,3 +107,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/pluginutils | ||
Type: `String | Array[String|RegExp]`<br> | ||
Type: `String | RegExp | Array[...String|RegExp]`<br> | ||
@@ -185,3 +185,3 @@ A valid [`minimatch`](https://www.npmjs.com/package/minimatch) pattern, or array of patterns. If `options.include` is omitted or has zero length, filter will return `true` by default. Otherwise, an ID must match one or more of the `minimatch` patterns, and must not match any of the `options.exclude` patterns. | ||
Parameters: `(param: Node)`<br> | ||
Returns: `Array[String]` | ||
Returns: `Array[...String]` | ||
@@ -188,0 +188,0 @@ #### `param` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
225248
0.13%0
-100%