Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.92 KB

3.3.1/3.3.2 (2017-09-18)

  • Fixed URI generation. See more information at issue #23.

3.3.0 (2017-09-12)

  • Added 'publicPath' option. See more information at issue #20.

3.2.0 (2017-08-18)

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

3.1.6 (2017-07-28)

  • Fixed misbehavior with protocols' slashes. See more information at issue #16.

3.1.5 (2017-07-19)

  • Fixed excessive "forward" slashes and backslashes. See more information at issue #15.

3.1.4 (2017-07-19)

  • Fixed excessive slashes on output. See more information at issue #15.

3.1.2 (2017-07-13)

  • Fixed resources URI on Windows. See more information at issue #14.

3.1.1 (2017-07-12)

  • useWebpackPublicPath is now deprecated. See more information at issue #12.

3.1.0 (2017-07-03)

  • Added useWebpackPublicPath into options;
  • Removed HtmlWebpackPlugin technical dependency (misbehavior).

3.0.0 (2017-06-13)

  • Refactored code; (ES6+ ready)
  • Added HTML injection support through HtmlWebpackPlugin;
  • Added file fingerprinting;
  • Faster hot reload support.