Releases: benlmyers/better-binding
Releases · benlmyers/better-binding
1.2.1
12 May 22:26
Compare
Sorry, something went wrong.
No results found
This release adds Mac compatability.
1.2
10 Jan 01:31
Compare
Sorry, something went wrong.
No results found
This update adds support for comparison with Comparable
values. For more info, check out the README.
1.1.4
15 Nov 03:08
Compare
Sorry, something went wrong.
No results found
1.1.3
13 Nov 21:16
Compare
Sorry, something went wrong.
No results found
This release adds support for macOS.
1.1.2
15 Sep 20:34
Compare
Sorry, something went wrong.
No results found
This release adds support for the logical NOT prefix operator, converting a Binding<Bool>
's wrapped value to its opposite.
1.1.1
12 Sep 01:15
Compare
Sorry, something went wrong.
No results found
This release adds support for the logical NOT operator.
1.1
26 Jul 01:38
Compare
Sorry, something went wrong.
No results found
This update adds a couple logical operators. Convert two Binding<Bool>
s to a single Binding<Bool>
with &&
and ||
!
1.0.2
23 Jul 16:05
Compare
Sorry, something went wrong.
No results found
Additional fixes with SwiftUI not loading as a dependency
1.0.1
23 Jul 15:49
Compare
Sorry, something went wrong.
No results found
This update fixes an issue with operators not appearing in scope.
1.0
23 Jul 15:43
Compare
Sorry, something went wrong.
No results found
BetterBinding adds quick and easy operators for you to use with Binding
in your SwiftUI projects.