Releases: malcolmgreaves/pywise
Releases · malcolmgreaves/pywise
0.1.2
Includes a bug fix, removing a debugging print statement in the deserialization routine that was accidentally left in in the prior release.
0.1.1
Fixes a critical bug in serialize
and deserialize
. Propagate the CustomFormat
supplied in a serialize
& deserialize
calls. Updated the internals in serialization.py
to ensure that the supplied CustomFormat
type -> (de)serializer mapping is used when the routine(s) encounter a Mapping
, Iterable
, NamedTuple
or @dataclass
-deriving input.
0.1.0
First published version. Contains the serialize
and deserialize
functions as well as support for user-defined custom serialization formats.