Releases: adriangibbons/php-fit-file-analysis
Releases · adriangibbons/php-fit-file-analysis
php-fit-file-analysis
Minor updates to add manufacturers|products and include enhanced_speed
in the m/s field list.
php-fit-file-analysis
Up-version to include a couple of fixes/enhancements. Including Dive messages.
php-fit-file-analysis
Thanks to @alexfraundorf-com for a PR to prevent a divide by zero error.
php-fit-file-analysis
Minor updates
- Ability to construct with data instead of file and fix bug with negative int32 on 64bits systems
Thanks to @roznet for the PR! - Change to Travis yaml file to support older versions of PHP
php-fit-file-analysis
Updates in this version:
- Correct the number of bytes for Big Endiannes pack() formatting
- Change overwrite_with_dev_data behaviour
- Handle arrays of $last_event_timestamp
- Minor changes to composer.json and README.md
php-fit-file-analysis
Updates in this version include:
- Functionality to handle arrays properly
- A Fix for incorrect throwing of exception for data_size, following introduction of buffered messages (e.g. HR) by Garmin
- Functionality to process buffered HR messages
- Included .codeclimate.yml to enable Code Climate support
- Minor tidy-up of code
- Updates to README.md
php-fit-file-analysis
php-fit-file-analysis
Some support for things added to the FIT protocol since v1.6
- Add support for 64 bit integer types 86a758b
- Add field_description and developer_data_id msg info 4bc43b8
- Added basic Developer Data support 2cfa382
- Added new devices to products array 014c5de
Note: have not fully caught-up with FIT v2.2 and some things not yet catered for e.g. processing of Developer Data.
php-fit-file-analysis
- Added Garmin 520 messages e.g. hrv and segment_lap
- Handle string type appropriately
php-fit-file-analysis
Added gearChanges()
for folk with Di-2 D-Fly technology.