Recent Releases of speziaccount
speziaccount - 2.3.1
What's Changed
- Add PhoneNumber Encoder/Decoder Docs and Fix OTC Entry Paste Issue by @NikolaiMadlener in https://github.com/StanfordSpezi/SpeziAccount/pull/98
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.3.0...2.3.1
- Swift
Published by NikolaiMadlener 11 months ago
speziaccount - 2.3.0
What's Changed
- Add Phone Number AccountKey by @NikolaiMadlener in https://github.com/StanfordSpezi/SpeziAccount/pull/88
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.2.0...2.3.0
- Swift
Published by NikolaiMadlener 12 months ago
speziaccount - 2.2.0
What's Changed
- Allow to specify and customize display and mutation behavior of Account Keys by @bauer-andreas in https://github.com/StanfordSpezi/SpeziAccount/pull/92
- Introduce
SetupDisplayViewprotocol as a way to provide a setup view for account details by @bauer-andreas in https://github.com/StanfordSpezi/SpeziAccount/pull/95
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.7...2.2.0
- Swift
Published by bauer-andreas 12 months ago
speziaccount - 2.1.7
What's Changed
- Move FormHeader to SpeziViews as ListHeader by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/83
- RuntimeAssertions by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/93
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.6...2.1.7
- Swift
Published by lukaskollmer about 1 year ago
speziaccount - 2.1.6
What's Changed
- relax the swift-syntax requirement from
>=601.0.1to>=601.0.0by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/91
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.5...2.1.6
- Swift
Published by lukaskollmer about 1 year ago
speziaccount - 2.1.5
What's Changed
- update swift-syntax; some other Package.swift changes by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/90
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.4...2.1.5
- Swift
Published by lukaskollmer about 1 year ago
speziaccount - 2.1.4
What's Changed
- Add Swedish localization by @vishnuravi in https://github.com/StanfordSpezi/SpeziAccount/pull/87
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.3...2.1.4
- Swift
Published by vishnuravi about 1 year ago
speziaccount - 2.1.3
What's Changed
- Fix
AccountSetupview ignoring all identity providers per section but one by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/81 - Migration from XCTest to Swift Testing by @Seb-Ltz in https://github.com/StanfordSpezi/SpeziAccount/pull/85
- migrate to SpeziStorage 2.0 by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/86
New Contributors
- @Seb-Ltz made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/85
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.2...2.1.3
- Swift
Published by lukaskollmer over 1 year ago
speziaccount - 2.1.2
What's Changed
- AccountOverviewForm: take
closeBehaviorinto account by @lukaskollmer in https://github.com/StanfordSpezi/SpeziAccount/pull/80 - Fix Sendable-related Build Errors by @paulhdk in https://github.com/StanfordSpezi/SpeziAccount/pull/82
New Contributors
- @lukaskollmer made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/80
- @paulhdk made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/82
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.1...2.1.2
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.1.1
What's Changed
- Make sure to only pass complete account details to the account setup complete closure by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/79
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.1.0...2.1.1
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.1.0
What's Changed
- Allow AccountSetup to be created with async function to handle completeness of the account setup by @pauljohanneskraft in https://github.com/StanfordSpezi/SpeziAccount/pull/73
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.1...2.1.0
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.0.1
What's Changed
- Make sure AccountOverview modifiers never leave the visible area by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/78
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0...2.0.1
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.0.0
What's Changed
- Swift 6 compatibility by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/61
- Model
AccountandAccountServiceas Spezi Module by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/60 - Model Account Service as singleton with ability to provide multiple Identity Providers by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/62
- Fix AccountSetup closure not getting called when anonymous details are associated by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/63
- Optimize text entry by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/68
- Encoding and Decoding of AccountDetails with strongly typed configuration by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/69
- Handle CancellationError from account services by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/71
accountRequiredmodifier should not consider anonymous accounts by default. by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/72- Add
AccountKeyRequirement.manualby @pauljohanneskraft in https://github.com/StanfordSpezi/SpeziAccount/pull/75 - Upgrade to Swift Syntax for Swift 6 by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/74
- Make AccountConfiguration non-generic, introduce XCTSpeziAccount by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/76
New Contributors
- @pauljohanneskraft made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/75
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.4...2.0.0
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.0.0-beta.9
What's Changed
- Upgrade to Swift Syntax for Swift 6 by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/74
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.8...2.0.0-beta.9
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.0.0-beta.8
What's Changed
- Add
AccountKeyRequirement.manualby @pauljohanneskraft in https://github.com/StanfordSpezi/SpeziAccount/pull/75
New Contributors
- @pauljohanneskraft made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/75
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.7...2.0.0-beta.8
- Swift
Published by Supereg over 1 year ago
speziaccount - 2.0.0-beta.7
What's Changed
accountRequiredmodifier should not consider anonymous accounts by default. by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/72
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.6...2.0.0-beta.7
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.6
What's Changed
- Handle CancellationError from account services by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/71
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.5...2.0.0-beta.6
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.5
What's Changed
- Encoding and Decoding of AccountDetails with strongly typed configuration by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/69
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.4...2.0.0-beta.5
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.4
What's Changed
- Optimize text entry by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/68
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.3...2.0.0-beta.4
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.3
What's Changed
- Fix AccountSetup closure not getting called when anonymous details are associated by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/63
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.2...2.0.0-beta.3
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.2
What's Changed
- Model Account Service as singleton with ability to provide multiple Identity Providers by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/62
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/2.0.0-beta.1...2.0.0-beta.2
- Swift
Published by Supereg almost 2 years ago
speziaccount - 2.0.0-beta.1
What's Changed
- Swift 6 compatibility by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/61
- Model
AccountandAccountServiceas Spezi Module by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/60
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.4...2.0.0-beta.1
- Swift
Published by Supereg almost 2 years ago
speziaccount - 1.2.4
What's Changed
- Fix appearance of AccountSetup Header when only using identity provider by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/58
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.3...1.2.4
- Swift
Published by Supereg about 2 years ago
speziaccount - 1.2.3
What's Changed
- Fix missing links to SpeziValidation package by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/57
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.2...1.2.3
- Swift
Published by Supereg about 2 years ago
speziaccount - 1.2.2
What's Changed
- Update Adding new Account Values by @czhang771 in https://github.com/StanfordSpezi/SpeziAccount/pull/54
- Inject security related modifier in single edit view by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/56
New Contributors
- @czhang771 made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/54
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.1...1.2.2
- Swift
Published by Supereg about 2 years ago
speziaccount - 1.2.1
What's Changed
- Do not use .newPassword content type within simulator by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/52
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.2.0...1.2.1
- Swift
Published by Supereg over 2 years ago
speziaccount - 1.2.0
What's Changed
- Support dynamic type sizes and longer timeout for required account modifier by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/51
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.1.0...1.2.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 1.1.0
What's Changed
- Allow to supply active account details with the AccountConfiguration for previews by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/46
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/1.0.0...1.1.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 1.0.0
What's Changed
- Rework landing page and add screenshots by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/44
- Upgrade to Spezi 1.0 releases by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/45
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.8.1...1.0.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.8.1
What's Changed
- Make AdditionalRecordId Sendable by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/41
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.8.0...0.8.1
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.8.0
What's Changed
- Restore functionality of the storage standard by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/40
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.7.3...0.8.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.7.3
What's Changed
- Do not inject Account modifiers if not enabled by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/39
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.7.2...0.7.3
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.7.2
What's Changed
- Fix outdated documentation by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/38
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.7.1...0.7.2
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.7.1
What's Changed
- Inject security related modifier in main overview screen by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/37
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.7.0...0.7.1
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.7.0
What's Changed
- Adding Spanish Localization by @stefanogpt in https://github.com/StanfordSpezi/SpeziAccount/pull/32
- Move to SpeziValidation package by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/35
- Use string catalogues and fix non-localized strings by @vishnuravi in https://github.com/StanfordSpezi/SpeziAccount/pull/33
- Upgrade to new Spezi and SpeziFoundation frameworks by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/36
New Contributors
- @stefanogpt made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/32
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.6.1...0.7.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.6.1
What's Changed
- Make the StandardBacked protocol visible to the outside by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/31
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.6.0...0.6.1
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.6.0
What's Changed
- Infrastructure changes to allow for seamless Single-Sign-On implementations. by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/28
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.5.3...0.6.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.5.3
What's Changed
- Add Customizable Area to AccountOverview by @NikolaiMadlener & @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziAccount/pull/27
New Contributors
- @NikolaiMadlener made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/27
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.5.2...0.5.3
- Swift
Published by PSchmiedmayer over 2 years ago
speziaccount - 0.5.2
What's Changed
- Introduce the AccountNotifyStandard by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/24
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.5.1...0.5.2
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.5.1
What's Changed
- Remove NavigationStacks from Setup and Overview and display SignupForm as a sheet by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/23
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.5.0...0.5.1
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.5.0
What's Changed
- Rethought Account Service Model with reimagined Account Setup and new Account Overview by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/7
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.4.2...0.5.0
- Swift
Published by Supereg over 2 years ago
speziaccount - 0.4.2
What's Changed
- Make VerifiableTextGridRow Public & Improve API Surface by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziAccount/pull/17
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.4.1...0.4.2
- Swift
Published by PSchmiedmayer almost 3 years ago
speziaccount - 0.4.1
What's Changed
- Update to Spezi Views 0.4.0 by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziAccount/pull/12
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.4.0...0.4.1
- Swift
Published by PSchmiedmayer almost 3 years ago
speziaccount - 0.4.0
What's Changed
- Show a message when no account services are set up by @Supereg in https://github.com/StanfordSpezi/SpeziAccount/pull/6
- Updates modules for Standard changes in Spezi 0.7.0 by @vishnuravi in https://github.com/StanfordSpezi/SpeziAccount/pull/8
New Contributors
- @Supereg made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/6
- @vishnuravi made their first contribution in https://github.com/StanfordSpezi/SpeziAccount/pull/8
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.3.0...0.4.0
- Swift
Published by PSchmiedmayer almost 3 years ago
speziaccount - 0.3.0
What's Changed
- Updates the Project to be Part of the Spezi Organization by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziAccount/pull/4
Full Changelog: https://github.com/StanfordSpezi/SpeziAccount/compare/0.2.0...0.3.0
- Swift
Published by PSchmiedmayer about 3 years ago
speziaccount - 0.2.0
What's Changed
- Update Documentation & README by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitAccount/pull/2
- Update Dependencies & Modularization by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitAccount/pull/3
Full Changelog: https://github.com/StanfordBDHG/CardinalKitAccount/compare/0.1.0...0.2.0
- Swift
Published by PSchmiedmayer about 3 years ago
speziaccount - 0.1.0
What's Changed
- CardinalKit Account by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitAccount/pull/1
New Contributors
- @PSchmiedmayer made their first contribution in https://github.com/StanfordBDHG/CardinalKitAccount/pull/1
Full Changelog: https://github.com/StanfordBDHG/CardinalKitAccount/commits/0.1.0
- Swift
Published by PSchmiedmayer about 3 years ago