Skip to content

Releases: madpah/serializable

v0.3.2

19 Aug 16:36
Compare
Choose a tag to compare

Fix

  • Work to support sortedcontainers as a return type for Properties (805a3f7)

v0.3.1

19 Aug 13:23
Compare
Choose a tag to compare

Fix

  • Better support for Properties that have a Class type that is not a Serializable Class (e.g. UUID) (95d407b)

v0.3.0

19 Aug 11:06
Compare
Choose a tag to compare

Feature

  • Support ignoring elements/properties during deserialization (6319d1f)

v0.2.3

19 Aug 09:05
Compare
Choose a tag to compare

Fix

  • Update helpers to be properly typed (d924dc2)

v0.2.2

19 Aug 08:55
Compare
Choose a tag to compare

Fix

  • Change to helpers to address typing issues (1c32ba1)
  • Remove / from method signature so we work on Python < 3.8 (c45864c)

v0.2.1

18 Aug 18:28
Compare
Choose a tag to compare

Fix

  • Update to work on python < 3.10 (91df8cb)

v0.2.0

18 Aug 15:57
Compare
Choose a tag to compare

Feature

  • Library re-write to utilise decorators (957fca7)

v0.1.7

15 Aug 12:35
Compare
Choose a tag to compare

Fix

  • Support for Objects that when represented in XML may just be simple elements with attributes (1369d7d)

v0.1.6

15 Aug 08:31
Compare
Choose a tag to compare

Fix

  • Temporarilty add Any as part of AnySerializable type (d3e9beb)

v0.1.5

13 Aug 17:13
Compare
Choose a tag to compare

Fix

  • Direct support for Python Enum (50148cc)