Skip to content

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

v5.0.2

07 Apr 15:14
Compare
Choose a tag to compare

5.0.2 (2025-04-07)

Bug Fixes

v5.0.1

06 Mar 16:26
Compare
Choose a tag to compare

5.0.1 (2025-03-06)

Bug Fixes

  • better support worker threads (fa90ada)
  • use `os.availableParallelism()`` for parallelism when it is available (b88e9f4)

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)