-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
implement store portion of v2 cache #8114
Conversation
Asset Size Report for 5cf0ebf Modern Builds ✅ EmberData shrank by -1.6 KB (-297.0 B compressed)Warnings
Changeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) ☑️ EmberData has not changed in sizeIf any packages had changed sizes they would be listed here. Changeset
Full Asset Analysis (Modern)
|
Performance Report for 5cf0ebf Scenario - materialization: ✅ Performance improved
Scenario - unload: ✅ Performance improved
Scenario - destroy: ✅ Performance improved
Scenario - add-children: ✅ Performance improved
Scenario - unused-relationships: ✅ Performance improved
|
Implements the Store / StoreWrapper portion of emberjs/rfcs#461
The Cache portion will come in a different PR as it's a complicated dance of feature flags, in particular to support ember-m3/ember-m3#1650
Release notes
Store.createRecordDataFor
,RecordDataStoreWrapper
and theSchemaDefinitionService
interface, all documented for the V2 version of these things. Documentation for theRecordData
interface itself will be added onceV2
is available.