Releases: tormoder/fit
Releases · tormoder/fit
v0.5.0
- Update to Fit SDK 21.32.
- Build and test using Go 1.13 and 1.14 on Travis.
Contributed by @usedbytes.
v0.4.0
This release adds encoding support (contributed by @usedbytes).
v0.3.0
v0.2.0
- Update to FIT SDK 16.20.
- Add getters for scaled fields and store them in messages using the underlying integer type to maintain precision for future encoding functionality. Also results in better decoding performance.
- Add field components expansion (#3).
- Handle accumulated components (#8).
- Improve timestamp handling.
- Add documentation (godoc) for FIT types, messages and file types.
- Add documentation (godoc) for scaled and dynamic field getters.
- Change
fit.Latitude
andfit.Longitude
types to useint32
for storage. AddDegrees
,Semicircles
andString
methods. - Fix parsing of FIT array fields.
- Fix several fuzz crashers.