minify v2.9.9 Release Notes

Release Date: 2020-10-16 // over 3 years ago
    • 👌 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