- Add support for Clinical Reports
- Add new types for iOS 16 (also missing for iOS 15)
- Add Correlation samples writing
- ECG with Voltage measurements in one query on demand
- ECG with Voltage measurements in one query
- Add workout route as query method, remove it as event stream
- Minor fixes in the code
- A way not to provide a predicate where it can be omitted
- invalid timstamps fixes for data saving
- package minor fixes
- no stream heartbeatSeriesQuery. HeartbeatSeries now is a valid sample with a set of beat by beat measurements
- Fix characteristic parsing if not all types are requested for reading
- Activity Move mode added
- Wheelchair use added
- Workout activity type added
- Workout configuration fix
- Unit testing DTOs
- Fix with error objects coming from Swift
- Fix with reinitilizing subscriptions for Events
- Remove Android support
- Null safety support
- Anchored Query fix with deleted objects
- iOS 9.0 support
- FIx with workout values
- Fix with UUID of Samples
- Fix issue with saving Workout
- Added UUID property for Wrappers of original HKObjectTypes
- Extended enum cases for Characteristic, Quantity and Category types
- Fix with PreferredUnit
- Fix with HKActivitySummaryType
- Add background delivery in the sample app
- Fix with enable background delivery
- Event channels fix for long-running queries
- Example app add Electrocardiogram read
- Better code documentation
- Initial release.
- Full wrap for the HealthKitReporter library
- All models from HealthKitReporter represented in Dart
- Method channel functions
- Event channel handling for long-running queries
- Code documentation
- Dart HK Models from HealthKitReporter
- iOS Swift bridging
- Event and Method channel wrappers