Skip to content

Releases: jshiv/can-go

v0.2.8

05 Oct 00:55
Compare
Choose a tag to compare
  • Added parsing scientific notation floats and handling enums with spaces

v0.2.9

05 Oct 01:00
4d6ffd9
Compare
Choose a tag to compare

Synced all changes with upstream master

v0.2.7

02 Aug 23:16
615c5a9
Compare
Choose a tag to compare

What's Changed

  • Removed copy from reverse function by @venkatesannaveen in #9

Full Changelog: v0.2.6...v0.2.7

v0.2.6

02 Aug 20:56
Compare
Choose a tag to compare
  • Fixed reverse function causing longer payloads with odd lengths to be decoded incorrectly

v0.2.5

02 Aug 18:19
2514e7c
Compare
Choose a tag to compare

Changelog

2514e7c Merge pull request #7 from jshiv/support_long_signal_names Support Long Signal Names
eb9bd02 add long name metadata (PR #7)
194a970 init (PR #7)
623b114 Merge branch 'master' of github.com:jshiv/can-go
b67ca94 Updated generated go code from new Message struct format to avoid maligned errors
0ec95e8 go mod tidy
16b04f8 Fixed linting issues - passes all golint tests locally
f697a62 Removed global for linter
0248a67 Shortened DBC in the README and fixed linting issues
ef9ceb3 Removed example_payload.dbc and added a string dbc to the example in the README
a2d4186 Merged with upstream/master
ec1debd Merge remote-tracking branch 'upstream/master'

v0.2.4

01 Apr 14:57
cddec59
Compare
Choose a tag to compare

Changelog

cddec59 Updated README with example of decoding and dbc file with >8 byte message (#6)
6e5dbc8 Merge pull request #5 from jshiv/feature/message_decode
cdee1a2 Updated message.Decode to use signal.Decode internally
36ce676 Added message.Decode method
51c1b50 Merge pull request #4 from jshiv/fix/do_not_shift_ranges_signal_decode
f845a4a Added unit tests for UnmarshalPhysical() and UnmarshalPhysicalPayload()
fd0c28c Added unit tests to test Decode() and DecodePayload()
592beb4 Added unit tests for Decode() to signal_test.go
b87d69e Added Decode and DecodePayload signal methods for decoding without shifting ranges

v0.2.3

02 Mar 23:03
9986b66
Compare
Choose a tag to compare

Changelog

9986b66 Removed payload.Length property and calculate length with len(payload.Data) (#3)

v0.2.2

02 Mar 06:10
047b82f
Compare
Choose a tag to compare

Changelog

047b82f Assign byte array directly to big.Int for big and little endian signals (#2)

v0.2.1

01 Mar 23:58
4e93a88
Compare
Choose a tag to compare

Changelog

4e93a88 Support canfd (#1)
85971b3 ci: bump GolangCI-Lint to 1.37.0
db5ab84 ci: bump Go to 1.16
c2cb65d chore(deps): bump actions/setup-node from v2-beta to v2.1.4
2f10fe8 ci: add code coverage reporting
2a3a4f3 docs: add more badges to README.md
9dfce27 ci: add GitHub Actions to dependabot.yml
c6e5224 docs: add CODE_OF_CONDUCT.md