Releases: lidatong/dataclasses-json
Releases · lidatong/dataclasses-json
0.3.8
0.3.7
Introduce API for undefined fields. Thanks @RunOrVeith and
@Germandrummer92
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
Marshmallow fix. Thanks @yukihiko-shinoda
0.3.1
0.3.0
BREAKING CHANGE
configured_dataclass_json has been removed in favor of a single dataclass_json decorator that optionally takes arguments.
To upgrade to this release, simply replace all occurrences of configured_dataclass_json with dataclass_json (a find-and-replace-in-all-files should suffice).
Note that the no arg version of the decorator:
@dataclass_json
class Example
...will continue to work and requires no code changes