Releases: RxSwiftCommunity/RxSwiftExt
Releases · RxSwiftCommunity/RxSwiftExt
6.2.1
6.2.0
RxSwiftExt 6.1.0
Various fixes for Xcode 12.5 and Carthage
RxSwiftExt 6.0.1
Relax minor version dependency on RxSwift
6.0.0
RxSwiftExt 5.2.0
RxSwift 5.1.1
Restore watchOS support
RxSwiftExt 5.1.0
- RxSwiftExt now supports Swift Package Manger (SPM)
- Added UIScrollView.scrolledToBottom
- Fix deprecated barrier usage in
once - Added
merge(with:) - Simplify unwrapping operators to use
compactMapunderneath the hood. - Add
mapTofor Traits. - Make
pausableBufferedmore robust to reentrancy.
RxSwiftExt 5.0.0
Requires RxSwift 5 and Xcode 10.2.
(Version 4.0.0 was skipped to aline versioning with RxSwift core)
RxSwift 3.4.0
- Fix
withUnretainedso it allows proper destructuring. - added
mapManyoperator. - added
toSortedArrayoperator. - rolled
map(to:)back tomapTo(_:)for SharedSequenceConvertibleType. - added
unwrap()operator forSharedSequence. - added
apply(_:)forSingle. - added
countoperator.