Releases: artberri/rollup-plugin-istanbul
Releases · artberri/rollup-plugin-istanbul
Version 5.0.0
Version 4.0.0
Bug Fixes
- Fix coverage location (#24)
BREAKING CHANGES
- Dropped support for Node.js 10 and 12
istanbul-lib-instrument
version^5.2.1
is now used
Version 3.0.0
Bug Fixes
- Fix sourcemap support (#21)
BREAKING CHANGES
- Node.js 10 is now required
- The defaults for
autoWrap
,preserveComments
,esModules
andproduceSourceMap
are now true. - Rollup minimum version is now 1.20.0
istanbul-lib-instrument
version 4.0.3 is now used
Version 2.0.1
Bug Fixes
- Fix
jsnext:main
entry inpackage.json
Version 2.0.0
BREAKING CHANGES
- Switch from istanbul (deprecated) to new instrumenter (istanbul-lib-instrument): https://istanbul.js.org/ (Breaking change)
Others
- Update documentation
- Upgrade dependencies
Version 1.1.0
Features
- Source Map support, thanks to @jellymann
- Use rollup targets to build, thanks to @eventualbuddha
Others
- Update dependencies
- Update documentation
Version 1.0.0
- First release