Skip to content

Releases: Lickability/ViewStore

Swift 6 & Strict Concurrency

07 Oct 17:36
0d799e4
Compare
Choose a tag to compare

What's Changed

  • Updates the framework to use Swift 6 and turns on strict concurrency by @Cordavi in #16
  • Updates the stride type from Int to TimeInterval for func advance(by stride:) to allow more control over the amount of time being advanced by @ashlirankin in #15

New Contributors

Full Changelog: 1.1.0...1.2.0

Composable Store Update

31 May 16:40
37fb876
Compare
Choose a tag to compare
1.1.0

Merge pull request #13 from Lickability/kpa/testing-composibility-sha…

Adds `ViewStore` injection

02 Feb 18:02
720c299
Compare
Choose a tag to compare

Adding support for optional value bindings that map to bool bindings

05 Dec 16:55
db1a50f
Compare
Choose a tag to compare

Adds support for the ability to make an optional value binding / action and turn it into a binding with a bool for things like the alert api.