1
1
# EmberData Roadmap
2
2
3
3
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.
7
7
8
8
Main themes are covered in "Editions" while more tactical themes are
9
9
covered within releases.
@@ -13,7 +13,7 @@ with more recent/upcoming work closer to the top of their respective
13
13
section.
14
14
15
15
> ** 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.
17
17
> Just because the work is mentioned here does not mean it has been
18
18
> RFC'd and had a proposal accepted. As such, any API sketches shown
19
19
> are also preliminary. This is because often we know the parts of
@@ -84,10 +84,10 @@ Features:
84
84
85
85
- SchemaModel
86
86
- 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
91
91
92
92
Deprecations:
93
93
@@ -100,7 +100,14 @@ Stretch Goals:
100
100
- Experimental TypeScript Support
101
101
- DataWorker: Background WebWorker+IndexedDB solution for syncing Cache and Requests cross-tabs
102
102
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)
104
111
105
112
- ** Request Builders**
106
113
0 commit comments