# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [3.0.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0...v3.0.1) (2018-03-09) ### Bug Fixes * **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#84](https://github.com/webpack-contrib/istanbul-instrumenter-loader/issues/84)) ([00e20a4](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/00e20a4)) # [3.0.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0) (2017-07-26) ### Bug Fixes * **index:** correct loader sourcemaps usage (#67) ([691b565](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/691b565)) * use latest API (`loader-utils`) (#61) ([27cf4eb](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/27cf4eb)) ### Code Refactoring * upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8)) ### Features * add `options` validation (`schema-utils`) (#65) ([091eded](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/091eded)) ### 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. # [3.0.0-rc.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-13) ### Features * add `options` validation (`schema-utils`) (#65) ([091eded](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/091eded)) ### BREAKING CHANGES * Enforces schema validation ( invalid configuration will throw ) # [3.0.0-rc.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-beta.1...v3.0.0-rc.0) (2017-07-12) ### Bug Fixes * **index:** correct loader sourcemaps usage (#67) ([691b565](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/691b565)) # [3.0.0-beta.1](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2017-07-10) ### Bug Fixes * use latest API (`loader-utils`) (#61) ([27cf4eb](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/27cf4eb)) # [3.0.0-beta.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0-beta.0) (2017-06-08) ### Code Refactoring * upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8)) ### 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. # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.