We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bb86a commit 2767d96Copy full SHA for 2767d96
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "2.1.1"
+ s.version = "2.2.0"
4
s.summary = "Abstracts actions to be performed in RxSwift."
5
s.description = <<-DESC
6
Encapsulates an action to be performed, usually by a UIButton press.
Changelog.md
@@ -4,6 +4,12 @@ Changelog
Current master
--------------
7
+2.2.0
8
+-----
9
+
10
+- Fixes [#63](https://github.com/RxSwiftCommunity/Action/issues/63), related to the default enabled state.
11
+- Adds `bindTo(action:)` for non-CocoaAction.
12
13
2.1.1
14
-----
15
0 commit comments