v0.4.13
What's Changed
The data model of v0.4.13 is equivalent to v0.5.4 but 0.4.13 works with go 1.19 (v0.5.4 does not). v0.4.x is generally missing the generic extension data feature which requires go >= 1.20.
- Make various
time
s optional/pointers: Zeitraum, Rechnung, Reklamation, Vertragskonditionen (always Start/End) (#206) by @hf-kklein in #217 - Nullable fields in Bilanzierung struct:
Bilanzierungsbeginn
,Bilanzierungsende
,Bilanzkreis
(#208) by @hf-kklein in #218
Full Changelog: v0.4.12...v0.4.13