Html Minifier Terser Versions Save

actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code

v7.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/terser/html-minifier-terser/compare/v7.1.0...v7.2.0

v7.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/terser/html-minifier-terser/compare/v7.0.0...v7.1.0

v7.0.0

1 year ago

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

v6.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/terser/html-minifier-terser/compare/v6.0.2...v6.1.0

v6.0.2

2 years ago

Bug Fixes

Fix cli compression (75e3ff7), closes #74

v6.0.1

2 years ago

Bug Fixes