Skip to content

v2.9.10

Compare
Choose a tag to compare
@tdewolff tdewolff released this 23 Oct 17:49
· 955 commits to master since this release
  • 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