Skip to content

Releases: kilohealth/rn-fitness-tracker

v3.1.0

24 Feb 08:29
Compare
Choose a tag to compare

3.1.0 (2023-02-24)

Features

  • ios: add HealthKit.queryAnchoredWorkouts method (799d3f2)

Bug Fixes

  • ios: add array type to HealthKitAnchoredWorkoutResult deleteRecords (13d8207)
  • ios: make query timeout after 30s (a859c28)

Build System / Dependencies

v3.1.0-alpha.3

14 Feb 11:00
Compare
Choose a tag to compare
v3.1.0-alpha.3 Pre-release
Pre-release

3.1.0-alpha.3 (2023-02-14)

Build System / Dependencies

  • bump vulnerable packages (d9e76f4)

v3.1.0-alpha.2

14 Feb 10:27
Compare
Choose a tag to compare
v3.1.0-alpha.2 Pre-release
Pre-release

3.1.0-alpha.2 (2023-02-14)

Bug Fixes

  • ios: make query timeout after 30s (7c14f4d)

v3.1.0-alpha.1

13 Feb 09:33
Compare
Choose a tag to compare
v3.1.0-alpha.1 Pre-release
Pre-release

3.1.0-alpha.1 (2023-02-13)

Features

  • ios: add HealthKit.queryAnchoredWorkouts method (799d3f2)

Bug Fixes

  • ios: add array type to HealthKitAnchoredWorkoutResult deleteRecords (13d8207)

v3.0.1

09 Jan 10:26
Compare
Choose a tag to compare

3.0.1 (2023-01-09)

Build System / Dependencies

  • deps: bump json5 from 1.0.1 to 1.0.2 (6bd9bc1)

v3.0.0

02 Jan 17:25
Compare
Choose a tag to compare

3.0.0 (2023-01-02)

⚠ BREAKING CHANGES

  • android: If Google cloud console credential setup is incorrect
    throw exception when authorize method is run.

Features

  • android: throw exception on authorize when setup is incorrect (918eb29)

Bug Fixes

  • android: authorization resolve false if user cancelled (2e9ec83)

v2.0.7

14 Dec 13:46
Compare
Choose a tag to compare

2.0.7 (2022-12-14)

Build System / Dependencies

  • deps: bump decode-uri-component from 0.2.0 to 0.2.2 (b4a0cfb)

v2.0.6

16 Nov 14:38
Compare
Choose a tag to compare

2.0.6 (2022-11-16)

Bug Fixes

  • get rootProject values for build.gradle (83506d9)

Build System / Dependencies

  • deps: bump loader-utils from 2.0.2 to 2.0.4 in /docs (430b051)

v2.0.5

30 Sep 16:12
Compare
Choose a tag to compare

2.0.5 (2022-09-30)

2.0.4

22 Sep 11:17
Compare
Choose a tag to compare

2.0.4 (2022-09-22)

Build System / Dependencies
  • skip ios e2e tests workflow if updated directories are android and scripts (8ebceaa)
  • workflow include new version inside release body (d2501ba)
  • github workflow truncate changelog to latest version when creating release (d7b6984)
  • add .yarn/verions/ folder to git staged before commiting version files (3ffab78)
  • android: updated gradle gms:play-services dependencies (638de59)
Bug Fixes
  • android: use english locale instead of local locale for formatting date (f003538)