- 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