pypi dataclasses-json 0.3.0

latest releases: 0.6.6, 0.6.5, 0.6.4...
4 years ago

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

Don't miss a new dataclasses-json release

NewReleases is sending notifications on new releases.