Skip to content

7.0

Compare
Choose a tag to compare
@andersio andersio released this 19 Nov 15:03
· 46 commits to master since this release

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

  1. The UnidirectionalBinding operator <~ returns non optional values. (#834, kudos to @NicholasTD07)

  2. Fixed issue where SingalProducer.try(upTo:interval:count:) shares state between invocation of start on the same producer. (#829, kudos to @sebastiangrail)

  3. Signal.Event is now marked as frozen enum. (#841, kudos to @NachoSoto)