Skip to content

2.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@andersio andersio released this 05 Jul 19:00
· 540 commits to master since this release

This is the second release candidate of ReactiveSwift 2.0. It targets Swift 3.1 with preliminary support of Swift 3.2 and Swift 4.0.

Bugfix

  1. Fixed a deadlock upon disposal when combining operators, i.e. zip and combineLatest, are used. (#471, kudos to @stevebrambilla for catching the bug)