Skip to content

v0.5.5: Serialization capabilities, Enum and SortedSet fields.

Compare
Choose a tag to compare
@tsx tsx released this 29 Sep 18:02
· 83 commits to master since this release
  • Serialization capabilities so that a schema can be used both for validating input data as well as for returning output data.
  • Enum field that can be used in Python 3.4+.
  • SortedSet field: a sorted, unique set of values represented as a list.