Skip to content

1.0.0 Release Candidate 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@andersio andersio released this 18 Dec 20:34
· 1098 commits to master since this release

This is the second release candidate of ReactiveSwift 1.0.0.

πŸš„ Release Roadmap

New since Release Candidate 1

  1. attempt and attemptMap now have a variant that interoperates with native Swift error handling. (#141, kudos to @sharplet)

Changed since Release Candidate 1

  1. Fixed broken non-optional to optional bindings. (#165)
    Specifically: Target<Value?> <~ Source<Value>
  2. innerDisposable of SerialDisposable and ScopedDisposable has been renamed. (#164)
  3. 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.

Previous Releases