Skip to content

Releases: kpoeppel/compoconf

Fix cfgtype deferred registrations.

06 Apr 12:10

Choose a tag to compare

v0.1.15

Fix: Convert cfgtype to LazyConfigUnion to mitigate import order prob…

v0.1.14 - Fix versions internally.

19 Feb 14:42

Choose a tag to compare

Fix internal version to repo version.

v0.1.13

23 Jan 00:28

Choose a tag to compare

Fix: Parsing of dataclasses with fields.

Feat: Enable TypedDicts.

22 Jan 23:55

Choose a tag to compare

v0.1.12

Feat: Enable TypedDict handling.

More robust NonStrictDataclass handling.

16 Nov 15:08

Choose a tag to compare

v0.1.11

Fix: Parsing simplicity refactor.

v0.1.10

20 Sep 13:09

Choose a tag to compare

Fix __post_init__ for NonStrictDataclass. Add MissingValue check util…

Fix __post_init__ for NonStrictDataclass

05 Sep 09:09

Choose a tag to compare

v0.1.9

Fix __post_init__ for NonStrictDataclass. Add MissingValue check util…

Fix nested NonStrictDataclass parsing.

04 Sep 21:02

Choose a tag to compare

v0.1.8

Fix: Parsing of nested non-strict dataclasses.

Fix NonStrictDataclass.

04 Sep 20:31

Choose a tag to compare

v0.1.7

Fix NonStrictDataclass field default (apparently not overridden).

Fix: Enable asdict conversion for NonStrictDataclass.

04 Sep 20:23

Choose a tag to compare

v0.1.6

Feat: Enable (recursive) asdict usage for NonStrictDataclass.