Releases: muktihari/fit
Releases · muktihari/fit
v0.24.5
What's Changed
- Update dependabot.yml by @muktihari in #518
- fix(proto): implement fmt.Formatter for Field and Value by @muktihari in #521
Full Changelog: v0.24.4...v0.24.5
v0.24.4
What's Changed
- fix: decoder component expansion on handling edge case by @muktihari in #484
- chore: simplify decoder's bits by @muktihari in #488 & #489
- pref: clear filedef's listener fields' pool on Close by @muktihari in #490
- chore: clean up decoder code by @muktihari in #491
- chore: move validations in encodeMessages to validateMessages by @muktihari in #492
- chore: remove bits' store zero value check by @muktihari in #494
- chore: update workflow schedules by @muktihari in #498
- chore: readBuffer remove unused func and method by @muktihari in #500
- docs: update usage.md by @muktihari in #509
- cli: fitactivity fix remove-command flag by @muktihari in #510
- profile: bump version to v21.158 by @muktihari in #511
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
- fix: fitgen's factory and mesgdef on evaluating scale offset by @muktihari in #481
- fix: decoder on accumulating slice values by @muktihari in #482
- fix: expanding field that has only one component by @muktihari in #483
Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed
- fix: mesgdef should clear array pool directly by @muktihari in #479
- chore: simplify proto value by @muktihari in #480
Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
- fix: decoder component expansion by @muktihari in #474
- fix: decoder bits on Pull method by @muktihari in #475
- chore: fix encoder test by @muktihari in #476
- chore: decoder simplify bits by @muktihari in #477
- perf: mesgdef clear array pool by @muktihari in #478
Full Changelog: v0.24.0...v0.24.1
v0.24.0
Breaking Changes
- filedef: Segment File now have multiple leaderboard entry, field
SegmentLeaderboardEntry
is renamed toSegmentLeaderboardEntries
and now it's a slice instead of a single value.
What's Changed
- fix!: segment file can have multiple leaderboard entries by @drey in #470
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #471
- chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #472
- fix: slices clone related items by @muktihari in #473
New Contributors
Full Changelog: v0.23.6...v0.24.0
v0.23.6
What's Changed
- feat: add unknown fields in mesgdef structs by @muktihari in #468
- fix: activity file sort most messages since they now may have timestamp by @muktihari in #469
Full Changelog: v0.23.5...v0.23.6
v0.23.5
What's Changed
- docs: update README.md by @muktihari in #463
- feat: filedef activity file add sports and update its sorting by @muktihari in #464
- chore: filedef listener simplify code by @muktihari in #465
- fix: decoder peek file_id by @muktihari in #467
- chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #466
Full Changelog: v0.23.4...v0.23.5
v0.23.4
What's Changed
- cli-fix: fitconv csv-to-fit on parsing fields by @muktihari in #462
Full Changelog: v0.23.3...v0.23.4
v0.23.3
What's Changed
- docs: update fitconv README.md by @muktihari in #459
- fix: decoder should clear the pointers before reslicing by @muktihari in #460
- cli-fix: fitconv csv-to-fit on parsing fields by @muktihari in #461
Full Changelog: v0.23.2...v0.23.3