minify v2.9.10 Release Notes

Release Date: 2020-10-23 // over 3 years ago
    • ๐Ÿ›  JS: put variable declarations after "use strict", fixes #343
    • ๐Ÿ›  JS: don't convert hexadecimal representations in strings from 0x80 upwards unless it's UTF-8, fixes #341
    • ๐Ÿ”€ JS: don't merge var declarations after for statement into for initializer, fixes #346
    • ๐Ÿ›  JS: add parenthesis when necessary to if condition when converting to conditional expression, fixes #347

Previous changes from v2.9.9

    • ๐Ÿ‘Œ Improve error contexts when the file contains unicode characters
    • โช HTML: revert change in v2.9.5 that removed spaces between attributes, fixes #342
    • ๐Ÿ›  JS: fix bug that converted (function(){})() to !function(){}() which modifies the return value, fixes #340