Skip to content

Commit e8278e2

Browse files
authored
chore: update roadmap for 5.3 (emberjs#8672)
* chore: update roadmap for 5.3 * cleanup language
1 parent dc3522c commit e8278e2

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

ROADMAP.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# EmberData Roadmap
22

33
This is a living document that should be regularly updated with each
4-
release and as plans evolve.
5-
It represents the general direction and an optimistic timeline for
6-
when various work and efforts will be completed.
4+
release and as plans evolve. The specific releases are "soft targets".
5+
It represents the general direction, order of operations and an optimistic
6+
timeline for when various work and efforts will be completed.
77

88
Main themes are covered in "Editions" while more tactical themes are
99
covered within releases.
@@ -13,7 +13,7 @@ with more recent/upcoming work closer to the top of their respective
1313
section.
1414

1515
> **Note** <br>
16-
> Most work within this timeline requires going through the RFC process.
16+
> Most work within this roadmap requires going through the RFC process.
1717
> Just because the work is mentioned here does not mean it has been
1818
> RFC'd and had a proposal accepted. As such, any API sketches shown
1919
> are also preliminary. This is because often we know the parts of
@@ -84,10 +84,10 @@ Features:
8484

8585
- SchemaModel
8686
- Schema DSL
87-
- Request Builders
88-
- JSON:API Serialization Utils
89-
- Cache Forking
90-
- JSON:API Operations Support
87+
- JSON:API, REST | Request Builders
88+
- JSON:API | Serialization Utils
89+
- JSON:API | Cache Forking
90+
- JSON:API | Operations Support
9191

9292
Deprecations:
9393

@@ -100,7 +100,14 @@ Stretch Goals:
100100
- Experimental TypeScript Support
101101
- DataWorker: Background WebWorker+IndexedDB solution for syncing Cache and Requests cross-tabs
102102

103-
### 🔸 5.2 (Upcoming)
103+
### 🔸 5.3 (Upcoming ~ Oct 1, 2023)
104+
105+
- Schema DSL
106+
- SchemaModel
107+
- Forking support for JSON:API Cache
108+
- Refactor @ember-data/model setup/teardown hooks logic to be importable
109+
110+
### 🔸 5.2 (Upcoming ~ Aug 14, 2023)
104111

105112
- **Request Builders**
106113

0 commit comments

Comments
 (0)