Skip to content

Releases: benlmyers/better-binding

1.2.1

12 May 22:26

Choose a tag to compare

This release adds Mac compatability.

1.2

10 Jan 01:31

Choose a tag to compare

1.2

This update adds support for comparison with Comparable values. For more info, check out the README.

1.1.4

15 Nov 03:08

Choose a tag to compare

1.1.3

13 Nov 21:16

Choose a tag to compare

This release adds support for macOS.

1.1.2

15 Sep 20:34

Choose a tag to compare

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

Choose a tag to compare

This release adds support for the logical NOT operator.

1.1

26 Jul 01:38

Choose a tag to compare

1.1

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

Choose a tag to compare

Additional fixes with SwiftUI not loading as a dependency

1.0.1

23 Jul 15:49

Choose a tag to compare

This update fixes an issue with operators not appearing in scope.

1.0

23 Jul 15:43
7b09b41

Choose a tag to compare

1.0

BetterBinding adds quick and easy operators for you to use with Binding in your SwiftUI projects.