2.0.0 Release Candidate 1
Pre-release
Pre-release
This is the first release candidate of ReactiveSwift 2.0. It targets Swift 3.1 with preliminary support of Swift 3.2 and Swift 4.0.
Changes
-
If the input observer of a
Signal
deinitializes while theSignal
has not yet terminated, aninterrupted
event would now be automatically sent. (#463, kudos to @andersio) -
ValidationResult
andValidatorOutput
have been renamed toValidatingProperty.Result
andValidatingProperty.Decision
, respectively. (#443) -
Mitigated a race condition related to ARC in the
Signal
internal. (#456, kudos to @andersio)