Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
011dd5b
Swift 5 support
fassko May 2, 2019
62127ec
Update gems
fassko May 2, 2019
95727ea
Correct changelog url
fassko May 2, 2019
3c67968
* remove deprecated .swift-version file
fassko May 3, 2019
9bb5c12
Update Gems
fassko May 3, 2019
85d7e16
Merge remote-tracking branch 'upstream/master'
fassko May 3, 2019
aa08d1f
Build in Circle CI 2
fassko May 3, 2019
5c38ef5
Update Carthage
fassko May 3, 2019
c726a37
Run carthage update in the right place
fassko May 3, 2019
a221611
Remove Pods
fassko May 3, 2019
0678d5b
Increase minimum version for watchOS
fassko May 3, 2019
18ee76c
Add changes to changelog
fassko May 3, 2019
06a7c3b
Removing nighly builds
fassko May 4, 2019
aca0942
Build in Circle CI 2
fassko May 3, 2019
b8b974b
Update Carthage
fassko May 3, 2019
1f8901f
Run carthage update in the right place
fassko May 3, 2019
b88dec0
Remove Pods
fassko May 3, 2019
9ad74d1
Increase minimum version for watchOS
fassko May 3, 2019
c81868a
Add changes to changelog
fassko May 3, 2019
8858d63
Removing nighly builds
fassko May 4, 2019
6253cba
Merge branch 'master' of github.com:fassko/NSObject-Rx
fassko May 4, 2019
744467b
Merge remote-tracking branch 'upstream/master'
fassko Jul 24, 2019
83e0d1f
Bump version
fassko Jul 24, 2019
ae67cee
Swift 5 warning
fassko Jul 24, 2019
06eaa81
Update pods
fassko Aug 26, 2019
09b2588
Add changelog
fassko Aug 26, 2019
adbd0da
Merge remote-tracking branch 'upstream/master'
fassko Aug 26, 2019
f125a4a
Merge remote-tracking branch 'upstream/master'
fassko Sep 2, 2019
f85ed77
Bump version
fassko Sep 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
Current master
--------------

5.0.2
-----
- Add the public modifier access to the disposeBag property. See [#74](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/74) - [@Vkt0r](https://github.com/Vkt0r)

5.0.1
Expand Down
2 changes: 1 addition & 1 deletion NSObject+Rx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NSObject+Rx"
s.version = "5.0.1"
s.version = "5.0.2"
s.summary = "Handy RxSwift extensions on NSObject."
s.description = <<-DESC
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!
Expand Down