Skip to content

Releases: Jackstone92/CombineRx

Release 2.0.1

20 Sep 13:39
b0c324e
Compare
Choose a tag to compare

This release contains the following fixes and improvements:

  • Fixed project warnings #12
  • Removed the RxSwift 5 sample project and updated the RxSwift 6 sample project #13
  • Updated the README to include further information about bridging between Infallibles #14

Release 2.0.0

19 Sep 06:44
4653763
Compare
Choose a tag to compare

Adds support for RxSwift 6.x.x

Release 1.0.0

16 Dec 11:15
a92daaa
Compare
Choose a tag to compare
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

01 Mar 11:19
a92daaa
Compare
Choose a tag to compare

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

18 Feb 07:12
Compare
Choose a tag to compare

Initial release that adds asObservable and asPublisher bridging methods.