forked from stefanpenner/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.json
32 lines (32 loc) · 990 Bytes
/
features.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"features": {
"query-params-new": true,
"ember-routing-named-substates": null,
"ember-handlebars-caps-lookup": null,
"ember-routing-drop-deprecated-action-style": null,
"ember-routing-add-model-option": true,
"ember-routing-linkto-target-attribute": null,
"ember-routing-will-change-hooks": null,
"ember-routing-consistent-resources": true,
"ember-routing-multi-current-when": null,
"ember-routing-auto-location-uses-replace-state-for-history": null,
"event-dispatcher-can-disable-event-manager": null,
"ember-metal-is-present": null,
"property-brace-expansion-improvement": null,
"ember-runtime-proxy-mixin": null,
"ember-routing-handlebars-action-with-key-code": null
},
"debugStatements": [
"Ember.warn",
"emberWarn",
"Ember.assert",
"emberAssert",
"Ember.deprecate",
"emberDeprecate",
"Ember.debug",
"emberDebug",
"Ember.Logger.info",
"Ember.runInDebug",
"runInDebug"
]
}