All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
There are no actual code changes to this release, we've only removed the original author's e-mail from the repo based on their request. (See #112)
5.0.5 (2022-04-14)
5.0.4 (2021-10-05)
5.0.3 (2021-05-04)
5.0.2 (2021-03-31)
5.0.1 (2021-02-03)
-
- Moved circleci to githubci
- Supports RxSwift 6.0
- Release xcframeworks
- Restructure for better support and maintenance (64eea0c)
- Actions to resolve dependencies before running (f04fd38)
- Bump version script (a7a1c20)
- Commit podspec version bump (141cc95)
- Reenable cleanup script (c6c73f5)
- Remove unused step in action (8566368)
- Add suport for Swift Package Manager
- 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