Skip to content

Latest commit

 

History

History
176 lines (99 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

176 lines (99 loc) · 3.45 KB

Change History

v4.0.0 (Nov 14, 2021)

Breaking Changes

  • Stopped installing the following packages as dependencies (for security reasons).
    • pug-lexer
    • pug-parser
    • pug-walk
    • pug-source-gen

Enhancements

  • None.

Bug Fixes

  • None.

v3.0.0 (Mar 28, 2021)

Breaking Changes

  • Drop support for webpack 4 and node <= 10 (when using html-webpack-plugin 5.0.0 or later).
  • Drop support for appcache-webpack-plugin (when using html-webpack-plugin 5.0.0 or later).
  • Must explicitly specify "minify: false" in the html-webpack-plugin options (when using html-webpack-plugin 5.0.0 or later).

Enhancements

  • Supported HTML Webpack Plugin v5.
  • Updated some examples to use html-loader v2.

Bug Fixes

  • None.

v2.0.1 (Jan 31, 2021)

Breaking Changes

  • None.

Enhancements

  • None.

Bug Fixes

  • Peer dependencies: include Webpack ^5.0.0 #25

v2.0.0 (June 24, 2019)

Breaking Changes

  • Adjustment of indent is now off by default.

Enhancements

  • Add options (details are described in Readme).

Bug Fixes

  • style is not indented properly if applying style on the body #22
  • Broken indentation with each expression #23

v1.0.1 (May 14, 2019)

Breaking Changes

  • None.

Enhancements

  • None.

Bug Fixes

  • Line after head is not indented #20

v1.0.0 (May 09, 2019)

Breaking Changes

  • The option "filetype" is no longer available (with HTML Webpack Plugin v4).

Enhancements

  • Supported HTML Webpack Plugin v4.

Bug Fixes

  • Support for html-webpack-plugin @next (v4) #19

v0.3.0 (Feb 02, 2018)

Breaking Changes

  • None.

Enhancements

  • Supported Webpack v4.

Bug Fixes

  • Support for Webpack 4? #15

v0.2.2 (Jan 30, 2018)

Breaking Changes

  • None.

Enhancements

  • None.

Bug Fixes

  • Indentation of link and script is not working properly #14

v0.2.1 (Aug 9, 2017)

Breaking Changes

  • None.

Enhancements

  • None.

Bug Fixes

  • no injection when template uses tabs instead of spaces #10

v0.2.0 (May 25, 2017)

Breaking Changes

  • None.

Enhancements

  • Supports inject 'head' (HTML Webpack Plugin Configuration).

Bug Fixes

  • adjustHeadElementsIndentation() shouldn't flatten the indentation of nested elements #9

v0.1.0 (May 23, 2017)

Breaking Changes

  • No longer support "Slim" and "Haml"(prepared other packages Slim, Haml).

Enhancements

  • Supports manifest attribute.

Bug Fixes

  • Error inject when not have head tag #3
  • Breaks if there's word "body" anywhere in the content (not tag) #7