All notable changes to this project will be documented in this file.
- Replace Eslint and Prettier with Biome
- Update examples
- Upgrade dependencies
- Added support to Rollup v4 (#54)
- Dropped support for Node.js 14
istanbul-lib-instrument
version^6.0.1
is now used
- Added support to Rollup v3
- Fix coverage location (#24)
- Dropped support for Node.js 10 and 12
istanbul-lib-instrument
version^5.2.1
is now used
- Fix sourcemap support (#21)
- 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
- Fix
jsnext:main
entry inpackage.json
- Switch from istanbul (deprecated) to new instrumenter (istanbul-lib-instrument): https://istanbul.js.org/ (Breaking change)
- Update documentation
- Upgrade dependencies
- Source Map support, thanks to @jellymann
- Use rollup targets to build, thanks to @eventualbuddha
- Update dependencies
- Update documentation
- First release