- Use
AnyObject
instead ofclass
keyword, which was deprecated since Swift 4. See #93 - @tomisacat.
- Fixes RxSwift 6.1 compatibility. See #87.
- Adds support for RxSwift 6 - @jinsu3758
- Increases minimum deployment target to iOS 9.0 - @ashfurrow
- Update RxSwift
Note: This is an SPM-only release. It's functionally identical to 5.0.2 for CocoaPods and Carthage users.
- Update to Swift 5.0 to build in CI
- Update to Swift 5.0 and Xcode 10.2 See #59 - @fassko
- Build in Circle CI 2.0 and remove Pods from repo. See #59 - @fassko
- Increase watchOS minimum version. See #59 - @fassko
- Update the dependencies in the Cartfile & Podfile. See #57 - @Vkt0r
- Replace the deprecated
addDisposableTo(_:)
in favor ofdisposed(by:)
in the DemoTest. See #57 - @Vkt0r
- Re-adds HasDisposeBag protocol. See #49 - @twittemb
- Fixes for Carthage. See #56 - @Gurpartap
- Fixes a warning when used in application extensions. See #45 - @mono0926
- Removes suport for using dispose bags on reference types. See #47 - @grinder81
- Move to a new protocol-based approach, allowing non-reference types to use the library 🎉 See #41 - @twittemb
- Removes
rx_disposeBag
in favour ofrx.disposeBag
.
-
Change macOS minimum deployment target to 10.10 to support RxSwift 3.0 (#39) - @freak4pc
-
Allow usage of rx.disposeBag alongside rx_disposeBag (#29) - @freak4pc
-
Change xcodeproj name for Carthage (#35) - @toshi0383
- Support Swift 3
- Removes constraint on RxSwift 2.0.0.
- Updates to RxSwift 2.0 🎉
- Initial release.