Skip to content

Releases: a2d24/typed-models

v0.2.3

13 Oct 10:58
38bf284

Choose a tag to compare

Fixes

  • ListField: Get accessor of ListType now returns expected list of values instead of list of FieldValues (#6) closes (#5)

v0.2.2

13 Oct 09:56
f603e59

Choose a tag to compare

Fixes

  • ListField: Store ListField members as a FieldValue (#4) closes (#3)

v0.2.1

06 Sep 14:38
39c6dfb

Choose a tag to compare

Fixes

  • DateTimeField: Optional datetimes are now initialized correctly. (#2), closes (#1)

v0.2.0

06 Sep 14:36

Choose a tag to compare

Features

  • models: Models can now inherit fields from other models using regular Python inheritance