Skip to content

Commit 7dadd11

Browse files
committed
2.0.0 beta update.
1 parent a01ee29 commit 7dadd11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Action.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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.

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changelog
44
Current 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).

0 commit comments

Comments
 (0)