Skip to content

v0.4.13

Compare
Choose a tag to compare
@hf-kklein hf-kklein released this 12 Apr 04:35
· 1 commit to go-1.19-compatability-branch since this release
981da0d

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 times 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