lix-website/themes/lix/assets/bootstrap/node_modules/rollup-plugin-istanbul/CHANGELOG.md
2024-04-26 22:49:34 -06:00

956 B

rollup-plugin-istanbul changelog

All notable changes to this project will be documented in this file.

3.0.0 (2020-12-22)

Bug Fixes

  • Fix sourcemap support (#21)

BREAKING CHANGES

  • Node.js 10 is now required
  • The defaults for autoWrap, preserveComments, esModules and produceSourceMap are now true.
  • Rollup minimum version is now 1.20.0
  • istanbul-lib-instrument version 4.0.3 is now used

2.0.1 (2018-02-12)

  • Fix jsnext:main entry in package.json

2.0.0 (2017-12-07)

  • Update documentation
  • Upgrade dependencies
  • Switch from istanbul (deprecated) to new instrumenter (istanbul-lib-instrument): https://istanbul.js.org/ (Breaking change)

1.1.0 (2016-09-24)

  • Source Map support, thanks to @jellymann
  • Use rollup targets to build, thanks to @eventualbuddha
  • Update dependencies
  • Update documentation

1.0.0 (2016-01-23)

  • First release