Releases: CombineCommunity/RxCombine
Releases · CombineCommunity/RxCombine
RxCombine 2.0.1
RxCombine 2.0.0
- Support RxSwift 6
- Add
Infallible
conversion from a publisher withFailure == Never
RxCombine 1.6.1
This version includes Carthage improvements for pre-built binaries (Thanks @fredyshox).
There are no code changes aside for that.
RxCombine 1.6.0
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
🥳 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
RxCombine 1.3.0
Supports Xcode 11 GM
RxCombine 1.2.0
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
- Add
Observable.asPublisher()
as an alias to thepublisher
property (Thanks @jdisho!) - Support Carthage via Prebuilt Binary
RxCombine 1.0.0
Initial Release! 🎉