Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 948 Bytes

CHANGES.rst

File metadata and controls

48 lines (28 loc) · 948 Bytes

basicserial Change Log

  • Fixed crash when no YAML libraries are installed.
  • Added support for using the pysimdjson and tomli libraries.
  • Added support for handling enum.Enum members.
  • Added support for handling uuid.UUID objects.
  • Added the ability to explicitly specify the serialization package to use via a pkg argument.
  • Added support for using the simplejson, orjson, rapidjson, ujson, hyperjson, qtoml, and tomlkit libraries.
  • Removed Python 2 support.
  • Fixed an issue with pretty-printing YAML that arose with the new version of PyYAML.
  • Initial public release.