v0.15.0
BREAKING CHANGES:
What's Changed
- docs: update proto.go code documentation by @muktihari in #183
- perf!: reduce crc16 pointer dereference by @muktihari in #184
- pref: implement readBuffer to eliminate extra copying by @muktihari in #185
- docs: update usage.md by @muktihari in #186
- fix: gracefully handle poorly encoded FIT file to prevent panic. by @muktihari in #188
- refactor!: change decoder's listener behavior by @muktihari in #190
- docs: update usage.md by @muktihari in #191
- fix: readbuffer's last should reset when remaining is zero by @muktihari in #192
- refactor!: simplified proto marshal-unmarshal related items by @muktihari in #193
- feat: add method ..Degrees() and ..Uint32() in mesgdefs for convenient by @muktihari in #194
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.0 by @dependabot in #187
- chore: trigger ci workflow only if go files are modified by @muktihari in #195
Full Changelog: v0.14.0...v0.15.0