Recent Releases of xcthealthkit
xcthealthkit - 1.1.3
What's Changed
- try to fix Health app navigation on small devices by @lukaskollmer in https://github.com/StanfordBDHG/XCTHealthKit/pull/21
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/1.1.2...1.1.3
- Swift
Published by lukaskollmer 8 months ago
xcthealthkit - 1.1.2
What's Changed
- improve UITesting reliability by @lukaskollmer in https://github.com/StanfordBDHG/XCTHealthKit/pull/20
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/1.1.1...1.1.2
- Swift
Published by PSchmiedmayer 12 months ago
xcthealthkit - 1.1.1
What's Changed
- improve characteristics entry stability by @lukaskollmer in https://github.com/StanfordBDHG/XCTHealthKit/pull/18
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/1.1.0...1.1.1
- Swift
Published by lukaskollmer about 1 year ago
xcthealthkit - 1.1.0
What's Changed
- add ability to enter characteristics; Swift 6 and strict concurrency by @lukaskollmer in https://github.com/StanfordBDHG/XCTHealthKit/pull/17
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/1.0.1...1.1.0
- Swift
Published by lukaskollmer about 1 year ago
xcthealthkit - 1.0.1
What's Changed
- fix locale issues by @lukaskollmer in https://github.com/StanfordBDHG/XCTHealthKit/pull/16
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/1.0.0...1.0.1
- Swift
Published by lukaskollmer about 1 year ago
xcthealthkit - 1.0.0
API changes
- Removed
HealthAppDataTypeandXCTestCase.exitAppAndOpenHealth(_:) - Added new
HealthAppCategory,HealthAppSampleType, andNewHealthSampleInputtypes - Added
XCTestCase.launchAndAddSamples(healthApp:_:)function
How to migrate:
- (in your XCTestCase) Call
launchAndAddSamplesinstead ofexitAppAndOpenHealth - Obtain a reference to the Health app via
XCUIApplication.healthApp()and pass it as the first parameter - For the second parameter, pass either a single sample or a collection of samples. (The old enum cases for e.g.
activeEnergy,steps, orpushesstill exist, as static functions on the newNewHealthSampleInputtype.) - Optionally, specify the exact value you want your sample to have, and the date for which it should be entered.
New Contributors
- @lukaskollmer made their first contribution in https://github.com/StanfordBDHG/XCTHealthKit/pull/14
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.5...1.0.0
- Swift
Published by lukaskollmer about 1 year ago
xcthealthkit - 0.3.5
What's Changed
- Fix failing HealthKit tests on iOS17 by @philippzagar in https://github.com/StanfordBDHG/XCTHealthKit/pull/13
New Contributors
- @philippzagar made their first contribution in https://github.com/StanfordBDHG/XCTHealthKit/pull/13
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.4...0.3.5
- Swift
Published by PSchmiedmayer over 2 years ago
xcthealthkit - 0.3.4
What's Changed
- Improve TextField Handling by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/12
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.3...0.3.4
- Swift
Published by PSchmiedmayer over 2 years ago
xcthealthkit - 0.3.3
What's Changed
- Improve Element Selection Logic by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/9
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.2...0.3.3
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.3.2
What's Changed
- Improve Test Stability by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/8
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.1...0.3.2
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.3.1
What's Changed
- Improve Tests & Test Coverage by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/7
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.3.0...0.3.1
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.3.0
What's Changed
- Improve Stability & Remove
HealthAppDataType.numberOfHKTypeIdentifiersby @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/6
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.2.1...0.3.0
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.2.1
What's Changed
- Increase Timeouts by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/5
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.2.0...0.2.1
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.2.0
What's Changed
- Improve API Type Safety by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/4
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.1.1...0.2.0
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.1.1
What's Changed
- Increase Timeout and Improve Stability by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/3
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/compare/0.1.0...0.1.1
- Swift
Published by PSchmiedmayer about 3 years ago
xcthealthkit - 0.1.0
What's Changed
- First Version of XCTHealthKit by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/1
- Add Documentation and Improve API by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTHealthKit/pull/2
Full Changelog: https://github.com/StanfordBDHG/XCTHealthKit/commits/0.1.0
- Swift
Published by PSchmiedmayer about 3 years ago