Skip to content

Releases: hgromer/pymarshaler

Version 0.4.0

18 Feb 17:09
5587003
Compare
Choose a tag to compare

Delegates are now function pointers rather than classes

Version 0.3.3

25 May 13:24
Compare
Choose a tag to compare
  • Updated requirements

Version 0.3.1

21 May 04:00
f2d2e78
Compare
Choose a tag to compare
  • Use orjson
  • Marshal#marshal return bytes
  • Update docs

Version 0.3.0

21 May 02:31
Compare
Choose a tag to compare
  • Now works when doing from __future__ import annotations
  • Improved documentation to prefer using @dataclass

Version 0.2.7

09 Apr 14:53
Compare
Choose a tag to compare
  • 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

09 Apr 02:46
Compare
Choose a tag to compare
  • Internal improvements

Version 0.2.2

03 Apr 18:58
Compare
Choose a tag to compare

Custom delegates now affect all children

Release 0.2.0

23 Jan 02:00
b2213cc
Compare
Choose a tag to compare

Wrap marshal functionality in a class

Initial Release!

08 Nov 15:29
Compare
Choose a tag to compare
0.1.0

clean up