1.0.0 Release Candidate 2
Pre-release
Pre-release
This is the second release candidate of ReactiveSwift 1.0.0.
π Release Roadmap
New since Release Candidate 1
attempt
andattemptMap
now have a variant that interoperates with native Swift error handling. (#141, kudos to @sharplet)
Changed since Release Candidate 1
- Fixed broken non-optional to optional bindings. (#165)
Specifically:Target<Value?> <~ Source<Value>
innerDisposable
ofSerialDisposable
andScopedDisposable
has been renamed. (#164)Signal.pipe
now returns a named tuple. (#153, kudos to @sharplet)
Acknowledgements
Kudos to @mdiep, @sharplet, @liscio and @andersio who helped review the pull requests.