2.1.0 alpha 1
Pre-release
Pre-release
·
432 commits
to master
since this release
This is the first alpha release of ReactiveSwift 2.1. It targets Swift 3.1, Swift 3.2 and Swift 4.0.
Changes
-
Signal.Observer.action
has been deprecated. UseSignal.Observer.send
instead. (#515) -
Workaround an unexpected EGAGIN error being returned by pthread in 32-bit ARM debug builds. (#508)
-
The
SignalProducer
internals have undergone a significant refactoring, which bootstraps the effort to reduce the overhead of constant producers and producer compositions. (#487, kudos to @andersio)