Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@LukeSavefrogs LukeSavefrogs released this 12 Feb 14:39
· 3 commits to main since this release

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