Releases: lidatong/dataclasses-json
Releases · lidatong/dataclasses-json
0.0.20
Add support for generating nested marshmallow schemas
0.0.16
Fix error when decoding generics parameterized with str
0.0.15
Fix missing schema
method and remove deprecated load
and dump
0.0.14
Add .schema()
and marshmallow interop
0.0.13
Supplement API with alternate class decorator syntax
0.0.12
Fix infer_missing
bug with nested dataclasses
0.0.11
Fix two issues with infer missing: nested objects #6 and field defaults #7
0.0.10
Add long_description to setup.py
0.0.9
This release is compatible with both Python 3.7 and 3.6 (using the dataclasses backport)