Skip to content

Releases: jsimpson/fitreader

Update dependencies

09 Dec 23:25
Compare
Choose a tag to compare
  • Updates the BinaryReader dependency to the latest version.
  • Updates the Deno stdlib asserts library to the latest version.
  • Updates the tests.

v0.1.2

12 Mar 17:56
Compare
Choose a tag to compare

Updates the BinaryReader dependency to the latest version. Cleans up the directory structure a bit. Cleans up the code a bit. Favors an exception for failure modes outside of the main processing class.

v0.1.1

15 Oct 05:00
Compare
Choose a tag to compare

Cleans up most of the usage of any that was sprinkled all over the code base from the original JavaScript port. Cleans up some dead code that was unearthed from dealing with the anys. .FIT processing is still working as expected (for my needs, anyway, with the files I have been throwing at it).

v0.1.0

30 Aug 18:18
Compare
Choose a tag to compare

Initial release.

As far as I can tell this is fully capable of parsing the device-specific (has not been tested to handle developer fields) data that is generated for .FIT files. It supports the older style format (no file header CRC) as well as the more contemporary and current file formats.