Releases: benlmyers/better-binding
Releases · benlmyers/better-binding
1.2.1
This release adds Mac compatability.
1.2
This update adds support for comparison with Comparable
values. For more info, check out the README.
1.1.3
This release adds support for macOS.
1.1.2
This release adds support for the logical NOT prefix operator, converting a Binding<Bool>
's wrapped value to its opposite.
1.1.1
This release adds support for the logical NOT operator.
1.1
This update adds a couple logical operators. Convert two Binding<Bool>
s to a single Binding<Bool>
with &&
and ||
!
1.0.2
Additional fixes with SwiftUI not loading as a dependency
1.0.1
This update fixes an issue with operators not appearing in scope.
1.0
BetterBinding adds quick and easy operators for you to use with Binding
in your SwiftUI projects.