-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Update for Ember 2.0 #32
Comments
Any news on this? When updating to Ember 1.13, I get a deprecated warning on the this.store.find method in the mixin. It should now be .query() :p |
word! haven't had a chance to look into it as of yet. |
@temo44 - letting you know that I should have something soon. See: ember-cli/ember-cli#4339 |
I'm patiently waiting for this. Let me know if you need help testing it. |
@hhff: |
@dj-hedgehog ill merge it when I get a chance to finish it. juggling 4 clients at the moment, violins, sad music etc etc |
I'll soon need to handle this if it's not addressed soon. @hhff can you brain dump any "ember-infinity for ember 2.0" thoughts/plans on this ticket |
Hey @hhff, Hey @mike-north, I will look into updating ember-infinity to 2.0 this week. Or are you, @mike-north, already working on a PR with updates for 2.0? |
I have no code written for this yet, but am eager to get this addon working with the current ember release |
@mike-north sorry just saw your note above! I think the first iteration re: 2.0 stuff should be to get everything working as minimal as possible. Getting my ED 1.13.x branch in will help. (I'm stacked 12 hour days for another couple weeks) Been looking at https://github.com/mixonic/ember-cli-deprecation-workflow as a possible way to handle the transition between Ember Data versions. The next big feature for this lib will be allowing it to work sans-Ember Data. It's not totally unrelated to the update to 2.0, as we'll need the concept of a "promise generator" for the infinityRoute. Also, once we're 2.0 compatible, I'm keen to cut the first release on 0.1.x track! |
Perhaps a good temporary solution to un-block people is to have an When the tight coupling to ember-data is removed, this will become a non-issue. Perhaps we never will even need to solve the hard problem (maintaining support for ED 1.x and 2.x at the same time) |
jah, #48 just needs a test, and should be fine. u know what, I'll do it first thing tomorrow |
Update for Ember Data 1.13.x, closes #32
No description provided.
The text was updated successfully, but these errors were encountered: