Releases: Lickability/ViewStore
Releases · Lickability/ViewStore
Swift 6 & Strict Concurrency
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
toTimeInterval
forfunc advance(by stride:)
to allow more control over the amount of time being advanced by @ashlirankin in #15
New Contributors
- @ashlirankin made their first contribution in #15
Full Changelog: 1.1.0...1.2.0
Composable Store Update
1.1.0 Merge pull request #13 from Lickability/kpa/testing-composibility-sha…
Adds `ViewStore` injection
Adding support for optional value bindings that map to bool bindings
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.