Recent Releases of spezihealthkit

spezihealthkit - 1.2.3

What's Changed

  • rework dateOfBirth characteristic API; improve auth status observation API by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/61

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.2.2...1.2.3

- Swift
Published by lukaskollmer 7 months ago

spezihealthkit - 1.2.2

What's Changed

  • authorization observation mechanism; other small changes by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/59

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.2.1...1.2.2

- Swift
Published by lukaskollmer 7 months ago

spezihealthkit - 1.2.1

What's Changed

  • fix sleep session processing; allow filtering by HKSource by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/58

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.2.0...1.2.1

- Swift
Published by lukaskollmer 8 months ago

spezihealthkit - 1.2.0

What's Changed

  • SleepSession; other changes by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/56

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.1.3...1.2.0

- Swift
Published by lukaskollmer 9 months ago

spezihealthkit - 1.1.3

What's Changed

  • improve CollectSample fix incorrect VO2Max unit, add more sample types by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/53

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.1.2...1.1.3

- Swift
Published by lukaskollmer 10 months ago

spezihealthkit - 1.1.2

What's Changed

  • add 2 missing object types to HKObjectType -> any AnySampleType mapping by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/51

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.1.1...1.1.2

- Swift
Published by lukaskollmer 10 months ago

spezihealthkit - 1.1.1

What's Changed

  • make pausing and terminating sessions async operations by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/50

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.1.0...1.1.1

- Swift
Published by lukaskollmer 10 months ago

spezihealthkit - 1.1.0

What's Changed

  • Migration from XCTest to Swift Testing by @max-rosenblattl in https://github.com/StanfordSpezi/SpeziHealthKit/pull/46
  • Bulk Exporter by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/48

New Contributors

  • @max-rosenblattl made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/46

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.1...1.1.0

- Swift
Published by lukaskollmer 10 months ago

spezihealthkit - 1.0.1

What's Changed

  • visionOS support by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/47

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.0...1.0.1

- Swift
Published by lukaskollmer 11 months ago

spezihealthkit - 1.0.0

What's Changed

  • Swift 6 language mode support by @philippzagar in https://github.com/StanfordSpezi/SpeziHealthKit/pull/25
  • Query Property Wrappers, HealthChart, and Other Refactoring by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/27
  • fix some small oversights by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/29
  • use gyb to define well-known sample types by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/30
  • Deferred Sample Collection; Improved Handling of Duplicate/Overlapping CollectSample Definitions by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/33
  • Migrate to SpeziStorage 2.0 by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/34
  • SampleType.workout by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/35
  • fix isFullyAuthorized by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/36
  • improve background query handling by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/38
  • Add Clinical Records by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/40
  • SampleType-based HealthKit Query API by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/42
  • update HealthKitConstraint protocol to operate on batches of samples by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/43

New Contributors

  • @lukaskollmer made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/27

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.6.0...1.0.0

- Swift
Published by lukaskollmer 11 months ago

spezihealthkit - 1.0.0-beta.5

What's Changed

  • SampleType-based HealthKit Query API by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/42
  • update HealthKitConstraint protocol to operate on batches of samples by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/43

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.0-beta.4...1.0.0-beta.5

- Swift
Published by lukaskollmer 11 months ago

spezihealthkit - 1.0.0-beta.4

What's Changed

  • Improve background query handling by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/38
  • Add Clinical Records by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/40

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.0-beta.3...1.0.0-beta.4

- Swift
Published by PSchmiedmayer 12 months ago

spezihealthkit - 1.0.0-beta.3

What's Changed

  • fix isFullyAuthorized by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/36

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.0-beta.2...1.0.0-beta.3

- Swift
Published by lukaskollmer about 1 year ago

spezihealthkit - 1.0.0-beta.2

What's Changed

  • fix some small oversights by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/29
  • use gyb to define well-known sample types by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/30
  • Deferred Sample Collection; Improved Handling of Duplicate/Overlapping CollectSample Definitions by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/33
  • Migrate to SpeziStorage 2.0 by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/34
  • SampleType.workout by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/35

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/1.0.0-beta.1...1.0.0-beta.2

- Swift
Published by lukaskollmer about 1 year ago

