- Injected a setter before binding
- Remove old multi-bind API
- Add SPM support
It is a major release to adopt RxSwift 6.0, generally no breaking change should be introduced.
Adopt RxSwift 6.0 Remove redundent rx extensions since RxSwift 6 introduced @dynamicMemberLookup for Reactive README renew
- Support
UINavigationBar.largeTitleTextAttributes
- Support
UISegmentedControl.selectedSegmentTintColor
- Update RxSwift & RxCocoa dependencies to 5.0, and removed all warnings.
- Remove rx.bind(until: API, to encourage use a disposeBag to define lifetime of binding
- Better test coverage