Releases: kpoeppel/compoconf
Releases · kpoeppel/compoconf
Fix cfgtype deferred registrations.
06 Apr 12:10
Compare
Sorry, something went wrong.
No results found
v0.1.15
Fix: Convert cfgtype to LazyConfigUnion to mitigate import order prob…
v0.1.14 - Fix versions internally.
19 Feb 14:42
Compare
Sorry, something went wrong.
No results found
Fix internal version to repo version.
v0.1.13
23 Jan 00:28
Compare
Sorry, something went wrong.
No results found
Fix: Parsing of dataclasses with fields.
Feat: Enable TypedDicts.
22 Jan 23:55
Compare
Sorry, something went wrong.
No results found
v0.1.12
Feat: Enable TypedDict handling.
More robust NonStrictDataclass handling.
16 Nov 15:08
Compare
Sorry, something went wrong.
No results found
v0.1.11
Fix: Parsing simplicity refactor.
v0.1.10
20 Sep 13:09
Compare
Sorry, something went wrong.
No results found
Fix __post_init__ for NonStrictDataclass. Add MissingValue check util…
Fix __post_init__ for NonStrictDataclass
05 Sep 09:09
Compare
Sorry, something went wrong.
No results found
v0.1.9
Fix __post_init__ for NonStrictDataclass. Add MissingValue check util…
Fix nested NonStrictDataclass parsing.
04 Sep 21:02
Compare
Sorry, something went wrong.
No results found
v0.1.8
Fix: Parsing of nested non-strict dataclasses.
Fix NonStrictDataclass.
04 Sep 20:31
Compare
Sorry, something went wrong.
No results found
v0.1.7
Fix NonStrictDataclass field default (apparently not overridden).
Fix: Enable asdict conversion for NonStrictDataclass.
04 Sep 20:23
Compare
Sorry, something went wrong.
No results found
v0.1.6
Feat: Enable (recursive) asdict usage for NonStrictDataclass.