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

Remove Deprecations For Ember-Data-4 #11

Open
nadnoslen opened this issue May 23, 2019 · 0 comments
Open

Remove Deprecations For Ember-Data-4 #11

nadnoslen opened this issue May 23, 2019 · 0 comments
Milestone

Comments

@nadnoslen
Copy link
Member

The following deprecations were introduced because now that Ember supports accessors without using the .get(...) function, we can't pollute the names with question marks (like in Ruby). I got comfortable decorating my computed property names with question marks in 2014 and now it needs to stop.

  • ember-data-base-model/models/-base.deprecate-unaltered-question-mark
  • ember-data-base-model/models/-base.deprecate-altered-question-mark
  • ember-data-base-model/models/-base.deprecate-persisted-question-mark
  • ember-data-base-model/models/-base.deprecate-new-question-mark
  • ember-data-base-model/models/-base.deprecate-dirty-question-mark
  • ember-data-base-model/models/-base.deprecate-clean-question-mark
@nadnoslen nadnoslen added this to the 2.0.0 milestone May 29, 2019
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

No branches or pull requests

1 participant