Releases: tdewolff/minify
Releases Β· tdewolff/minify
v2.20.10
- cmd: default value for --preserve only includes ownership if supported on platform, see #646
- cmd: fix endless loop on preserving attributes on Windows, see #646
- Fix various parsing bugs for JS/HTML in
tdewolff/parse
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