Chris Thoburn

Results 328 issues of 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...

6.0 Roadmap

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),...

:label: deprecation
good-first-issue
6.0 Roadmap

Goal should be to get it consuming schemas for simple fields, resources, and unpaginated collections

:label: feat
v4-to-v5

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...

:label: deprecation
good-first-issue
6.0 Roadmap

we should publish a codemod for converting apps to use strict relationship definitions

:label: feat
v4-to-v5