Skip to content

Releases: Hochfrequenz/go-bo4e

v0.6.4

17 Jul 21:02
fc06440
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix: Panic when NeLo ID checksum is 10 (instead of expected 0) by @hf-kklein in #232

Full Changelog: v0.6.3...v0.6.4

v0.6.3

04 Jul 09:36
49fc2d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Jun 11:28
07a8344
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-playground/validator/v10 from 10.14.0 to 10.14.1 by @dependabot in #228
  • ✨ Add validation method for Netzlokation-IDs ("NeLo-ID") by @hf-kklein in #229

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 May 08:25
24ff156
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #225
  • set Landescode as optional field in Adresse struct by @qndaa in #227

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 May 08:08
12632a7
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #223
  • Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.14.0 by @dependabot in #224
  • set Anrede as optional field in Geschaeftspartner struct by @qndaa in #226

Full Changelog: v0.5.6...v0.6.0

v0.5.6

02 May 16:16
8dda93f
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-playground/validator/v10 from 10.12.0 to 10.13.0 by @dependabot in #222
  • Bump github.com/corbym/gocrest from 1.0.7 to 1.1.1 by @dependabot in #215

Full Changelog: v0.5.5...v0.5.6

v0.5.5

13 Apr 12:52
4571867
Compare
Choose a tag to compare

What's Changed

  • add Konzessionsabgabe to Zaehlwerk struct by @qndaa in #220

Full Changelog: v0.5.4...v0.5.5

v0.4.14

13 Apr 12:52
1bb50de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.13...v0.4.14

v0.5.4

12 Apr 04:24
9d11ea3
Compare
Choose a tag to compare

What's Changed

  • Make various times optional/pointers: Zeitraum, Rechnung, Reklamation, Vertragskonditionen (always Start/End) by @qndaa in #206
  • Nullable fields in Bilanzierung struct: Bilanzierungsbeginn, Bilanzierungsende, Bilanzkreis by @qndaa in #208

Full Changelog: v0.5.3...v0.5.4

v0.4.13

12 Apr 04:35
981da0d
Compare
Choose a tag to compare

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