Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve naming of public API properties #126

Merged
merged 5 commits into from
Jan 8, 2018

Conversation

mosamer
Copy link
Contributor

@mosamer mosamer commented Nov 22, 2017

This PR is a first phase of public API cleanup as discussed on #120, it includes the following;

  • Rename enabled ~> isEnabled
  • Rename executing ~> isExecuting
  • Deprecate renamed properties
  • Remove unnecessary properties from public API; workFactory and _enabledIf

@mosamer
Copy link
Contributor Author

mosamer commented Nov 22, 2017

@ashfurrow CI is not triggered here as well. May be cause PR is not pointing to master?!

@ashfurrow
Copy link
Member

Argh, no I just hadn't configured it properly 😞 I've fixed the issue and redelivered the PR creation webhook to circle to trigger the build. Sorry about that!

@mosamer mosamer merged commit 0f93f52 into RxSwiftCommunity:4.0 Jan 8, 2018
@@ -77,7 +77,7 @@ class ActionTests: QuickSpec {
.bind(to: enabled)
.disposed(by: disposeBag)

action.executing
action.isExecuting
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indentation

@@ -90,7 +90,7 @@ class ActionTests: QuickSpec {
action.elements.subscribe().disposed(by: disposeBag)
action.errors.subscribe().disposed(by: disposeBag)
action.enabled.subscribe().disposed(by: disposeBag)
action.executing.subscribe().disposed(by: disposeBag)
action.isExecuting.subscribe().disposed(by: disposeBag)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indentation

mosamer added a commit that referenced this pull request Apr 22, 2019
Improve naming of public API properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants