- Requires RxSwift 5 & Xcode 10.2.
- Minimum iOS deployment target is iOS 9.
- Update WatchOS deployment target to 3.0.
- Updates RxSwift version.
- Updated for Swift 4.2 and Xcode 10.
- Loosen generic constraints to work with any SharingStrategy, instead of just Driver.
- Swift 4.1 compatibility
- Upgrades to RxSwift 4.0.
- Adds
filterNilKeepOptional
.
- RxSwift 3.0.0 support for Carthage.
- RxSwift 3.0.0-rc.1 support for Carthage.
- Improved Carthage support.
- Migrated Driver extensions into SharedSequenceConvertibleType
- Swift 3 compatibility
- Add
distinctUntilChanged
operator
- Breaking Change: Remove
fatalErrorOn*
operators - Breaking Change: Remove guarantees from
catchOnEmpty
operators
- Add unit tests
- Move to RxSwiftCommunity
- Deprecate 'fatalErrorOn*' operators
- During release builds
fatalError
are logged - Use guards
- First public release
- Add all documentation
- Initial release