ember-web-api
ember-web-api copied to clipboard
Inflector Deprecation
Ember 2.17 adds a deprecation warning for Ember.Inflector. Instead, projects should favor import Inflector from 'ember-inflector'.
I fixed this to user ember-inflector in PR #15 . I verified that this removed the deprecation from my app, but I wasn't able to run the ember-web-api tests on my machine.
@CrshOverride, if you have time, could you take a look? I would love to see this merged so I don't have to use my forked copy.
@barryofguilder I'll take a look tonight. Thanks for the PR!
@CrshOverride any updates on this?
@barryofguilder Sorry for the delay. I've been slammed with personal and work stuff. It's finally slowing down a little. The code is pretty straight forward, I just need to see what's going on with the tests.
@CrshOverride Any updates on this? Is there anything we can do to help it move along?