All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Changed: drop support for
webpack
< 4 - Changed: drop support for
node
< 6.9 - Chore: minimum required
modernizr
version is now^3.7.1
.
- Build: add
node@9
to travis CI. - Chore: minimum required
modernizr
version is now^3.5.0
. - Chore: support
webpack
v4.
- Changed: configuration loading behaviour. See
README.md
. - Fixed: avoid problem when
Modernizr
already exists.
- Chore: support
webpack
v3. - Refactor: remove unnecessary legacy
webpack
v1 code.
- Fixed: minimum required loader-utils version is now
~1.0.0
. - Removed: support
webpack
version1
.
- Changed: no longer required to transfer options for
modernizr
usingconfig
option. - Changed: to load configuration from file, need specify
useConfigFile
option. - Chore: no need to use function
encodeURI
forquery string
.
- Fixed: updated webpack peer dependency to support
2.2.1
.
- Fixed: resolved configuration file only if file passed.
- Chore: initial public release.