Skip to content

Releases: kingstinct/react-native-healthkit

@kingstinct/[email protected]

29 Dec 01:27
bb4d347

Choose a tag to compare

Minor Changes

  • dcc070e: tighten up SourceRevision type, remove old os version checks
  • dcc070e: add requestPerObjectReadAuthorization

Patch Changes

  • dcc070e: clean up header and objective-c source

@kingstinct/[email protected]

18 Dec 16:36
6367ce4

Choose a tag to compare

Patch Changes

  • f4c1a7f: add handling of noData error for statistics queries without data

@kingstinct/[email protected]

18 Dec 14:24
1555130

Choose a tag to compare

Patch Changes

  • 24829ca: avoid hard crash when supplying invalid statisticsOptions
  • 24829ca: add parseUnitStringSafe to remove hard crashes for invalid units
  • 24829ca: add missing sources return from statistics

@kingstinct/[email protected]

12 Dec 09:33
063ba97

Choose a tag to compare

Major Changes

  • 332c106: return samples from save calls

Minor Changes

  • 004dd94: add statistics per source queries
  • 332c106: expose sources from statistics queries

@kingstinct/[email protected]

10 Dec 08:05
aa7855e

Choose a tag to compare

Minor Changes

  • 1c9d774: - Streamline errors and warnings, so they always are prefixed with [react-native-healthkit]
    • Add common metadata properties to all sample types, so they're typesafe and easily accessible
    • Add subscribeToCategorySamples and useSubscribeToCategorySamples

Patch Changes

  • d7c2675: - Make limit required (aligns with HealthKit and forces user to make a decision)
    • Refactor to deduplicate more code and streamline error handling
    • Add anchored queries for stateOfMind and correlations
    • Improve filter handling, add source filter and currentAppSource
    • Add medications API support

@kingstinct/[email protected]

07 Dec 10:51
82c5c6d

Choose a tag to compare

Patch Changes

  • 6678bcb: Fix native error on queryCorrelationSamples when no data available

@kingstinct/[email protected]

21 Nov 12:38
f96d5fe

Choose a tag to compare

Patch Changes

  • 9c4bcd4: fix: prevent crash if getRequestStatusForAuthorization is called without any data types

@kingstinct/[email protected]

21 Nov 06:14
cd163c6

Choose a tag to compare

Minor Changes

  • e56fbd6: add subscribeToQuantitySamples and useSubscribeToQuantitySamples for convenience

Patch Changes

  • f9138e3: fix: crash on errors when saving workout sample

@kingstinct/[email protected]

15 Nov 00:34
db9cc13

Choose a tag to compare

Major Changes

  • a60af40: use date for anchorDate
  • f10749f: feat: make auth arguments as clear as can be

@kingstinct/[email protected]

23 Oct 21:13
30e48a0

Choose a tag to compare

Patch Changes

  • 6d60778: fix: add thread-safe synchronization to quantityTypeUnitCache
  • 0215f05: Fix: Expose HKElectrocardiogramType for authorization requests