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 810eb0d commit ca1d002Copy full SHA for ca1d002
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "0.1.0"
+ s.version = "0.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,7 +4,13 @@ Changelog
Current master
--------------
7
+Nothing yet!
8
+
9
+0.2.0
10
+-----
11
12
- Added tvOS support to UIButton extension.
13
+- Changes `enabledIf` to accept `Observable<BooleanType>` instead of `Bool`.
14
15
0.1.0
16
-----
0 commit comments