Releases: tdewolff/minify
Releases Β· tdewolff/minify
v2.20.9
v2.20.8
v2.20.7
v2.20.6
v2.20.5
- HTML: fix bug when parsing inline JavaScript, fixes #631
- HTML: don't minify in style/script if it contains templates, see #621
- HTML: disable lowercasing attribute values; the effect is almost negligible and problems can arise when combining with CSS or JS, fixes https://github.com/tdewolff/minify/issues/620
v2.20.4
v2.20.3
v2.20.2
- HTML: support Go templates, fixes #35
- HTML: update attribute traits, see #620
- cmd: fix bug in argp, fixes #624
- Update Python and JS workflows
v2.20.1
v2.20.0
- Update Python binding to use CFFI thanks to @pydsigner
- JS: fix bug in var decl merging with for-in statements
- JS: improve var hoisting when redeclaring the same variable
- JS: remove import statement with empty named imports
- JS: merge expression stmt with for initializer
- JS: support ECMAVersion < 2015 for template literals, fixes #621
And many JS fixes from https://github.com/tdewolff/parse/releases/tag/v2.7.0