Skip to content

Releases: malcolmgreaves/pywise

0.1.2

24 Aug 06:36
Compare
Choose a tag to compare

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

11 Aug 00:46
9d7b5df
Compare
Choose a tag to compare

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

26 Jun 03:05
Compare
Choose a tag to compare

First published version. Contains the serialize and deserialize functions as well as support for user-defined custom serialization formats.