Releases: vladshcherbin/rollup-plugin-delete
Releases · vladshcherbin/rollup-plugin-delete
3.0.1
3.0.0
This update features a rewrite in TypeScript and reflects breaking changes from the latest del package updates:
- v7+: Package is published as pure ESM
- v8+: Node.js 18+ is required
Major Changes
Minor Changes
2.2.0
2.1.0
- Add missing
rollup
peer dependency - Update
hook
type to match internal Rollup types - Replace
travis ci
withgithub action
- Remove
codecov
2.0.0
Breaking
- Update del dependency from version 4 to version 5, which has major changes to glob engine and options. It is suggested to check del changelog to see what has changed
- Drop node 8 support
1.2.0
- Add
runOnce
option, useful in watch mode - Update minimum node version from 8 to 8.3
- Update dev dependencies
1.1.0
- Add
hook
option to set rollup hook which plugin should use
1.0.0
- Refactor default options
- Update
dryRun
output - Add TypeScript types
- Add tests with 100% coverage
- Update dependencies
0.2.2
- Set
dryRun
option to show what will be removed - Add a note in readme about wildcard character
- Update dependencies
0.2.1
- Use babel and set target to node 8
- Add ESM version