ReactiveSwift v7.0.0 Release Notes
-
- The UnidirectionalBinding operator
<~
returns non optional values. (#834, kudos to @NicholasTD07)
🛠 1. Fixed issue where
SingalProducer.try(upTo:interval:count:)
shares state between invocation ofstart
on the same producer. (#829, kudos to @sebastiangrail)🚦 1.
Signal.Event
is now marked as frozen enum. (#841, kudos to @NachoSoto) - The UnidirectionalBinding operator