Releases: lidatong/dataclasses-json
Releases · lidatong/dataclasses-json
0.2.13
Added
field_name
to the config object. Thanks @nazarewk!
Fixed
LetterCase
now correctly applies to the generated marshmallow schema
0.2.12
Hot fix removing print statements
0.2.11
Introduces configured_dataclass_json
to provide class-level parameterization of letter_case
0.2.10
Support configuration of field name letter case
0.2.8
Add to_dict
and from_dict
to API
0.2.7
Fix metaclass conflict due to typing.Generic
incompatibility between 3.6 and 3.7
0.2.6
Pin marshmallow release to 3.6 to fix schema bug
0.2.5
- Support
Union
types
- Better type annotations