-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Deprecate + Remove Ember Data Functionality #289
Comments
/cc @nlfurniss @xg-wang for visibility |
@rwjblue Does it makes sense to add deprecation when next ember-data LTS version (3.12) comes out then major bump to remove utils? |
ember-data@3.9.2 was released dropping the dependency on |
I don't think we have to be terribly concerned with the timing here; its probably fine to deprecate whenever we have the time... |
I should have chimed in earlier, sorry. The utils are useful helpers in constructing one-off ajax requests using ember-fetch, so I'm concerned about deprecating them |
@rwjblue @nlfurniss These utils are private in |
|
As of emberjs/data#6077, ember-data will no longer depend on
ember-fetch
directly (but will continue to use it if it is present).We should deprecate usage of all code in
addon/
exceptaddon/ajax.ts
(since it provides functionality for the ember-data adapter mixin, which will not be required as of ember-data@3.10+ and possibly ember-data@3.9.2).The text was updated successfully, but these errors were encountered: