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

Make interface additions for #203 while maintaining minor release compatibility. #207

Merged
merged 4 commits into from
May 4, 2017

Conversation

baumatron
Copy link
Contributor

Deprecates a few selectors on KeenClient that shouldn't be there. They were exposed only for testing. Also, don't use those methods for testing, use the full async method that uses the queue.

Rename a few methods to have more Obj-C style names, deprecating the old methods. They're still there so this can go in a minor release. All deprecated methods should be cleaned out when we do a major revision.

@baumatron
Copy link
Contributor Author

Forgot to mention, the workflow I'm suggesting here is that this change goes to vnext_minor, and once we're ready to package a release we grab what we want from vnext_minor and/or vnext_major along with patch releases in master. That way minor revision changes won't preclude a patch release if the patch is made after a minor version change, and same for major revision changes.

@baumatron
Copy link
Contributor Author

Just noticed NSURLSession uses a naming pattern of completionHandler:, so I'm going to standardize everything with that to try to follow conventions of the framework.

Copy link
Collaborator

@masojus masojus left a comment

Choose a reason for hiding this comment

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

Nothing strange from my perspective. Thanks!

@baumatron baumatron merged commit f607ea9 into vnext_minor May 4, 2017
@baumatron baumatron deleted the issue_203_minor_revision_step branch May 4, 2017 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants