7.0
This is the first release of ReactiveSwift 7.0. It has a couple of minor breaking changes in both ABI and source over ReactiveSwift 6.0.
Changes
-
The UnidirectionalBinding operator
<~
returns non optional values. (#834, kudos to @NicholasTD07) -
Fixed issue where
SingalProducer.try(upTo:interval:count:)
shares state between invocation ofstart
on the same producer. (#829, kudos to @sebastiangrail) -
Signal.Event
is now marked as frozen enum. (#841, kudos to @NachoSoto)