ReactiveSwift v1.1.3 Release Notes

  • ๐Ÿ—„ 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)