2.0.0 alpha 3
Pre-release
Pre-release
andersio
released this
13 Jun 17:42
·
575 commits
to master
since this release
This is the third alpha release of ReactiveSwift 2.0. It targets Swift 3.1 with preliminary support of Swift 3.2 and Swift 4.0.
Bugfixes
- Fixed an impedance mismatch in the
Signal
internals that caused heap corruptions. (#449, kudos to @gparker42)
Additions
-
combinePrevious
forSignal
andSignalProducer
no longer requires an initial value. The first tuple would be emitted as soon as the second value is received by the operator if no initial value is given. (#445, kudos to @andersio) -
In Swift 3.2 or later, you may create
BindingTarget
for a key path of a specific object. (#440, kudos to @andersio)