Skip to content

v2.0

Compare
Choose a tag to compare
@Fatal1ty Fatal1ty released this 02 Mar 08:08
· 918 commits to master since this release

Changes

  • Added support for collections.OrderedDict (3.7+) and collections.Counter types
  • Fixed passing serialize and deserialize field metadata options in Union and Optional types
  • SerializationStrategy is now a field option (backward incompatible change). See here for details.
  • Added ability to configure some options using inner Config class. See here for details.
  • Fixed typing problem on python 3.6. See #38.