Skip to content

Releases: CombineCommunity/RxCombine

RxCombine 2.0.1

28 Apr 12:28
Compare
Choose a tag to compare

Fix a bug preventing building under Xcode 12.5 as well as older versions of iOS

RxCombine 2.0.0

01 Jan 19:39
Compare
Choose a tag to compare
  • Support RxSwift 6
  • Add Infallible conversion from a publisher with Failure == Never

RxCombine 1.6.1

14 Oct 05:54
Compare
Choose a tag to compare

This version includes Carthage improvements for pre-built binaries (Thanks @fredyshox).
There are no code changes aside for that.

RxCombine 1.6.0

10 May 18:06
Compare
Choose a tag to compare

This release includes two major changes:

  • The entire bridging of Subjects have changes. To go from a Rx Subject to a Combine Subject, use .toCombine(). To learn more about this change, see #16.
  • The deployment target of this project was lowered to that of RxSwift (iOS 8, macOS 10.9, watchOS 3, tvOS 9) with specific availability clauses. To allow proper migration on older codebases.

RxCombine 1.5.0

21 Mar 06:34
Compare
Choose a tag to compare

🥳 RxCombine 1.5.0 is out!

This is a big refactor & stability update, which you should definitely upgrade to.

RxCombine now entirely respects backpressure and downstream demand when converting an Observable's emissions to a Publisher. This substantially enhances stability and resolves some reported issues.

RxCombine 1.3.1

19 Jan 19:36
Compare
Choose a tag to compare

Fix a race condition where subscription was pushed to subscriber after and immediate value. #7 Thanks @epatey !

RxCombine 1.3.0

16 Sep 08:59
Compare
Choose a tag to compare

Supports Xcode 11 GM

RxCombine 1.2.0

03 Jul 17:23
Compare
Choose a tag to compare

Updated for Xcode 11 beta 3.

Apple removed the AnyPublisher initializer that takes a closure (similar to RxSwift's Observable.create). Meaning creating a Publisher can only be done with an intermediary type. See RxPublisher.

RxCombine 1.1.0

14 Jun 22:29
Compare
Choose a tag to compare
  • Add Observable.asPublisher() as an alias to the publisher property (Thanks @jdisho!)
  • Support Carthage via Prebuilt Binary

RxCombine 1.0.0

12 Jun 11:24
Compare
Choose a tag to compare

Initial Release! 🎉