Releases: lidatong/dataclasses-json
Releases · lidatong/dataclasses-json
0.5.3
This release updates pytest
to 6.5.2, because of a security fix in its transitive dependency py
(which will be indirectly upgraded to >=1.10
.
Note pytest
is not installed by default with this package -- only when you specify want dev
mode (see setup.py
file).
0.5.2
0.5.1
0.5.0
BREAKING CHANGE
The optional encode_json
parameter has been removed from to_dict().
It should not have been exposed in the first place, and I don't expect
many to be affected. Nonetheless, this is a breaking change, and hence
the minor version bump (see note on versioning in the docs).