Skip to content

v2.9.9

Compare
Choose a tag to compare
@tdewolff tdewolff released this 16 Oct 13:12
· 960 commits to master since this release
  • 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