Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

70 lines (52 loc) · 3.4 KB

Changelog

v0.3.3 (2022-08-19)

Fix

  • Handle Array types where the concrete type is quoted in its definition (b6db879)

v0.3.2 (2022-08-19)

Fix

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

v0.3.1 (2022-08-19)

Fix

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

v0.3.0 (2022-08-19)

Feature

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

v0.2.3 (2022-08-19)

Fix

  • Update helpers to be properly typed (d924dc2)

v0.2.2 (2022-08-19)

Fix

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

v0.2.1 (2022-08-18)

Fix

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

v0.2.0 (2022-08-18)

Feature

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

v0.1.7 (2022-08-15)

Fix

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

v0.1.6 (2022-08-15)

Fix

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

v0.1.5 (2022-08-13)

Fix

  • Direct support for Python Enum (50148cc)

v0.1.4 (2022-08-13)

Fix

  • Added missing py.typed marker (ee3169f)

v0.1.3 (2022-08-12)

Fix

  • Added helpers for serializing XML dates and times (xsd:date, xsd:datetime) (c309834)

v0.1.2 (2022-08-12)

Fix

  • Support for properties whose value is an Type[SerializableObject] but are not List or Set (bf6773c)

v0.1.1 (2022-08-11)

Fix

  • Handle nested objects that are not list or set (4bc5252)

v0.1.0 (2022-08-10)

Feature

  • First alpha release (c95a772)
  • First working draft of library for (de-)serialization to/from JSON and XML (7af4f9c)