1.1.3
This is a maintanence release of ReactiveSwift 1.1. It is compatible with Swift 3.0 and Swift 3.1.
Deprecation
observe(_:during:)
is now deprecated. It would be removed in ReactiveSwift 2.0.
Usetake(during:)
and the relevant observation API ofSignal
,SignalProducer
andProperty
instead. (#374)