- 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.