Skip to content

Releases: webpack-contrib/html-minimizer-webpack-plugin

v5.0.0

17 Jan 13:23
Compare
Choose a tag to compare

5.0.0 (2024-01-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#127) (57da672)

v4.4.0

10 Jun 21:14
Compare
Choose a tag to compare

4.4.0 (2023-06-10)

Features

v4.3.0

13 Oct 15:10
Compare
Choose a tag to compare

4.3.0 (2022-10-13)

Features

  • added swcMinifyFragment to minify HTML fragments (021c752)

Bug Fixes

v4.2.1

06 Oct 20:49
Compare
Choose a tag to compare

4.2.1 (2022-10-06)

Bug Fixes

v4.2.0

29 Sep 02:30
Compare
Choose a tag to compare

4.2.0 (2022-09-29)

Features

v4.1.0

17 Aug 15:25
Compare
Choose a tag to compare

4.1.0 (2022-08-17)

Features

  • update html-minifier-terser to v7 (#78) (4d9c5bf)

v4.0.0

17 May 17:12
Compare
Choose a tag to compare

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.5.0

16 Dec 12:28
Compare
Choose a tag to compare

3.5.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (e4c64c8)

v3.4.0

06 Dec 18:06
Compare
Choose a tag to compare

3.4.0 (2021-12-06)

Features

v3.3.2

17 Nov 17:05
Compare
Choose a tag to compare

3.3.2 (2021-11-17)

Chore

  • update schema-utils package to 4.0.0 version