-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
# changelog | ||
|
||
## 6.0.0 | ||
|
||
- Injected a setter before binding | ||
- Remove old multi-bind API | ||
|
||
## 5.0.4 | ||
|
||
- Add SPM support | ||
|
||
## 5.0.0 | ||
|
||
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<T> | ||
README renew | ||
|
||
## 4.1.1 | ||
|
||
* Support `UINavigationBar.largeTitleTextAttributes` | ||
- Support `UINavigationBar.largeTitleTextAttributes` | ||
|
||
## 4.1.0 | ||
|
||
* Support `UISegmentedControl.selectedSegmentTintColor` | ||
- Support `UISegmentedControl.selectedSegmentTintColor` | ||
|
||
## 4.0.0 | ||
|
||
* 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 | ||
|
||
- 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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.