[deprecations] Use ember-data-filter plugin
At some point we may try to refactor places where we use store.filter(), but at the moment it would result with an overly complicated code, so I'd prefer to use a plugin.
This commit is contained in:
parent
1c33475ff6
commit
becde631d5
|
@ -20,9 +20,9 @@ window.deprecationWorkflow.config = {
|
|||
{ handler: "log", matchMessage: "Ember.addBeforeObserver is deprecated and will be removed in the near future." },
|
||||
{ handler: "log", matchMessage: "Ember.removeBeforeObserver is deprecated and will be removed in the near future." },
|
||||
{ handler: "log", matchMessage: "Using DS.Snapshot.get() is deprecated. Use .attr(), .belongsTo() or .hasMany() instead." },
|
||||
{ handler: "log", matchMessage: "The filter API will be moved into a plugin soon. To enable store.filter using an environment flag, or to use an alternative, you can visit the ember-data-filter addon page" },
|
||||
|
||||
// TODO
|
||||
{ handler: "silence", matchMessage: "Ember.View is deprecated. Consult the Deprecations Guide for a migration strategy." },
|
||||
{ handler: "silence", matchMessage: "The filter API will be moved into a plugin soon. To enable store.filter using an environment flag, or to use an alternative, you can visit the ember-data-filter addon page" },
|
||||
]
|
||||
};
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"ember-cli-sauce": "^1.1.0",
|
||||
"ember-cli-uglify": "1.2.0",
|
||||
"ember-data": "1.13.15",
|
||||
"ember-data-filter": "1.13.0",
|
||||
"ember-disable-proxy-controllers": "^1.0.1",
|
||||
"ember-export-application-global": "^1.0.4",
|
||||
"ember-try": "0.0.7"
|
||||
|
|
Loading…
Reference in New Issue
Block a user