Skip to content

Releases: spali/go-rscp

v0.2.0

02 May 13:36
Compare
Choose a tag to compare

Changelog

  • f5e3d0c ⚠️breaking change⚠️
    allow to specify tags as numbers and overwrite data types.
    • data type is not corrected/inferred anymore if specified
  • 9ee4bc6 add tag EMS_MANUAL_CHARGE_ENERGY
  • 627889b make logger local to library, fixes #58
  • 05e53fe add tons of tags
  • 52222f7 json output error on unknown tags, fixes #57

v0.2.0-beta5

25 Apr 15:25
Compare
Choose a tag to compare
v0.2.0-beta5 Pre-release
Pre-release

Changelog

  • 9ee4bc6 add tag EMS_MANUAL_CHARGE_ENERGY

v0.2.0-beta4

25 Apr 06:06
Compare
Choose a tag to compare
v0.2.0-beta4 Pre-release
Pre-release

Changelog

v0.2.0-beta3

18 Apr 11:56
Compare
Choose a tag to compare
v0.2.0-beta3 Pre-release
Pre-release

Changelog

v0.2.0-beta2

17 Apr 20:24
Compare
Choose a tag to compare
v0.2.0-beta2 Pre-release
Pre-release

Changelog

  • 52222f7 json output error on unknown tags, fixes #57

v0.2.0-beta1

17 Apr 10:31
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release

Changelog

  • f5e3d0c breaking change: allow to specify tags as numbers and overwrite data types. - data type is not corrected/inferred anymore if specified

v0.1.2

29 Jun 19:59
Compare
Choose a tag to compare

Changelog

  • ddd0de7 add missing undocumented tags for DCB fixes #26
  • 063a72f bump go to 1.17
  • 5274d6b chore(deps): update actions/cache action to v3
  • f055720 chore(deps): update actions/checkout action to v3
  • 025a399 chore(deps): update codecov/codecov-action action to v3
  • 7938c6a chore(deps): update github/codeql-action action to v2
  • 92ed09e chore(deps): update goreleaser/goreleaser-action action to v3
  • aa248aa fix(deps): update module github.com/cstockton/go-conv to v1

v0.1.1

01 Jun 20:26
Compare
Choose a tag to compare

Changelog

  • 6a492dd build(deps): bump github.com/go-test/deep from 1.0.7 to 1.0.8
  • 1b73e7a fix #17
  • 844311d wrong key hint on auth EOF, fixes #6

v0.1.0

31 Jul 19:48
Compare
Choose a tag to compare

Changelog

cf46781 implement array request
78bd126 fix json bytearray output
803a076 fix order of read debug messages
d05d9ed update to go 1.16

v0.1.0-beta1

30 Jul 16:09
Compare
Choose a tag to compare
v0.1.0-beta1 Pre-release
Pre-release

Changelog

cf46781 implement array request