- Update Python binding to use CFFI thanks to @pydsigner
- JS: fix bug in var decl merging with for-in statements
- JS: improve var hoisting when redeclaring the same variable
- JS: remove import statement with empty named imports
- JS: merge expression stmt with for initializer
- JS: support ECMAVersion < 2015 for template literals, fixes #621
And many JS fixes from https://github.com/tdewolff/parse/releases/tag/v2.7.0