Skip to content

Releases: LukeSavefrogs/jython21-backport

v1.1.0

12 Feb 14:39
Compare
Choose a tag to compare

Summary

The following are the new features/updates introduced in this version:

  • stdlib module:

    • Added the enumerate(...) function;
  • json module:

    • [#16] Raise a JSONDecodeError when an invalid JSON string is passed to the json.loads(...) function;
    • [#18] Escape most used special characters (such as \n, \t), before it only escaped double quotes and backslashes;
    • [#19] Convert Python tuple to JSON array ((True, 2, None) becomes [true, 2, null])

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Jan 11:07
Compare
Choose a tag to compare

This is the first release of jython21-backport.

Full Changelog: https://github.com/LukeSavefrogs/jython21-backport/commits/v1.0.0