Skip to content

2.0.0 Release Candidate 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@andersio andersio released this 12 Jul 07:53
· 518 commits to master since this release

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

Changes

  1. Updated for Swift 4.0 shipped with Xcode 9 beta 3. (#484, kudos to @stephencelis)

  2. Lifetime.+= which ties a Disposable to a Lifetime, is now part of the public API and is no longer deprecated.

  3. Feedbacks from isEnabled to the state of the same Action no longer deadlocks if it does not constitute an infinite feedback loop. (#481, kudos to @andersio)

    Note that isExecuting already supports Action state feedback, and legitimate feedback loops would still deadlock.