Releases: tdewolff/minify
Releases · tdewolff/minify
Release list
v2.24.17
v2.24.16
v2.24.15
- CSS: fix slow parser for extremely long declarations when removing superfluous whitespace
- strconv: restore the negative-exponent fast path in ParseDecimal
- strconv: fix ParseFloat exponent and overflow bookkeeping
- xml/svg: keep whitespace character references in text content
- XML/SVG: preserve whitespace character references in attribute values
- CSS: add semicolon to non-block at rule at the EOF, fixes #1003
v2.24.14
v2.24.13
v2.24.12
v2.24.11
v2.24.10
v2.24.9
- cmd: fix --match for Windows, fixes #901
- cmd: ignore bad softlinks, remove verbosity level for warning (now 1 is info, 2 is debug); fix bugs for --match/--include/--exclude, see https://github.com/tdewolff/minify/issues/901
- HTML: don't remove end tags in , fixes #907
- CSS: fix nested rulesets, see #908