Skip to content

6.5.0

Compare
Choose a tag to compare
@andersio andersio released this 27 Oct 16:46
· 84 commits to master since this release

This is the fifth minor release of ReactiveSwift 6.0.

⚠️ ReactiveSwift 6.5.0 is a strongly recommended update, especially for users routinely lifting custom Signal operators to work with SignalProducer.

Changes

  1. Fixed a SignalProducer.lift issue which may leak intermediate signals. (#808)

  2. Add ExpressibleByNilLiteral constraint to OptionalProtocol (#805, kudos to @nkristek)

  3. Add variadic sugar for boolean static methods such as Property.any(boolProperty1, boolProperty2, boolProperty3) (#801, kudos to @fortmarek)