Skip to content

Releases: lidatong/dataclasses-json

v0.5.13

20 Jul 18:58
4a24b12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.12...v0.5.13

v0.5.12

17 Jul 19:17
44710d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.11...v0.5.12

v0.5.11

17 Jul 18:34
1c05179
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.11

v0.5.10

16 Jul 12:53
0ddfc1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.5.10

v0.5.9

14 Jun 14:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9

v0.5.8

11 Jun 02:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7

21 Mar 14:49
Compare
Choose a tag to compare

What's Changed

  • Annotations test: Add clean_exit=True for mypy_main() by @USSX-Hares in #345
  • Explicitly allow dataclasses_json.cfg.config() argument letter_case to accept LetterCase members by @USSX-Hares in #343

Full Changelog: v0.5.6...v0.5.7

0.5.6

14 Sep 02:43
Compare
Choose a tag to compare
  • Override encoding before _asdict (#312)
  • Run tests using Python 3.9 and 3.10-alpha too (#274)
  • Skip newtype tests in 3.10

0.5.5

26 Aug 14:24
Compare
Choose a tag to compare

TODO
PRs merged Aug 25

0.5.4

05 Jun 01:22
Compare
Choose a tag to compare

Fix tuple keys in dict (#297). Thanks @pearceeverydaylabs