Chris Thoburn
Chris Thoburn
- [Previous Release Tracker (5.3)](https://github.com/emberjs/data/issues/8743) Implementation notes for the [Roadmap](https://github.com/emberjs/data/blob/main/ROADMAP.md) ## Overview The primary focus of this release will be on the early stages of [SchemaRecord](https://github.com/emberjs/data/pull/8845). Its likely that most...
The RequestManager paradigm is simply that any request starts by providing `FetchOptions`. These may be built programmatically (for instance for relationships or collections that return `links` information from the API),...
Goal should be to get it consuming schemas for simple fields, resources, and unpaginated collections
Currently [Store](https://github.com/emberjs/data/blob/7ef07ee3334a9099f9242aae8298ccaab528c744/packages/store/src/-private/store-service.ts#L102) extends from `EmberObject`. This is one of the last few entanglements EmberData has with the Ember framework directly. We would like to [RFC](https://github.com/emberjs/rfcs#ember-rfcs) deprecating any inherited EmberObject methods...
we should publish a codemod for converting apps to use strict relationship definitions