Releases: Jackstone92/CombineRx
Releases · Jackstone92/CombineRx
Release 2.0.1
Release 2.0.0
Adds support for RxSwift 6.x.x
Release 1.0.0
AsPublisher Failure Type Alignment with RxSwift (#2) * Add additional asObservable tests * Fix spelling * Fix alignment * Move and rename assertBridgeBufferDoesNotOverflowIfPossible * Align asPublisher Error type with RxSwift `Error` * Make assertBridgeBufferDoesNotOverflowIfPossible testable and add missing tests
v0.2.0 Release
Updated the asPublisher
failure type from BridgeFailure
to Error
so that it is in line with the error type that is used upstream by RxSwift.
v0.1.0 Release
Initial release that adds asObservable
and asPublisher
bridging methods.