Skip to content

Releases: tormoder/fit

v0.5.0

15 Jun 21:43
Compare
Choose a tag to compare
  • Update to Fit SDK 21.32.
  • Build and test using Go 1.13 and 1.14 on Travis.

Contributed by @usedbytes.

v0.4.0

16 May 15:16
Compare
Choose a tag to compare

This release adds encoding support (contributed by @usedbytes).

v0.3.0

16 May 15:23
Compare
Choose a tag to compare

This project has been dormant and this release therefore contains a lot of changes.

Some of the major changes:

  • Add support for Fit 2.0 (except for Data Developer Fields).
  • Many improvements to cmd/fitgen.
  • Add Go modules support.
  • Update to Fit SDK 20.90.

v0.2.0

17 Oct 07:09
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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 and fit.Longitude types to use int32 for storage. Add Degrees, Semicircles and String methods.
  • Fix parsing of FIT array fields.
  • Fix several fuzz crashers.

v0.1.0

16 Oct 15:26
v0.1.0
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial public release.