health_connector_hk_ios 2.0.0
health_connector_hk_ios: ^2.0.0 copied to clipboard
iOS implementation of health_connector using HealthKit
2.0.0 #
Note: This release has breaking changes.
- BREAKING FEAT: Introduce
TimeDurationunit and replaceNumberwith it for sleep data types. (459798dd) - BREAKING FEAT: Unify deletion API with polymorphic request pattern. (f67cf5ae)
- BREAKING REFACTOR: Remove support for "delete-then-create" logic for iOS HealthKit. (e79b1772)
- BREAKING REFACTOR: Standardize and synchronize error codes across platforms. (121df395)
- FEAT: Implement atomic batch writes on iOS HealthKit. (9dbbd181)
- FEAT: Add support for exercise session data type and record. (d36b528c)
- FEAT: Add
updateRecordsAPI for batch record updates. (04e5463e) - FEAT: Implement
HealthConnectorInfiPListServicefor validating the application's Info.plist configuration. (7846492f) - FEAT: Add full support for distance records and data types. (84e27c08)
- FEAT: Add full support for speed records and data types. (f07714db)
- PERF: Use HealthKit batch delete API instead of for-loop deletion. (b4159af1)
- FIX: Implement missing health record objects deletion for correlation sample types. (655d865e)
1.3.0 #
1.2.2 #
1.2.1 #
1.0.0 #
- FEAT: Implement iOS HealthKit platform client.
- FEAT: Add support for common health data types