Skip to content

Releases: terser/html-minifier-terser

v7.2.0

11 Apr 05:34
Compare
Choose a tag to compare

What's Changed

  • Change Gulp plugin to pioug/gulp-html-minifier-terser by @pioug in #142
  • Mention JSON-LD minification in docs by @atjn in #147
  • Update clean-css To v5.3 by @Casey-Kiewit in #150
  • Update commander To v10.0.0 in f201ef2

New Contributors

  • @pioug made their first contribution in #142
  • @atjn made their first contribution in #147
  • @Casey-Kiewit made their first contribution in #150

Full Changelog: v7.1.0...v7.2.0

v7.1.0

22 Nov 05:25
Compare
Choose a tag to compare

What's Changed

  • Husky shell path and arg updates by @Fdawgs in #137
  • Fix crash for script, style, and link tags with no-value type attribute by @KartikSoneji in #133
  • Update rollup to v3 2bab20e
  • Update entities to v4.4.0 fe1580b
  • Update terser to v5.15.1 ca7fd0c
  • Update commander to v9.4.1 4405f93

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

15 Aug 01:47
Compare
Choose a tag to compare

Breaking changes

  • Migrated build tool from browserify to rollup
  • Replaced dependency he with entities
  • ESM supported and re-write
  • Several dependencies updated to latest (no user facing breaking changes though)
  • Minimum Required node versions v14.13.1 or (v16 or greater)

Features

  • supports async css minify
  • exports both ESM and CJS modules

v7.0.0-beta.0

08 Jun 17:19
Compare
Choose a tag to compare
v7.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • Update actions + Drop node 12 EOL in #127
  • Update entities to v4 in #126

Full Changelog: v7.0.0-alpha.2...v7.0.0-beta.0

v7.0.0-alpha.2

10 Mar 03:51
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Fix css minify in playground in #111
  • Replace map utils with Set in #114
  • Support async css minify in #113

Full Changelog: v7.0.0-alpha.1...v7.0.0-alpha.2

v7.0.0-alpha.1

08 Jan 03:52
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Update devDependencies in #99
  • Fix exports syntax in #101
  • Switch to ESM in #102

Full Changelog: v7.0.0-alpha.0...v7.0.0-alpha.1

v7.0.0-alpha.0

04 Dec 02:26
Compare
Choose a tag to compare
v7.0.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Migrating from browserify to rollup in #89
  • Migrate to Jest in #90
  • Tokenizer cleanup in #91
  • Add tests for CLI in #94
  • Replace he with entities in #98

Full Changelog: v6.1.0...v7.0.0-alpha.0

v6.1.0

22 Nov 09:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.1.0

v6.0.2

02 Sep 08:56
Compare
Choose a tag to compare

Bug Fixes

Fix cli compression (75e3ff7), closes #74

v6.0.1

01 Sep 18:11
Compare
Choose a tag to compare

Bug Fixes