Chris Thoburn
Chris Thoburn
This PR still requires more tests. Implements the idea in #10029 which should allow us to bake an api-compatible version of ModelFragments directly into SchemaRecord rather rapidly - adds `ember-object`...
In considering how to handle certain kinds of legacy APIs and the migration path for model-fragments users, a problem that arises is that ManyArray and FragmentArray provide access to non-native...
RFC https://rfcs.emberjs.com/id/0964-deprecate-legacy-request-support/ ### Misc - [ ] Deprecate missing relationship data member being treated as empty for sync relationships. ### Store APIs We will consider moving the implementation of these...
SchemaRecord Overview - [x] @warp-drive/schema-record has a meaningful README with an overview and setup instructions - [x] @warp-drive/schema-record has a meaningful overview for the APIDocs New Guides Content - [...
Tracking list for https://github.com/emberjs/rfcs/pull/1082 We should copy it over when done. ## Package Migration Status ✅ Completed [22 of 22] ### @warp-drive/core - [x] core-types - [x] request - [x]...
This PR - enables per-handler and per-request tailoring of how the Fetch handler will parse the response text - adds default handlers for text/xml/html in addition to json - changes...
@nathanhammond on bluesky suggested that the checkout pattern could be *abused* for supporting partial records, because you could use a partial and then once mutation is needed rely on the...
a number of things over the years have leaked out of field schemas in bad ways, this deprecation ensures folks clean them up to stay aligned with the schema service
WONTFIX - transforms now come from a public instead of private import location - setConfig is required if not using the `ember-data` package - extending `@ember-data/store` instead of `ember-data/store` now...
Par2 of #9966 this unrolls some loops and prevents some unnecessary scheduling churn and eliminates an unnecessary 2x growth on the legacy support map