Skip to content

Releases: MFB-Technologies-Inc/swiftui-pick-better

Add @MainActor and @ViewBuilder where needed

20 Oct 13:57
4af0029
Compare
Choose a tag to compare

Maintenance

05 Oct 20:36
8586ee2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

Update workflow and dependencies

25 Apr 19:14
79ba46f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

Add .swiftpm to gitignore to stop schemes from polluting dependents

14 Nov 18:04
e399807
Compare
Choose a tag to compare

What's Changed

  • Add .swiftpm to gitignore to stop schemes from polluting packages tha… by @roanutil in #5

Full Changelog: 2.1.0...2.1.1

2.1.0

02 Oct 20:13
3bb0db5
Compare
Choose a tag to compare

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

21 Sep 16:54
3b79cd4
Compare
Choose a tag to compare

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

1.0.0

03 Jun 05:32
5a1549b
Compare
Choose a tag to compare

Initial Release