- Nothing yet!
- 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.