Skip to content

1.1.3

Compare
Choose a tag to compare
@andersio andersio released this 15 May 04:33

This is a maintanence release of ReactiveSwift 1.1. It is compatible with Swift 3.0 and Swift 3.1.

Deprecation

  1. observe(_:during:) is now deprecated. It would be removed in ReactiveSwift 2.0.
    Use take(during:) and the relevant observation API of Signal, SignalProducer and Property instead. (#374)