Skip to content

6.6.0

Compare
Choose a tag to compare
@andersio andersio released this 08 Mar 17:54
· 73 commits to master since this release

This is the sixth minor release of ReactiveSwift 6.0.

Addition

  1. Added the SignalProducer.Type.interval() operator for emitting values on a regular schedule. (#810, kudos to @mluisbrown)

Changes

  1. When debugging your application, the call stacks involving ReactiveSwift may start to look cleaner and less cryptic. This is an on-going refactoring effort to improve the developer experience. See #799 for an example.

  2. Bumped deployment target to iOS 9.0, per Xcode 12 warnings. (#818, kudos to @harleyjcooper)

  3. Fixed a few deprecation warning when the project is being built. (#819, kudos to @apps4everyone)