Skip to content

6.2.1

Compare
Choose a tag to compare
@andersio andersio released this 28 Feb 12:40
· 113 commits to master since this release

This is a patch release of ReactiveSwift 6.2.

Changes

  • Improved performance of aggregating a sequence of Signal and SignalProducer using the static combineLatest and zip operators. (#773, kudos to @rocketnik)

  • Fixed the SignalProducer.debounce operator which does not deliver any value if having been started more than once. (#772, kudos to @gpambrozio)