Releases: ProtixIT/dataclass-binder
Releases · ProtixIT/dataclass-binder
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- Replace
format_template()
function byBinder.format_toml_template()
method (#23) - Format nested dataclasses as TOML tables (#25)
- Format untyped mappings and sequences as TOML tables (#27)
- Fix formatting of
init=False
field in nested dataclasses (#22) - Fix annotation evaluation on inherited dataclasses (#21)
v0.2.0
- Instantiate
Binder
instead of specializing it (#14)
This is an API change, but the old syntax is still supported. The details can be found in the README. - Support
typing.Any
as a field annotation (#10) - Fix crash in
format_template()
on optional fields with non-string annotations (#16)