This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
Releases: webpack-contrib/istanbul-instrumenter-loader
Releases · webpack-contrib/istanbul-instrumenter-loader
v3.0.1
v3.0.0
2017-07-26
Bug Fixes
- index: correct loader sourcemaps usage (#67) (691b565)
- use latest API (
loader-utils
) (#61) (27cf4eb)
Code Refactoring
Features
BREAKING CHANGES
- Enforces schema validation ( invalid configuration will throw )
- Enforces Webpack standard NodeJS engines range.
at the time of merge>= 4.3 < 5.0.0 || >= 5.10
. - Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4.
Release v3.0.0-rc.1
3.0.0-rc.1 (2017-07-13)
Features
BREAKING CHANGES
- Enforces schema validation ( invalid configuration will throw )
Release v3.0.0-rc.0
Release v3.0.0-beta.1
Release v3.0.0-beta.0
3.0.0-beta.0 (2017-06-08)
Code Refactoring
BREAKING CHANGES
- Enforces Webpack standard NodeJS engines range.
at the time of merge>= 4.3 < 5.0.0 || >= 5.10
. - Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4.