Skip to content

Releases: jspython-dev/jspython

v2.1.15

05 Oct 19:35
Compare
Choose a tag to compare

Stable release. Fixed a few issues

v2.1.12

03 Dec 16:45
Compare
Choose a tag to compare
  • fixed chaining methods
  • added elif
  • fixed quotes in a string
  • fixed end of quote issue

v2.1.3

07 Mar 12:10
Compare
Choose a tag to compare

Latest stable version, that includes many improvements, including:

  • native module loader
  • optional function parameters
  • empty returns
  • Json objects creation

and much more small fixes

v2.0.5

27 Dec 16:57
Compare
Choose a tag to compare

A first stable v2 release. where we have all v1 features working:

  • significant performance improvements
  • all expressions are working as expected
  • improved flexibility strings/multi lines
  • can be used in 2 stages parse vs evaluate