v2.0
Changes
- Added support for
collections.OrderedDict
(3.7+) andcollections.Counter
types - Fixed passing
serialize
anddeserialize
field metadata options inUnion
andOptional
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.