Releases: jspython-dev/jspython
Releases · jspython-dev/jspython
v2.1.15
Stable release. Fixed a few issues
v2.1.12
- fixed chaining methods
- added
elif
- fixed quotes in a string
- fixed end of quote issue
v2.1.3
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
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