health_connector_core 2.0.0
health_connector_core: ^2.0.0 copied to clipboard
Core models, utilities, and platform interface for Health Connector
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: Simplify
aggregateandreadRecordAPIs by removing request/response wrappers. (31673d12) - BREAKING REFACTOR: Remove support for individual nutrient data types on Android Health Connect. (a9f7c9e4)
- BREAKING REFACTOR: Standardize and synchronize error codes across platforms. (121df395)
- BREAKING REFACTOR: Remove support for "delete-then-create" logic for iOS HealthKit. (e79b1772)
- FEAT: Add support for exercise session data type and record. (d36b528c)
- FEAT: Add
updateRecordsAPI for batch record updates. (04e5463e) - FEAT: Add full support for distance records and data types. (84e27c08)
- FEAT: Add full support for speed records and data types. (f07714db)
- FIX: Fix IDs validation in
DeleteRecordsByIdsRequestfactory constructor. (d37817e5)
1.3.0 #
1.2.1 #
- DEPS: Update
health_connector_lintto the latest version.
1.0.0 #
- FEAT: Add core foundation and health platform client.