Releases
- Fixed crash when no YAML libraries are installed.
- Added support for using the
pysimdjson
andtomli
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
, andtomlkit
libraries.
- Removed Python 2 support.
- Fixed an issue with pretty-printing YAML that arose with the new version of PyYAML.
- Initial public release.