Releases: MFB-Technologies-Inc/swiftui-pick-better
Releases · MFB-Technologies-Inc/swiftui-pick-better
Add @MainActor and @ViewBuilder where needed
What's Changed
- Add @mainactor and @ViewBuilder where needed by @roanutil in #8
Full Changelog: 2.1.3...3.0.0
Maintenance
Update workflow and dependencies
Add .swiftpm to gitignore to stop schemes from polluting dependents
What's Changed
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Add initializers that take a closure to map from option values to selection values
- Add initializers that allow for option values and selection values to be the same type
- Relax protocol requirements on initializers to allow more generalized use
Full Changelog: 2.0.0...2.1.0
2.0.0 Concurrency
What's Changed
- Bump minimum swift version to 5.5
- Add
@MainActor
declarations - Add
Sendable
conformances - Feature/structured concurrency by @roanutil in #3
Full Changelog: 1.0.0...2.0.0