- Added Webpack 4 support.
- Added filename template. Thanks to @kevinchappell ! See more information at pull request #34.
- Added SVG support. Thanks to @acostalima ! See more information at pull request #49.
- Fixed recursive filename. Thanks to @satazor ! See more information at pull request #50.
- Fixed file convention. See more information at pull request #31.
- Added
includeDirectory
. See more information at this issue #30 and this pull request #29.
- Fixed URI generation. See more information at issue #23.
- Added 'publicPath' option. See more information at issue #20.
- Added Apple's Web Application injection. See more information at issue #13;
- Added
theme-color
injection. See more information at issue #18; - Added
ios
property into options. - Added
ios
property into icon options. - See README.md for detailed information about the new
ios
property.
- Fixed misbehavior with protocols' slashes. See more information at issue #16.
- Fixed excessive "forward" slashes and backslashes. See more information at issue #15.
- Fixed excessive slashes on output. See more information at issue #15.
- Fixed resources URI on Windows. See more information at issue #14.
useWebpackPublicPath
is now deprecated. See more information at issue #12.
- Added
useWebpackPublicPath
into options; - Removed HtmlWebpackPlugin technical dependency (misbehavior).
- Refactored code; (ES6+ ready)
- Added HTML injection support through HtmlWebpackPlugin;
- Added file fingerprinting;
- Faster hot reload support.