Skip to content

Releases: lidatong/dataclasses-json

0.3.8

08 Feb 01:55
Compare
Choose a tag to compare

Fix nested optional type (#167). Thanks @RunOrVeith

Fix from_dict annotations (#156). Thanks @eqperes

0.3.7

19 Dec 12:34
Compare
Choose a tag to compare

Introduce API for undefined fields. Thanks @RunOrVeith and
@Germandrummer92

0.3.6

03 Nov 13:26
Compare
Choose a tag to compare

Fix api type hints. Thanks @JoeyBG

0.3.5

20 Oct 20:12
Compare
Choose a tag to compare

Make type annotations visible to mypy. Thanks @gward

0.3.4

28 Sep 02:05
Compare
Choose a tag to compare

Fix bytes encoder. Thanks @tstehr

0.3.3

23 Sep 01:14
Compare
Choose a tag to compare

Fix issues with decoding generic extended types (datetime, uuid, decimal).

0.3.2

03 Sep 19:05
Compare
Choose a tag to compare

Marshmallow fix. Thanks @yukihiko-shinoda

0.3.1

31 Aug 01:09
Compare
Choose a tag to compare

Introduces PascalCase lettercase config option. Thanks @jansabbe

0.3.0

25 Aug 16:03
Compare
Choose a tag to compare

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

0.2.14

12 Aug 00:06
Compare
Choose a tag to compare