Skip to content

Releases: lidatong/dataclasses-json

v0.6.7

09 Jun 16:17
dc63902
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

10 May 10:38
669ee33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5

29 Apr 10:48
de0d230
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

01 Feb 20:28
8512afc
Compare
Choose a tag to compare

What's Changed

  • fix: fix deserialization of unions if the type of a field with the same name differs between union members by @TristanSpeakEasy in #511

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

27 Nov 19:45
c26c3b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

10 Nov 12:34
968947c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

26 Sep 14:22
5207d26
Compare
Choose a tag to compare

What's Changed

  • Add links to make PyPI a better maintainer reference by @pydanny in #482
  • improve Union deserialization when "__type" field specifier is not present by @idbentley in #478

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Sep 09:04
02c561f
Compare
Choose a tag to compare

What's Changed

Due to a behaviour change discovered in #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: v0.5.15...v0.6.0

v0.5.15

20 Aug 18:01
89578cb
Compare
Choose a tag to compare

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: v0.5.14...v0.5.15

v0.5.14

30 Jul 18:00
c6e248c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.13...v0.5.14