Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: muktihari/fit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.5
Choose a base ref
...
head repository: muktihari/fit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Choose a head ref
  • 12 commits
  • 76 files changed
  • 1 contributor

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    20bd951 View commit details
    Browse the repository at this point in the history
  2. cli: fitactivity improve concealer (#411)

    * feat: imporove fitactivity concealer
    
    * docs: update README.md
    muktihari committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    06762d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    26acfd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce5043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d15b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd72df2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    0616e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1bf3fa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. refactor!: remove not particularly useful features (#418)

    * proto: remove CreateMessageDefinition, CreateMessageDefinitionTo and WithMessages
    
    * proto: remove Message's WithFields and WithDeveloperFields method
    
    * remove internal/kit
    
    * remove (Message) WithFieldValues
    
    * remove all Clone() method
    
    * encoder: add unit test for newMessageDefinition
    
    * remove factory CreateMesgOnly
    
    * decoder: make Accumulator values private and update docs
    
    * encoder: allocate mesgDef fields and developerFields upfront size 255
    
    * proto: remove constant MaxBytesPerMessage and MaxBytesPerMessageDefinition
    
    * proto: change FileHeader.ProtocolVersion type to proto.Version instead of byte
    
    * chore: update Factory interface code docs
    
    * decoder: rename ErrNotAFitFile to ErrNotFITFile
    
    * decoder: remove idempotent guarantee for PeekFileHeader and PeekFileId as we might change the behavior later
    
    * docs: update documentation
    
    * fuzz: ignore mesgDef reserved
    
    * basetype: remove IsInteger() EndianAbility() method, add EndianAbilityMask
    
    * remove: Reserved and Architecture fields from Message
    
    * proto: move LocalMesgNum and NewMessageDefinition functions to bottom
    
    * chore: clean up proto_marshal_test.go code
    
    * encoder: simplify encodeCRC
    
    * decoder: reset on Decode, make Next as optional
    muktihari committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3e5a59e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a825d2 View commit details
    Browse the repository at this point in the history
  3. refactor: set minimal go version to v1.21 (#420)

    * set minimal go version to go v1.21
    
    * drop golang.org/x/exp dependency
    
    * add unit test for strutil.ToTitle
    muktihari committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    42bdc4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d1dc9d View commit details
    Browse the repository at this point in the history
Loading