Skip to content

JavaScripthon 0.11 has been released

Compare
Choose a tag to compare
@azazel75 azazel75 released this 14 Apr 20:36
· 26 commits to master since this release

I'm pleased to announce the release of version 0.11 of JavaScripthon!

JavaScripthon is a small and unobtrusive yet powerful
Python-to-JavaScript compiler for Python 3.5+ that targets ES6+
syntax.

Changes since the previous version:

  • update test infrastructure to work with latest pytest;
  • add support for Python 3.7 and 3.8 (thanks to Richard Höchenberger).
  • do not crash when translating source with assignment typehints (
    with the help of Sirenfal)