Releases: jshiv/can-go
v0.2.8
v0.2.9
v0.2.7
v0.2.6
v0.2.5
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
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
v0.2.2
v0.2.1
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