Dataclasses Json Versions Save

Easily serialize Data Classes to and from JSON

v0.6.6

1 week ago

v0.6.5

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.6.4...v0.6.5

v0.6.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.6.3...v0.6.4

v0.6.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.6.2...v0.6.3

v0.6.2

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.6.1...v0.6.2

v0.6.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.6.0...v0.6.1

v0.6.0

8 months ago

What's Changed

Due to a behaviour change discovered in https://github.com/lidatong/dataclasses-json/issues/466 and also as a matter of preparation for full deprecation of Py3.7, we are bumping the minor version to 0.6.0. Most important change is that since 0.5.9 builtins are coerced automatically without throwing an exception. Please visit the issue for more info :)

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.5.15...v0.6.0

v0.5.15

8 months ago

What's Changed

This release will not be available on PyPI as Poetry 1.6 no longer works with our Python 3.7 test suite. We will most likely remove Python 3.7 from the version matrix that is used to test commits, but keep the minimum version in Requires-Python set to >=3.7, as we still have around 4% of Py3.7 users. That said, dear Py3.7 users, please consider migrating to a newer Python version as Py3.7 is out of support and we will no longer provide patches or feature backports for it.

Next version of DCJ will be 0.6.0 and it will still allow Python 3.7, but we retain the right to remove support of 3.7 in any future minor release after 0.6.0.

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.5.14...v0.5.15

v0.5.14

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.5.13...v0.5.14

v0.5.13

9 months ago

What's Changed

Full Changelog: https://github.com/lidatong/dataclasses-json/compare/v0.5.12...v0.5.13