All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2018-03-09)
3.0.0 (2017-07-26)
- index: correct loader sourcemaps usage (#67) (691b565)
- use latest API (
loader-utils
) (#61) (27cf4eb)
- upgrade to webpack-defaults (#51) (b46a5c8)
- add
options
validation (schema-utils
) (#65) (091eded)
- 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 (2017-07-13)
- add
options
validation (schema-utils
) (#65) (091eded)
- Enforces schema validation ( invalid configuration will throw )
3.0.0-rc.0 (2017-07-12)
- index: correct loader sourcemaps usage (#67) (691b565)
3.0.0-beta.1 (2017-07-10)
- use latest API (
loader-utils
) (#61) (27cf4eb)
3.0.0-beta.0 (2017-06-08)
- upgrade to webpack-defaults (#51) (b46a5c8)
- 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.
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.