Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wddwycc committed Apr 23, 2021
1 parent 1494ec0 commit d122b4d
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 412 deletions.
28 changes: 22 additions & 6 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- RxRelay (6.0.0):
- RxSwift (= 6.0.0)
- RxSwift (6.0.0)
- RxTheme (5.0.4):
- RxTheme (6.0.0):
- RxCocoa (~> 6.0)
- RxSwift (~> 6.0)

Expand All @@ -26,7 +26,7 @@ SPEC CHECKSUMS:
RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
RxRelay: 8d593be109c06ea850df027351beba614b012ffb
RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
RxTheme: ff66d4e8f8947a5b0ffc776e04f0fef85526011b
RxTheme: be60cb14e0544b3cbd574cc37fed35ba9d61aa1f

PODFILE CHECKSUM: 3549b3ef30393f1fa7f52c030ff2aa0e1452a120

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/RxTheme.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

794 changes: 399 additions & 395 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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.

2 changes: 1 addition & 1 deletion RxTheme.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxTheme'
s.version = '5.0.4'
s.version = '6.0.0'
s.summary = 'Theme management based on RxCocoa'
s.description = <<-DESC
Theme management based on RxSwift and RxCocoa, easy to use, easy to extend.
Expand Down

0 comments on commit d122b4d

Please sign in to comment.