Skip to content

Releases: kingstinct/react-native-healthkit

Release 8.3.0

29 Nov 08:12
e3def49
Compare
Choose a tag to compare

8.3.0 (2024-11-29)

Bug Fixes

  • add missing property in tests (532691d)
  • fix infinite calls in useStatisticsForQuantity (2d0b4df)
  • linting error (5a58db6)
  • rename constants (b29c6c7)

Features

  • add queryStatisticsCollectionForQuantity API (#111) (5d70584)
  • add support to HKHealthStore startWatchApp method (d90b298)

Release 8.2.0

31 Jul 14:55
b716ce7
Compare
Choose a tag to compare

8.2.0 (2024-07-31)

Bug Fixes

  • add exports all the way (26b9b0b)
  • continutation edge cases (43b1863)

Features

  • add queryWorkoutSamplesWithAnchor (c991f5d)

Release 8.1.1

04 Jul 13:24
ef55e63
Compare
Choose a tag to compare

8.1.1 (2024-07-04)

Bug Fixes

  • add exports all the way (2bd1813)

Release 8.1.0

04 Jul 12:55
83fde44
Compare
Choose a tag to compare

8.1.0 (2024-07-04)

Features

  • add queryWorkoutSamplesWithAnchor (edd2f4b)

Release 8.0.1

17 Jun 17:30
83fde44
Compare
Choose a tag to compare

8.0.1 (2024-06-17)

Bug Fixes

  • building with xcode <16 (3a2bf22)

Release 8.0.0

13 Jun 15:50
1ae8a45
Compare
Choose a tag to compare

8.0.0 (2024-06-13)

Bug Fixes

  • support new lux HKUnit for iOS 17 (a546e28)

Release 7.3.2

23 Oct 16:02
2e94f73
Compare
Choose a tag to compare

7.3.2 (2023-10-23)

Bug Fixes

  • platform exports gone wrong (95e9a84)

Release 7.3.1

19 Oct 12:55
3ec0a2d
Compare
Choose a tag to compare

7.3.1 (2023-10-19)

Release 7.3.0

13 Sep 13:02
3086d95
Compare
Choose a tag to compare

7.3.0 (2023-09-13)

Bug Fixes

  • handle when enddate is nil (1146385)
  • return uuid string (9679e8a)
  • swift placeholder for workoutPlanId (3389e17)

Features

  • add more types (c100a64)
  • allow totals in saveWorkoutSamples (89c57db)
  • create getWorkoutPlanId function (ec3d7ef)
  • handle when function is called by OS less than 17 (81a5e01)
  • move getWorkoutPlan into its own async function (d72d3e5)
  • rename function to getWorkoutPlanById and return id and activity type (edfecf2)
  • rename function to getWorkoutPlanById and return id and activity type (ff252ac)
  • saveWorkoutRoute function (e9eaee8)

Release 7.2.0

04 Sep 17:52
fc5f417
Compare
Choose a tag to compare

7.2.0 (2023-09-04)

Features