Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 1.3 KB

[1.3.0] - 18.04.2021

  • Fix with reinitilizing subscriptions for Events
  • Remove Android support

[1.2.0-nullsafety.0] - 12.03.2021

  • Null safety support

[1.1.1] - 12.03.2021

  • Anchored Query fix with deleted objects

[1.1.0] - 25.02.2021

  • iOS 9.0 support
  • FIx with workout values
  • Fix with UUID of Samples

[1.0.10] - 01.02.2021

  • Fix issue with saving Workout

[1.0.9] - 01.02.2021

  • Added UUID property for Wrappers of original HKObjectTypes

[1.0.8] - 28.01.2021

  • Extended enum cases for Characteristic, Quantity and Category types

[1.0.7] - 17.01.2021

  • Fix with PreferredUnit

[1.0.6] - 23.12.2020

  • Fix with HKActivitySummaryType

[1.0.5] - 09.12.2020

  • Add background delivery in the sample app
  • Fix with enable background delivery

[1.0.4] - 09.12.2020

  • Event channels fix for long-running queries

[1.0.2] - 25.11.2020

  • Example app add Electrocardiogram read

[1.0.1] - 25.11.2020

  • Better code documentation

[1.0.0] - 25.11.2020

  • 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

[0.0.1+1]

  • Dart HK Models from HealthKitReporter
  • iOS Swift bridging
  • Event and Method channel wrappers