Releases: hgromer/pymarshaler
Releases · hgromer/pymarshaler
Version 0.4.0
Version 0.3.3
- Updated requirements
Version 0.3.1
- Use
orjson
Marshal#marshal
returnbytes
- Update docs
Version 0.3.0
- Now works when doing
from __future__ import annotations
- Improved documentation to prefer using
@dataclass
Version 0.2.7
- Add out of the box support for enum serialization/deserialization
- Custom arg delegates now must return the fully built class object rather than a dict
Version 0.2.3
- Internal improvements
Version 0.2.2
Custom delegates now affect all children
Release 0.2.0
Wrap marshal functionality in a class
Initial Release!
0.1.0 clean up