Skip to content

Commit e56fcd8

Browse files
committed
add deprecations
1 parent 07262d2 commit e56fcd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/deprecation-workflow.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ setupDeprecationWorkflow({
1111
handler: 'throw',
1212
matchId: 'deprecated-run-loop-and-computed-dot-access',
1313
},
14+
{ handler: "silence", matchId: "ember-data:deprecate-non-strict-relationships" },
15+
{ handler: "silence", matchId: "ember-data:deprecate-store-find" },
16+
{ handler: "silence", matchId: "remove-owner-inject" },
17+
{ handler: "silence", matchId: "ember-polyfills.deprecate-assign" }
1418
],
1519
});

0 commit comments

Comments
 (0)