spezihealthkit - 1.0.0-beta.1

What's Changed

  • Swift 6 language mode support by @philippzagar in https://github.com/StanfordSpezi/SpeziHealthKit/pull/25
  • Query Property Wrappers, HealthChart, and Other Refactoring by @lukaskollmer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/27

New Contributors

  • @lukaskollmer made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/27

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.6.0...1.0.0-beta.1

- Swift
Published by PSchmiedmayer about 1 year ago

spezihealthkit - 0.6.0

What's Changed

  • Support Strict Concurrency by @Supereg in https://github.com/StanfordSpezi/SpeziHealthKit/pull/23

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.5.3...0.6.0

- Swift
Published by Supereg over 1 year ago

spezihealthkit - 0.5.3

What's Changed

  • Improve Execute Logic for Flexible HealthKit Query Execution by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/20

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.5.2...0.5.3

- Swift
Published by PSchmiedmayer almost 2 years ago

spezihealthkit - 0.5.2

What's Changed

  • Additional documents for CollectSample and HealthKitConstraint by @YurenSUN in https://github.com/StanfordSpezi/SpeziHealthKit/pull/18
  • Update to Spezi 1.2.0 and Improve Background Sample Delivery by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/19

New Contributors

  • @YurenSUN made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/18

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.5.1...0.5.2

- Swift
Published by PSchmiedmayer almost 2 years ago

spezihealthkit - 0.5.1

What's Changed

  • Fixes Crashing When Using Background Requests by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/16

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.5.0...0.5.1

- Swift
Published by PSchmiedmayer about 2 years ago

spezihealthkit - 0.5.0

What's Changed

  • Allow the Execution of HealthKit Queries Outside of the Configuration by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/14
  • Add Documentation Catalog and bump to Spezi 1.0 by @Supereg in https://github.com/StanfordSpezi/SpeziHealthKit/pull/15

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.4.0...0.5.0

- Swift
Published by Supereg about 2 years ago

spezihealthkit - 0.4.0

What's Changed

  • Upgrade Spezi to 0.8.0 and move to Observable by @Supereg in https://github.com/StanfordSpezi/SpeziHealthKit/pull/13

New Contributors

  • @Supereg made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/13

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.3.1...0.4.0

- Swift
Published by Supereg over 2 years ago

spezihealthkit - 0.3.1

What's Changed

  • Improve Public Interface using Explicit Export of HealthKit by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/10

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.3.0...0.3.1

- Swift
Published by PSchmiedmayer over 2 years ago

spezihealthkit - 0.3.0

What's Changed

  • New Spezi Standard Implementation by @niallkehoe in https://github.com/StanfordSpezi/SpeziHealthKit/pull/9

New Contributors

  • @niallkehoe made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/9

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.2.2...0.3.0

- Swift
Published by PSchmiedmayer over 2 years ago

spezihealthkit - 0.2.2

What's Changed

  • Flag to check if authorizations to collect HealthKit data are already present by @philippzagar in https://github.com/StanfordSpezi/SpeziHealthKit/pull/7

New Contributors

  • @philippzagar made their first contribution in https://github.com/StanfordSpezi/SpeziHealthKit/pull/7

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.2.1...0.2.2

- Swift
Published by PSchmiedmayer over 2 years ago

spezihealthkit - 0.2.1

What's Changed

  • Pass a Custom Predicate for HealthKit Data Collection by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/5

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.2.0...0.2.1

- Swift
Published by PSchmiedmayer almost 3 years ago

spezihealthkit - 0.2.0

What's Changed

  • Update Documentation & README by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/2
  • Updates the Project to be Part of the Spezi Organization by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziHealthKit/pull/3

Full Changelog: https://github.com/StanfordSpezi/SpeziHealthKit/compare/0.1.0...0.2.0

- Swift
Published by PSchmiedmayer almost 3 years ago

spezihealthkit - 0.1.0

What's Changed

  • CardinalKitHealthKit by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitHealthKit/pull/1

Full Changelog: https://github.com/StanfordBDHG/CardinalKitHealthKit/commits/0.1.0

- Swift
Published by PSchmiedmayer almost 3 years ago