minify v2.6.0 Release Notes

Release Date: 2019-11-26 // over 4 years ago
    • ๐Ÿšš CSS: remove space after function in property value; margin:calc(10px) calc(20px) => margin:calc(10px)calc(20px)
    • ๐Ÿ“œ SVG: parse A path command correctly when the booleans largeArc and sweep are not separated by a space, such as in A10 10 0 0120 0 which is equivalent to A10 10 0 0 1 20 0
    • ๐Ÿ›  SVG bugfix: make sure we are processing a valid path command
    • ๐Ÿ›  SVG bugfix: prevent panic when having insufficient path arguments
    • cmd: surpress error when minifying empty directory
    • ๐Ÿ›  HTML: only minify attributes for known HTML5 tags, fixes #270
    • ๐Ÿ“œ HTML, XML, SVG: minify entities with [email protected] such as: " => ", " => ", " => ", ’ => ’, ✏ => ✏.