707 B
707 B
rollup-pluginutils changelog
1.5.2
- Treat
arguments
as a reserved word (#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)
- 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
andmakeLegalIdentifier
1.1.0
- Add
addExtension
function
1.0.1
- Include dist files in package
1.0.0
- First release