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

properly deprecate removed properties #143

Merged
merged 1 commit into from Feb 13, 2018
Merged

properly deprecate removed properties #143

merged 1 commit into from Feb 13, 2018

Conversation

Dhaulagiri
Copy link
Collaborator

More cleanly deprecates properties renamed in #131 so that we can remove them in the future

members: hasMany('github-member'),
repositories: hasMany('github-repository'),

githubUsers: computed(function() {
Copy link
Owner

Choose a reason for hiding this comment

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

Does this need to depend on members in case the data in the model changes, so it can recompute? Same question for repos below.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point, it probably does. I’ll update all of these to account for that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated

@Dhaulagiri Dhaulagiri merged commit b3649b7 into master Feb 13, 2018
@Dhaulagiri Dhaulagiri deleted the br-depr branch February 13, 2018 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants