Skip to content

Releases: TkTech/py_yyjson

3.1.0

20 Jul 16:19
Compare
Choose a tag to compare
  • Support for a default= hook for serializing unknown objects.
  • Fix a missing Path in the union for acceptable document arguments (#10), thanks @artemisart

v3.0.1

19 Jun 07:31
Compare
Choose a tag to compare
  • Include missing source files in bundles (#9)
  • Remove python 3.7 support
  • Add python 3.12 support

v2.3.1

04 Sep 11:36
Compare
Choose a tag to compare

Bugfix:

  • yyjson.dump() should always write unicode, not bytes, for compatibility with json.dump().

v2.3.0

04 Sep 11:32
Compare
Choose a tag to compare

Improvements:

  • Minimal load/loads/dump/dumps shims, typing and tests to go with them.

Bugfix:

  • Test and safety check for serialization of un-serializable types.

Misc:

  • Updated more deprecated GitHub actions.

v2.2.0

04 Sep 10:00
Compare
Choose a tag to compare

Improvements:

Misc:

  • Various deprecated GitHub action dependencies updated.
  • Deployment of new versions changed to work with GitHub Releases.