File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Action"
3- s . version = "1.2.2 "
3+ s . version = "2.0.0-beta.1 "
44 s . summary = "Abstracts actions to be performed in RxSwift."
55 s . description = <<-DESC
66 Encapsulates an action to be performed, usually by a UIButton press.
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Changelog
44Current master
55--------------
66
7+ 2.0.0-beta.1
8+ ------------
9+
10+ - Adds Swift 3 support. See [ #46 ] ( https://github.com/RxSwiftCommunity/Action/pull/46 ) .
11+
12+ 1.2.2
13+ -----
14+
715- Added inputs subject to trigger actins by observables. See [ #37 ] ( https://github.com/RxSwiftCommunity/Action/pull/37 ) .
816- Fixes a problem with observable deallocation related to ` rx_action ` button property. See [ #33 ] ( https://github.com/RxSwiftCommunity/Action/pull/33 ) .
917- Improved Carthage compatibility. See [ #34 ] ( https://github.com/RxSwiftCommunity/Action/pull/34 ) .
You can’t perform that action at this time.
0 commit comments