Skip to content

Releases: MaximBazarov/Decide

0.1.1 Latest Stable Before 1.0

28 Aug 14:52
7473d27
Compare
Choose a tag to compare
lower the iOS version requirement to iOS 14 (#35)

0.1.0 Observable State

10 Aug 09:03
fdae42e
Compare
Choose a tag to compare
Fix the API error "can't mutate self is immutable" for BindKeyed in S…

…wiftUI view (#31)

Since `KeyedValueBinding` was a variable on the wrapper and wrapper was
a variable on view that is structure — semantically we were mutating
self.

I moved it to the wrapper itself, and projectedValue now returns the
wrapper, and added a subscript that is non mutating semantically.

0.0.1 Observable State

07 Aug 08:26
6a21824
Compare
Choose a tag to compare

This is a release to start doing proofs of concept.

It's lacking documentation and proper testing, please do not use it in production.