1.5.0
What's Changed
- Added: Introduce
Binding<Bool>.init<V>(_: Binding<V?>)
(https://github.com/pointfreeco/swiftui-navigation/pull/160). The existingBinding.isPresent()
method has been deprecated in favor of this initializer. - Fixed: Address a few sendability warnings in
SwiftUINavigationCore
(https://github.com/pointfreeco/swiftui-navigation/pull/159). - Infrastructure: Fix CI by passing the
CI
environment variable toxcodebuild
(https://github.com/pointfreeco/swiftui-navigation/pull/162).
Full Changelog: pointfreeco/swiftui-navigation@1.4.0...1.5.0