Swiftpack.co - Swift Packages by StanfordBDHG

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by StanfordBDHG

StanfordBDHG/HealthKitOnFHIR 0.2.6
Converts HealthKit data to HL7 FHIR resources
⭐️ 14
🕓 3 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.6
3 weeks ago
## What's Changed * Support for Physical Effort Metric by @MatthewTurk247 in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/40 * Update README.md by @Vicbi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/39 ## New Contributors * @MatthewTurk247 made their first contribution in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/40 * @Vicbi made their first contribution in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/39 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.5...0.2.6
0.2.5
18 weeks ago
## What's Changed * Add basic support for HKWorkout samples by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/38 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.4...0.2.5
0.2.4
38 weeks ago
## What's Changed * Update CI, Fix UITests, and add CodeQL & Swift 5.7 Support by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/37 * Update Observation+Dates.swift so that start and end dates are correct by @mjoerke & @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/36 ## New Contributors * @mjoerke made their first contribution in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/36 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.3...0.2.4
0.2.3
1 year ago
## What's Changed * Fixes ECG coding by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/34 * Fix ECG Batch Calculation by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/35 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.2...0.2.3
0.2.2
1 year ago
## What's Changed * Assign ID Property by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/33 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.1...0.2.2
0.2.1
1 year ago
## What's Changed * Add Citation File and DOI to Reference HealthKitOnFHIR in Publications by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/31 * Add HKSampleType to ResourceType by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/32 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.2.0...0.2.1
0.2.0
1 year ago
## What's Changed * Add support for HKClinicalRecords by @vishnuravi & @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/28 * Add Docs and SPI support by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/30 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.1.1...0.2.0
0.1.1
1 year ago
## What's Changed * Add Apple-specific quantity types by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/21 * Creates script to autogenerate HKObject support table by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/22 * Fix for path error in build-docs action by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/24 * Adds additional HealthKit Quantity Types by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/23 * Convert HKCategorySamples to FHIR Observations by @vishnuravi & @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/25 * Add HKElectrocardiogram to Observation Mapping by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/27 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/compare/0.1.0...0.1.1
0.1.0
1 year ago
## What's Changed * Update Project Structure And CI Setup by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/1 * Create HealthKitOnFHIR API by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/2 * Convert HKQuantityTypeIdentifierStepCount to FHIR Observation by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/3 * Create ObservationBuilder by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/4 * Create HKQuantityType to Code System Mapper by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/5 * Converts Heart Rate by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/6 * Adds conversion for Blood Glucose by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/7 * Adds conversion for Oxygen Saturation by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/9 * Adds conversion for Body Temperature by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/10 * Adds conversion for Height by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/11 * Adds conversion for Body Mass by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/12 * Creates example app for converting HealthKit data to FHIR by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/8 * Adds conversion for Respiratory Rate by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/13 * Restructure the Project Based on the Current Needs for HealthKitOnFHIR by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/14 * Improve UI Tests and Test App Structure by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/15 * Allow Custom Mappings and Enable a Unit Aliases Using the JSON Format by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/16 * Adds support for HKCorrelation by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/17 * Map units to standardized UCUM codes by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/19 * Adds usage instructions to README by @vishnuravi in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/18 * Make the API More Type-Safe and Add API Documentation by @PSchmiedmayer in https://github.com/StanfordBDHG/HealthKitOnFHIR/pull/20 **Full Changelog**: https://github.com/StanfordBDHG/HealthKitOnFHIR/commits/0.1.0
iOS
StanfordBDHG/ResearchKitOnFHIR 1.1.2
HL7 FHIR Structured Data Capture with ResearchKit on iOS
⭐️ 11
🕓 3 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.2
3 weeks ago
## What's Changed * Add date validation using minValue and maxValue extensions by @vishnuravi in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/74 * Adding display parameter to ValueCoding by @luppoalberto111 in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/68 ## New Contributors * @luppoalberto111 made their first contribution in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/68 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/1.1.1...1.1.2
1.1.1
4 weeks ago
## What's Changed * Fixed translation of required Form questions by @Supereg in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/73 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/1.1.0...1.1.1
1.1.0
4 weeks ago
## What's Changed * Upgrade ResearchKit by @Supereg in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/72 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/1.0.1...1.1.0
1.0.1
9 weeks ago
## What's Changed * Upgrade ResearchKit to resolve issues with C++ interoperability by @Supereg in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/66 ## New Contributors * @Supereg made their first contribution in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/66 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/1.0.0...1.0.1
1.0.0
11 weeks ago
First stable release 🚀 _No functional changes otherwise._
0.2.3
31 weeks ago
## What's Changed * Add support for multiple selection questions by @vishnuravi in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/64 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/0.2.2...0.2.3
0.2.2
34 weeks ago
## What's Changed * Add support for sliders by @vishnuravi in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/63 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/0.2.1...0.2.2
0.2.1
50 weeks ago
## What's Changed * Support Swift 5.7 by @PSchmiedmayer in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/61 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/0.2.0...0.2.1
0.2.0
50 weeks ago
## What's Changed * Update Dependencies by @PSchmiedmayer in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/60 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/0.1.6...0.2.0
0.1.6
1 year ago
## What's Changed * Add support for image capture by @vishnuravi in https://github.com/StanfordBDHG/ResearchKitOnFHIR/pull/59 **Full Changelog**: https://github.com/StanfordBDHG/ResearchKitOnFHIR/compare/0.1.5...0.1.6
iOS macOS watchOS
StanfordBDHG/XCTRuntimeAssertions 1.0.1
XCTest extensions to test runtime assertions and preconditions
⭐️ 1
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.1
6 weeks ago
## What's Changed * Add platform support for visionOS, macOS, watchOS, tvOS by @Supereg in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/12 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/1.0.0...1.0.1
1.0.0
11 weeks ago
## What's Changed * Add documentation catalog by @Supereg in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/11 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.2.5...1.0.0
0.2.5
36 weeks ago
## What's Changed * Fix broken implementation of `precondition` and `assert` by @Supereg in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/9 * Forward to Swift runtime assertions if nothing is injected by @Supereg in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/8 ## New Contributors * @Supereg made their first contribution in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/9 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.2.4...0.2.5
0.2.4
36 weeks ago
## What's Changed * Enable Async Variations of Assertion and Precondition Tests by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/7 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.2.3...0.2.4
0.2.3
45 weeks ago
## What's Changed * Update Information for the Biodesign Digital Health Organization by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/6 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.2.2...0.2.3
0.2.2
46 weeks ago
## What's Changed * Updates the Project to be Part of the Spezi Organization by @PSchmiedmayer in https://github.com/StanfordSpezi/XCTRuntimeAssertions/pull/5 **Full Changelog**: https://github.com/StanfordSpezi/XCTRuntimeAssertions/compare/0.2.1...0.2.2
0.2.1
50 weeks ago
## What's Changed * Support Swift 5.7 by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/4 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.2.0...0.2.1
0.2.0
50 weeks ago
## What's Changed * Update Documentation & README by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/2 * Update the Package for Swift 5.8 only by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/3 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/compare/0.1.0...0.2.0
0.1.0
51 weeks ago
## What's Changed * XCTRuntimeAssertions by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/1 **Full Changelog**: https://github.com/StanfordBDHG/XCTRuntimeAssertions/commits/0.1.0
iOS macOS watchOS tvOS
StanfordBDHG/XCTestExtensions 0.4.10
Extensions for commonly used functionality in UI tests using XCTest.
⭐️ 1
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.4.10
5 weeks ago
## What's Changed * Don't check for keyboard appearing on catalyst by @Supereg in https://github.com/StanfordBDHG/XCTestExtensions/pull/21 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.9...0.4.10
0.4.9
5 weeks ago
## What's Changed * Add support for visionOS and macOS by @Supereg in https://github.com/StanfordBDHG/XCTestExtensions/pull/20 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.8...0.4.9
0.4.8
9 weeks ago
## What's Changed * iOS Simulator Password Autofill & iOS 17.2 Settings App Crash by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/18 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.7...0.4.8
0.4.7
29 weeks ago
## What's Changed * Improve keyboard dismiss by @Supereg in https://github.com/StanfordBDHG/XCTestExtensions/pull/17 ## New Contributors * @Supereg made their first contribution in https://github.com/StanfordBDHG/XCTestExtensions/pull/17 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.6...0.4.7
0.4.6
38 weeks ago
## What's Changed * Improve App Deletion by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/15 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.5...0.4.6
0.4.5
39 weeks ago
## What's Changed * Improve Timeouts and Test Stability by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/14 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.4...0.4.5
0.4.4
39 weeks ago
## What's Changed * Add Option to Dismiss the Keyboard After Text Entry by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/13 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.3...0.4.4
0.4.3
40 weeks ago
## What's Changed * Add Support for iOS 17 by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/12 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.2...0.4.3
0.4.2
45 weeks ago
## What's Changed * Update Information for the Biodesign Digital Health Organization by @PSchmiedmayer in https://github.com/StanfordBDHG/XCTestExtensions/pull/10 **Full Changelog**: https://github.com/StanfordBDHG/XCTestExtensions/compare/0.4.1...0.4.2
0.4.1
46 weeks ago
## What's Changed * Updates the Project to be Part of the Spezi Organization by @PSchmiedmayer in https://github.com/StanfordSpezi/XCTestExtensions/pull/9 **Full Changelog**: https://github.com/StanfordSpezi/XCTestExtensions/compare/0.4.0...0.4.1
iOS macOS watchOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics