Skip to content

Releases: RxSwiftCommunity/RxSwiftExt

6.2.1

20 Sep 03:20
eb4adf9
Compare
Choose a tag to compare

Same as 6.2.0, with fixed Carthage support (Thanks @adamsousa!)

6.2.0

23 Aug 14:05
a8065d1
Compare
Choose a tag to compare

Exposes a public Observable alias to overcome a bug in Xcode 15 (#272)

RxSwiftExt 6.1.0

06 May 21:07
Compare
Choose a tag to compare

Various fixes for Xcode 12.5 and Carthage

RxSwiftExt 6.0.1

20 Feb 11:50
Compare
Choose a tag to compare

Relax minor version dependency on RxSwift

6.0.0

02 Jan 09:59
Compare
Choose a tag to compare

Support RxSwift 6

RxSwiftExt 5.2.0

27 Nov 18:53
Compare
Choose a tag to compare

Added:

  • merge(with:) now takes an array instead of a variadic list to avoid signature conflict (#238 #241)

Fixes:

  • Test updates and generic constraint naming updated (thanks @MortyMerr)!

RxSwift 5.1.1

14 Sep 12:35
Compare
Choose a tag to compare

Restore watchOS support

RxSwiftExt 5.1.0

13 Sep 15:48
Compare
Choose a tag to compare
  • RxSwiftExt now supports Swift Package Manger (SPM)
  • Added UIScrollView.scrolledToBottom
  • Fix deprecated barrier usage in once
  • Added merge(with:)
  • Simplify unwrapping operators to use compactMap underneath the hood.
  • Add mapTo for Traits.
  • Make pausableBuffered more robust to reentrancy.

RxSwiftExt 5.0.0

02 May 11:08
Compare
Choose a tag to compare

Requires RxSwift 5 and Xcode 10.2.

(Version 4.0.0 was skipped to aline versioning with RxSwift core)

RxSwift 3.4.0

14 Nov 21:21
Compare
Choose a tag to compare
  • Fix withUnretained so it allows proper destructuring.
  • added mapMany operator.
  • added toSortedArray operator.
  • rolled map(to:) back to mapTo(_:) for SharedSequenceConvertibleType.
  • added unwrap() operator for SharedSequence.
  • added apply(_:) for Single.
  • added count operator.