emberjs / data

A lightweight reactive data library for web applications. Designed over composable primitives.
https://api.emberjs.com/ember-data/release
Other
3.03k stars 1.33k forks source link

🛤️ tracking: 5.4 Release Checklist #8880

Open runspired opened 1 year ago

runspired commented 1 year ago

Implementation notes for the Roadmap

Overview

The primary focus of this release will be on the early stages of SchemaRecord. Its likely that most work will take place as POCs and RFCs. We will not ship new SchemaRecord or SchemaDSL features unless we're ready to do so.

🌲 Deprecation RFCs

We want to land RFCs and implementations for the following.

🦓 Miscellaneous

🪴 Feature RFCs

We want to land RFCs for the following, shipping the actual implementation is less likely.

🚀 Features

Feature work will focus on migration primitives for @ember-data/model and the basics of the schema-dsl.

📜 Documentation

💚 TypeScript

Misc

Deferred to 5.5

runspired commented 5 months ago

Paginated Relationship infra underway https://github.com/emberjs/data/pull/9320

runspired commented 3 months ago

SchemaRecord has reached feature parity with @ember-data/model, which is a potential bar for shipping 5.4

Ideally we polish the ModelFragments parity story first.

runspired commented 3 weeks ago

After Review, some additional things to land for SchemaRecord to be stabilized:

Testing

Feature Work