Skip to content

v1.2.0

Choose a tag to compare

@oxan oxan released this 18 Nov 20:33
· 67 commits to master since this release
  • Allow all types, including special forms such as unions, to have their field type overridden through the serializer_field_mapping dictionary.
  • Also treat unions containing None as optional if they consist of three or more members. Previously this was only the case for unions with two members (i.e. only unions of a type with None were optional).
  • Many added and fixed type hints.