@ember-data-mirror/store 5.10.0-alpha.0 → 5.10.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
- package/CHANGELOG.md +0 -283
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data-mirror/store",
|
|
3
|
-
"version": "5.10.0-alpha.
|
|
3
|
+
"version": "5.10.0-alpha.10",
|
|
4
4
|
"description": "(Legacy) EmberData Store service which coordinates the cache with the network and presentation layers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@embroider/macros": "^1.
|
|
36
|
-
"@warp-drive-mirror/core": "5.10.0-alpha.
|
|
35
|
+
"@embroider/macros": "^1.21.1",
|
|
36
|
+
"@warp-drive-mirror/core": "5.10.0-alpha.10"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@ember-data-mirror/tracking": "5.10.0-alpha.
|
|
39
|
+
"@ember-data-mirror/tracking": "5.10.0-alpha.10",
|
|
40
40
|
"@ember/test-waiters": "^3.1.0 || ^4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@babel/core": "^7.29.7",
|
|
52
|
-
"@babel/plugin-transform-typescript": "^7.29.
|
|
52
|
+
"@babel/plugin-transform-typescript": "^7.29.9",
|
|
53
53
|
"@babel/preset-env": "^7.29.7",
|
|
54
54
|
"@babel/preset-typescript": "^7.29.7",
|
|
55
|
-
"@ember-data-mirror/tracking": "5.10.0-alpha.
|
|
55
|
+
"@ember-data-mirror/tracking": "5.10.0-alpha.10",
|
|
56
56
|
"@ember/test-waiters": "^4.1.2",
|
|
57
|
-
"@warp-drive/internal-config": "5.10.0-alpha.
|
|
58
|
-
"ember-source": "~7.
|
|
59
|
-
"tsdown": "^0.
|
|
60
|
-
"typescript-7": "npm:typescript@7.1.0-dev.
|
|
57
|
+
"@warp-drive/internal-config": "5.10.0-alpha.10",
|
|
58
|
+
"ember-source": "~7.3.0",
|
|
59
|
+
"tsdown": "^0.23.0",
|
|
60
|
+
"typescript-7": "npm:typescript@7.1.0-dev.20260920.1"
|
|
61
61
|
},
|
|
62
62
|
"ember-addon": {
|
|
63
63
|
"main": "addon-main.cjs",
|
package/CHANGELOG.md
DELETED
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
# @ember-data-mirror/store Changelog
|
|
2
|
-
|
|
3
|
-
## v5.9.0 (2026-09-05)
|
|
4
|
-
|
|
5
|
-
#### :memo: Documentation
|
|
6
|
-
|
|
7
|
-
* [#10471](https://github.com/warp-drive-data/warp-drive/pull/10471) [docs] Ensure consistent legacy package warnings ([@gitKrystan](https://github.com/gitKrystan))
|
|
8
|
-
|
|
9
|
-
#### :bug: Bug Fix
|
|
10
|
-
|
|
11
|
-
* [#10458](https://github.com/warp-drive-data/warp-drive/pull/10458) fix: bump build dependencies ([@runspired](https://github.com/runspired))
|
|
12
|
-
|
|
13
|
-
#### :house: Internal
|
|
14
|
-
|
|
15
|
-
* [#10955](https://github.com/warp-drive-data/warp-drive/pull/10955) chore(deps): drop now-unused classic typescript devDependency ([@runspired](https://github.com/runspired))
|
|
16
|
-
* [#10948](https://github.com/warp-drive-data/warp-drive/pull/10948) chore(types): move all remaining packages to TypeScript 7 for check:types ([@runspired](https://github.com/runspired))
|
|
17
|
-
* [#10947](https://github.com/warp-drive-data/warp-drive/pull/10947) build(lint): close residual oxlint/eslint handoff gaps ([@runspired](https://github.com/runspired))
|
|
18
|
-
* [#10937](https://github.com/warp-drive-data/warp-drive/pull/10937) build: migrate formatting from prettier to oxfmt ([@runspired](https://github.com/runspired))
|
|
19
|
-
* [#10928](https://github.com/warp-drive-data/warp-drive/pull/10928) chore: bump pnpm to 12.0.0, replace Volta with mise ([@runspired](https://github.com/runspired))
|
|
20
|
-
* [#10869](https://github.com/warp-drive-data/warp-drive/pull/10869) chore(deps): dedupe ember-source, vite, @types/node, @vue/compiler-sfc, @shikijs/langs, rxjs ([@runspired](https://github.com/runspired))
|
|
21
|
-
* [#10729](https://github.com/warp-drive-data/warp-drive/pull/10729) fix: invoke tsdown directly via node to avoid racy bin-shim resolution ([@runspired](https://github.com/runspired))
|
|
22
|
-
* [#10696](https://github.com/warp-drive-data/warp-drive/pull/10696) chore(types): drop redundant tsconfig paths, keep references editor-only ([@runspired](https://github.com/runspired))
|
|
23
|
-
* [#10674](https://github.com/warp-drive-data/warp-drive/pull/10674) feat: migrate @ember-data-mirror/store's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
24
|
-
* [#10643](https://github.com/warp-drive-data/warp-drive/pull/10643) feat: migrate @warp-drive-mirror/core's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
|
|
25
|
-
* [#10514](https://github.com/warp-drive-data/warp-drive/pull/10514) chore: bump build deps ([@runspired](https://github.com/runspired))
|
|
26
|
-
* [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
|
|
27
|
-
|
|
28
|
-
#### Committers: (2)
|
|
29
|
-
|
|
30
|
-
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
31
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
32
|
-
|
|
33
|
-
## v5.8.0 (2025-10-07)
|
|
34
|
-
|
|
35
|
-
#### :house: Internal
|
|
36
|
-
|
|
37
|
-
* [#10397](https://github.com/warp-drive-data/warp-drive/pull/10397) chore: begin converting core-tests to diagnostic and vite minimal ([@runspired](https://github.com/runspired))
|
|
38
|
-
* [#10349](https://github.com/warp-drive-data/warp-drive/pull/10349) chore: update all emberjs/data links to warp-drive-data/warp-drive ([@runspired](https://github.com/runspired))
|
|
39
|
-
|
|
40
|
-
#### Committers: (1)
|
|
41
|
-
|
|
42
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
43
|
-
|
|
44
|
-
## v5.7.0 (2025-08-26)
|
|
45
|
-
|
|
46
|
-
#### :house: Internal
|
|
47
|
-
|
|
48
|
-
* [#10130](https://github.com/warp-drive-data/warp-drive/pull/10130) chore: bump pnpm version ([@runspired](https://github.com/runspired))
|
|
49
|
-
* [#10129](https://github.com/warp-drive-data/warp-drive/pull/10129) chore: bump typescript to 5.9 ([@runspired](https://github.com/runspired))
|
|
50
|
-
* [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
|
|
51
|
-
* [#10083](https://github.com/warp-drive-data/warp-drive/pull/10083) Fix deprecation handling for blueprint/tutorial ([@runspired](https://github.com/runspired))
|
|
52
|
-
|
|
53
|
-
#### Committers: (1)
|
|
54
|
-
|
|
55
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
56
|
-
|
|
57
|
-
## v5.6.0 (2025-07-01)
|
|
58
|
-
|
|
59
|
-
#### :memo: Documentation
|
|
60
|
-
|
|
61
|
-
* [#9995](https://github.com/warp-drive-data/warp-drive/pull/9995) docs: add docs for Checkout, instantiateRecord, teardownRecorod ([@richgt](https://github.com/richgt))
|
|
62
|
-
* [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
|
|
63
|
-
* [#9989](https://github.com/warp-drive-data/warp-drive/pull/9989) [BREAKING] docs: integrate API docs to the new docs site ([@runspired](https://github.com/runspired))
|
|
64
|
-
* [#9983](https://github.com/warp-drive-data/warp-drive/pull/9983) feat: revamp guide, make builder typing easier ([@runspired](https://github.com/runspired))
|
|
65
|
-
* [#9940](https://github.com/warp-drive-data/warp-drive/pull/9940) feat: improved manual ([@runspired](https://github.com/runspired))
|
|
66
|
-
|
|
67
|
-
#### :rocket: Enhancement
|
|
68
|
-
|
|
69
|
-
* [#10011](https://github.com/warp-drive-data/warp-drive/pull/10011) feat: @warp-drive-mirror/core/build-config ([@runspired](https://github.com/runspired))
|
|
70
|
-
* [#9998](https://github.com/warp-drive-data/warp-drive/pull/9998) feat: extract @ember-data-mirror/store => @warp-drive-mirror/core ([@runspired](https://github.com/runspired))
|
|
71
|
-
|
|
72
|
-
#### :bug: Bug Fix
|
|
73
|
-
|
|
74
|
-
* [#9982](https://github.com/warp-drive-data/warp-drive/pull/9982) fix: simplify peer configuration to avoid bringing extra copies of glimmer/validator ([@runspired](https://github.com/runspired))
|
|
75
|
-
|
|
76
|
-
#### :house: Internal
|
|
77
|
-
|
|
78
|
-
* [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
|
|
79
|
-
* [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
|
|
80
|
-
* [#10039](https://github.com/warp-drive-data/warp-drive/pull/10039) chore: bump pnpm ([@runspired](https://github.com/runspired))
|
|
81
|
-
* [#9994](https://github.com/warp-drive-data/warp-drive/pull/9994) chore: [@warp-drive-mirror/core] migrate @warp-drive-mirror/core-types @ember-data-mirror/request ([@runspired](https://github.com/runspired))
|
|
82
|
-
|
|
83
|
-
#### Committers: (2)
|
|
84
|
-
|
|
85
|
-
Rich Glazerman ([@richgt](https://github.com/richgt))
|
|
86
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
87
|
-
|
|
88
|
-
## v5.5.0 (2025-05-08)
|
|
89
|
-
|
|
90
|
-
#### :memo: Documentation
|
|
91
|
-
|
|
92
|
-
* [#9975](https://github.com/warp-drive-data/warp-drive/pull/9975) types: fixup PolarisMode schema types to check better ([@runspired](https://github.com/runspired))
|
|
93
|
-
|
|
94
|
-
#### :rocket: Enhancement
|
|
95
|
-
|
|
96
|
-
* [#9968](https://github.com/warp-drive-data/warp-drive/pull/9968) feat: unlock universal 🌌 ([@runspired](https://github.com/runspired))
|
|
97
|
-
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
98
|
-
|
|
99
|
-
#### :bug: Bug Fix
|
|
100
|
-
|
|
101
|
-
* [#9947](https://github.com/warp-drive-data/warp-drive/pull/9947) fix: dont notify during population if the array is a collection ([@runspired](https://github.com/runspired))
|
|
102
|
-
|
|
103
|
-
#### :house: Internal
|
|
104
|
-
|
|
105
|
-
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
106
|
-
* [#9964](https://github.com/warp-drive-data/warp-drive/pull/9964) chore: refactor PromiseState and RequestState to prep for @warp-drive-mirror/core ([@runspired](https://github.com/runspired))
|
|
107
|
-
|
|
108
|
-
#### Committers: (1)
|
|
109
|
-
|
|
110
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
111
|
-
|
|
112
|
-
## v5.4.0 (2025-04-11)
|
|
113
|
-
|
|
114
|
-
#### :memo: Documentation
|
|
115
|
-
|
|
116
|
-
* [#9911](https://github.com/warp-drive-data/warp-drive/pull/9911) Add a URL to the deprecate Store extends EmberObject ([@kategengler](https://github.com/kategengler))
|
|
117
|
-
* [#9648](https://github.com/warp-drive-data/warp-drive/pull/9648) docs: cleanup usage pattern for RequestManager configuration on store ([@runspired](https://github.com/runspired))
|
|
118
|
-
* [#9586](https://github.com/warp-drive-data/warp-drive/pull/9586) Fix `until` in deprecation warning `ember-data:schema-service-updates` (must be 6.0 instead of 5.0) ([@mkszepp](https://github.com/mkszepp))
|
|
119
|
-
|
|
120
|
-
#### :rocket: Enhancement
|
|
121
|
-
|
|
122
|
-
* [#9884](https://github.com/warp-drive-data/warp-drive/pull/9884) feat: cache patch operations for relationships and documents ([@runspired](https://github.com/runspired))
|
|
123
|
-
* [#9896](https://github.com/warp-drive-data/warp-drive/pull/9896) feat: whoa debugging ([@runspired](https://github.com/runspired))
|
|
124
|
-
* [#9883](https://github.com/warp-drive-data/warp-drive/pull/9883) feat: make documents react to cache updates ([@runspired](https://github.com/runspired))
|
|
125
|
-
* [#9769](https://github.com/warp-drive-data/warp-drive/pull/9769) chore: remove restriction on new field kinds being used with legacy mode ([@runspired](https://github.com/runspired))
|
|
126
|
-
* [#9766](https://github.com/warp-drive-data/warp-drive/pull/9766) feat: improve debuggability of SchemaRecord, RecordArray and Identifier ([@runspired](https://github.com/runspired))
|
|
127
|
-
* [#9757](https://github.com/warp-drive-data/warp-drive/pull/9757) feat: schema type utils ([@runspired](https://github.com/runspired))
|
|
128
|
-
* [#9676](https://github.com/warp-drive-data/warp-drive/pull/9676) Feat: hasMany linksMode ([@leoeuclids](https://github.com/leoeuclids))
|
|
129
|
-
* [#9686](https://github.com/warp-drive-data/warp-drive/pull/9686) feat: immutable records should show only remote state, make builder types more useful ([@runspired](https://github.com/runspired))
|
|
130
|
-
* [#9683](https://github.com/warp-drive-data/warp-drive/pull/9683) feat: runtime logging activation ([@runspired](https://github.com/runspired))
|
|
131
|
-
* [#9585](https://github.com/warp-drive-data/warp-drive/pull/9585) chore: stub out linksMode work ([@runspired](https://github.com/runspired))
|
|
132
|
-
* [#9541](https://github.com/warp-drive-data/warp-drive/pull/9541) feat: eslint-plugin-(ember-data|warp-drive) ([@runspired](https://github.com/runspired))
|
|
133
|
-
* [#9503](https://github.com/warp-drive-data/warp-drive/pull/9503) feat: request deduping & <Request /> invalidate subscriptions ([@runspired](https://github.com/runspired))
|
|
134
|
-
* [#8698](https://github.com/warp-drive-data/warp-drive/pull/8698) feat: DataWorker | robust cross-tab request deduplication and replay ([@runspired](https://github.com/runspired))
|
|
135
|
-
|
|
136
|
-
#### :bug: Bug Fix
|
|
137
|
-
|
|
138
|
-
* [#9592](https://github.com/warp-drive-data/warp-drive/pull/9592) fix: add ember-source as explicit peer-dep for use of @ember/debug ([@runspired](https://github.com/runspired))
|
|
139
|
-
* [#9583](https://github.com/warp-drive-data/warp-drive/pull/9583) feat|doc|fix: cleanup includes story ([@runspired](https://github.com/runspired))
|
|
140
|
-
|
|
141
|
-
#### :house: Internal
|
|
142
|
-
|
|
143
|
-
* [#9780](https://github.com/warp-drive-data/warp-drive/pull/9780) chore: bump @glimmer/component ([@runspired](https://github.com/runspired))
|
|
144
|
-
* [#9761](https://github.com/warp-drive-data/warp-drive/pull/9761) chore: reduce simple Map/Set ops ([@runspired](https://github.com/runspired))
|
|
145
|
-
* [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
|
|
146
|
-
* [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
|
|
147
|
-
* [#9705](https://github.com/warp-drive-data/warp-drive/pull/9705) chore: make diagnostic shutdown safer, use bun for holodeck server ([@runspired](https://github.com/runspired))
|
|
148
|
-
* [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
|
|
149
|
-
* [#9697](https://github.com/warp-drive-data/warp-drive/pull/9697) chore: [BREAKING to prior alpha/betas] prepare SchemaRecord for stable, lockdown exports ([@runspired](https://github.com/runspired))
|
|
150
|
-
* [#9677](https://github.com/warp-drive-data/warp-drive/pull/9677) chore: fixup deprecation-removed test variants ([@runspired](https://github.com/runspired))
|
|
151
|
-
* [#9635](https://github.com/warp-drive-data/warp-drive/pull/9635) fix: resort imports to fix lint ([@runspired](https://github.com/runspired))
|
|
152
|
-
* [#9629](https://github.com/warp-drive-data/warp-drive/pull/9629) fix: restore * versions and setup publish to not overwrite them ([@runspired](https://github.com/runspired))
|
|
153
|
-
* [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
154
|
-
* [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
|
|
155
|
-
* [#9509](https://github.com/warp-drive-data/warp-drive/pull/9509) chore: cleanup CacheHandler factoring ([@runspired](https://github.com/runspired))
|
|
156
|
-
|
|
157
|
-
#### Committers: (6)
|
|
158
|
-
|
|
159
|
-
Katie Gengler ([@kategengler](https://github.com/kategengler))
|
|
160
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
161
|
-
Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
162
|
-
Leo Euclides ([@leoeuclids](https://github.com/leoeuclids))
|
|
163
|
-
[@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
164
|
-
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
165
|
-
|
|
166
|
-
## v5.3.4 (2024-06-15)
|
|
167
|
-
|
|
168
|
-
#### :evergreen_tree: New Deprecation
|
|
169
|
-
|
|
170
|
-
* [#9403](https://github.com/warp-drive-data/warp-drive/pull/9403) feat: deprecate store extending EmberObject ([@runspired](https://github.com/runspired))
|
|
171
|
-
|
|
172
|
-
#### :memo: Documentation
|
|
173
|
-
|
|
174
|
-
* [#9378](https://github.com/warp-drive-data/warp-drive/pull/9378) Update some docs to string ids ([@wagenet](https://github.com/wagenet))
|
|
175
|
-
* [#9328](https://github.com/warp-drive-data/warp-drive/pull/9328) chore: update READMEs with status and dist tag info ([@runspired](https://github.com/runspired))
|
|
176
|
-
|
|
177
|
-
#### :rocket: Enhancement
|
|
178
|
-
|
|
179
|
-
* [#9474](https://github.com/warp-drive-data/warp-drive/pull/9474) Improve query types for legacy-compat/builders ([@gitKrystan](https://github.com/gitKrystan))
|
|
180
|
-
* [#9471](https://github.com/warp-drive-data/warp-drive/pull/9471) feat: npx warp-drive ([@runspired](https://github.com/runspired))
|
|
181
|
-
* [#9468](https://github.com/warp-drive-data/warp-drive/pull/9468) feat: string utils 🌌 ([@runspired](https://github.com/runspired))
|
|
182
|
-
* [#9407](https://github.com/warp-drive-data/warp-drive/pull/9407) feat: v2 addons ([@runspired](https://github.com/runspired))
|
|
183
|
-
* [#9453](https://github.com/warp-drive-data/warp-drive/pull/9453) feat: update SchemaService to reflect RFC updates ([@runspired](https://github.com/runspired))
|
|
184
|
-
* [#9448](https://github.com/warp-drive-data/warp-drive/pull/9448) feat: impl SchemaService RFC ([@runspired](https://github.com/runspired))
|
|
185
|
-
* [#9450](https://github.com/warp-drive-data/warp-drive/pull/9450) feat: improve typing around Model and createRecord ([@runspired](https://github.com/runspired))
|
|
186
|
-
* [#9444](https://github.com/warp-drive-data/warp-drive/pull/9444) feat: rename LifetimesService => CachePolicy for clarity ([@runspired](https://github.com/runspired))
|
|
187
|
-
* [#9396](https://github.com/warp-drive-data/warp-drive/pull/9396) fix: Resolve promise types for props passed to `store.createRecord()` ([@seanCodes](https://github.com/seanCodes))
|
|
188
|
-
* [#9387](https://github.com/warp-drive-data/warp-drive/pull/9387) feat: better types for legacy store methods ([@runspired](https://github.com/runspired))
|
|
189
|
-
* [#9366](https://github.com/warp-drive-data/warp-drive/pull/9366) feat: typed Model ([@runspired](https://github.com/runspired))
|
|
190
|
-
* [#9359](https://github.com/warp-drive-data/warp-drive/pull/9359) feat: type checked builders and inferred request types from builders ([@runspired](https://github.com/runspired))
|
|
191
|
-
* [#9352](https://github.com/warp-drive-data/warp-drive/pull/9352) feat: make setKeyInfoForResource public ([@runspired](https://github.com/runspired))
|
|
192
|
-
* [#9277](https://github.com/warp-drive-data/warp-drive/pull/9277) feat: implement managed object for schemaRecord ([@richgt](https://github.com/richgt))
|
|
193
|
-
* [#9319](https://github.com/warp-drive-data/warp-drive/pull/9319) Add @ember-data-mirror/legacy-compat/builders ([@gitKrystan](https://github.com/gitKrystan))
|
|
194
|
-
* [#9314](https://github.com/warp-drive-data/warp-drive/pull/9314) feat: improve lifetime handling of ad-hoc createRecord requests ([@runspired](https://github.com/runspired))
|
|
195
|
-
* [#9260](https://github.com/warp-drive-data/warp-drive/pull/9260) feat: ember specific data utils ([@runspired](https://github.com/runspired))
|
|
196
|
-
* [#9249](https://github.com/warp-drive-data/warp-drive/pull/9249) chore: handle declare statements in module rewriting ([@runspired](https://github.com/runspired))
|
|
197
|
-
* [#9245](https://github.com/warp-drive-data/warp-drive/pull/9245) feat: add consumer types for Model APIs ([@runspired](https://github.com/runspired))
|
|
198
|
-
* [#9244](https://github.com/warp-drive-data/warp-drive/pull/9244) feat: improves consumer-facing store types ([@runspired](https://github.com/runspired))
|
|
199
|
-
|
|
200
|
-
#### :bug: Bug Fix
|
|
201
|
-
|
|
202
|
-
* [#9459](https://github.com/warp-drive-data/warp-drive/pull/9459) fix: ensure cachehandler responses are cast to documents ([@runspired](https://github.com/runspired))
|
|
203
|
-
* [#9383](https://github.com/warp-drive-data/warp-drive/pull/9383) fix: ensure cache-handler clones full errors ([@runspired](https://github.com/runspired))
|
|
204
|
-
* [#9265](https://github.com/warp-drive-data/warp-drive/pull/9265) feat: Improve config handling for polyfillUUID ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
|
|
205
|
-
|
|
206
|
-
#### :house: Internal
|
|
207
|
-
|
|
208
|
-
* [#9476](https://github.com/warp-drive-data/warp-drive/pull/9476) chore: cleanup symbol usage ([@runspired](https://github.com/runspired))
|
|
209
|
-
* [#9292](https://github.com/warp-drive-data/warp-drive/pull/9292) feat: add new build-config package ([@runspired](https://github.com/runspired))
|
|
210
|
-
* [#9392](https://github.com/warp-drive-data/warp-drive/pull/9392) Fix some typos after reading code ([@Baltazore](https://github.com/Baltazore))
|
|
211
|
-
* [#9370](https://github.com/warp-drive-data/warp-drive/pull/9370) chore: rename macros ([@runspired](https://github.com/runspired))
|
|
212
|
-
|
|
213
|
-
#### Committers: (7)
|
|
214
|
-
|
|
215
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
216
|
-
Peter Wagenet ([@wagenet](https://github.com/wagenet))
|
|
217
|
-
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
218
|
-
Sean Juarez ([@seanCodes](https://github.com/seanCodes))
|
|
219
|
-
Rich Glazerman ([@richgt](https://github.com/richgt))
|
|
220
|
-
Mehul Kiran Chaudhari ([@MehulKChaudhari](https://github.com/MehulKChaudhari))
|
|
221
|
-
Kirill Shaplyko ([@Baltazore](https://github.com/Baltazore))
|
|
222
|
-
|
|
223
|
-
For the full project changelog see [https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md](https://github.com/warp-drive-data/warp-drive/blob/main/CHANGELOG.md)
|
|
224
|
-
|
|
225
|
-
## v5.3.1 (2024-02-24)
|
|
226
|
-
|
|
227
|
-
#### :evergreen_tree: New Deprecation
|
|
228
|
-
|
|
229
|
-
* [#9189](https://github.com/warp-drive-data/warp-drive/pull/9189) fix: mutating ManyArray should handle duplicates gracefully (with deprecation) ([@gitKrystan](https://github.com/gitKrystan))
|
|
230
|
-
|
|
231
|
-
#### :memo: Documentation
|
|
232
|
-
|
|
233
|
-
* [#9162](https://github.com/warp-drive-data/warp-drive/pull/9162) feat: improve store.request documentation ([@runspired](https://github.com/runspired))
|
|
234
|
-
* [#9159](https://github.com/warp-drive-data/warp-drive/pull/9159) fix: support full range of json:api for references, update docs ([@runspired](https://github.com/runspired))
|
|
235
|
-
* [#9072](https://github.com/warp-drive-data/warp-drive/pull/9072) feat: advanced JSON:API queries & basic request example ([@runspired](https://github.com/runspired))
|
|
236
|
-
* [#9070](https://github.com/warp-drive-data/warp-drive/pull/9070) docs: fix note notation to make use of github formatting ([@runspired](https://github.com/runspired))
|
|
237
|
-
|
|
238
|
-
#### :rocket: Enhancement
|
|
239
|
-
|
|
240
|
-
* [#9220](https://github.com/warp-drive-data/warp-drive/pull/9220) feat: request infra improvements ([@runspired](https://github.com/runspired))
|
|
241
|
-
* [#9163](https://github.com/warp-drive-data/warp-drive/pull/9163) feat: improved lifetimes-service capabilities ([@runspired](https://github.com/runspired))
|
|
242
|
-
* [#9159](https://github.com/warp-drive-data/warp-drive/pull/9159) fix: support full range of json:api for references, update docs ([@runspired](https://github.com/runspired))
|
|
243
|
-
* [#9094](https://github.com/warp-drive-data/warp-drive/pull/9094) feat: support legacy attribute behaviors in SchemaRecord ([@gitKrystan](https://github.com/gitKrystan))
|
|
244
|
-
* [#9095](https://github.com/warp-drive-data/warp-drive/pull/9095) feat (internal): support legacy model behaviors in SchemaRecord legacy mode ([@runspired](https://github.com/runspired))
|
|
245
|
-
* [#9072](https://github.com/warp-drive-data/warp-drive/pull/9072) feat: advanced JSON:API queries & basic request example ([@runspired](https://github.com/runspired))
|
|
246
|
-
* [#8949](https://github.com/warp-drive-data/warp-drive/pull/8949) feat:prepare for universal reactivity ([@runspired](https://github.com/runspired))
|
|
247
|
-
* [#8946](https://github.com/warp-drive-data/warp-drive/pull/8946) feat (private): implement resource relationships for SchemaRecord ([@runspired](https://github.com/runspired))
|
|
248
|
-
* [#8935](https://github.com/warp-drive-data/warp-drive/pull/8935) feat: (private) implement basic field support for schema-record ([@runspired](https://github.com/runspired))
|
|
249
|
-
* [#8921](https://github.com/warp-drive-data/warp-drive/pull/8921) feat: Improved Fetch Errors ([@runspired](https://github.com/runspired))
|
|
250
|
-
|
|
251
|
-
#### :bug: Bug Fix
|
|
252
|
-
|
|
253
|
-
* [#9189](https://github.com/warp-drive-data/warp-drive/pull/9189) fix: mutating ManyArray should handle duplicates gracefully (with deprecation) ([@gitKrystan](https://github.com/gitKrystan))
|
|
254
|
-
* [#9183](https://github.com/warp-drive-data/warp-drive/pull/9183) fix: keep a backreference for previously merged identifiers ([@runspired](https://github.com/runspired))
|
|
255
|
-
* [#8927](https://github.com/warp-drive-data/warp-drive/pull/8927) fix: live-array delete sync should not clear the set on length match ([@runspired](https://github.com/runspired))
|
|
256
|
-
* [#9159](https://github.com/warp-drive-data/warp-drive/pull/9159) fix: support full range of json:api for references, update docs ([@runspired](https://github.com/runspired))
|
|
257
|
-
|
|
258
|
-
#### :house: Internal
|
|
259
|
-
|
|
260
|
-
* [#9110](https://github.com/warp-drive-data/warp-drive/pull/9110) Stricter typescript-eslint config ([@gitKrystan](https://github.com/gitKrystan))
|
|
261
|
-
* [#9058](https://github.com/warp-drive-data/warp-drive/pull/9058) Switch from eslint-plugin-prettier to running prettier directly ([@gitKrystan](https://github.com/gitKrystan))
|
|
262
|
-
* [#9057](https://github.com/warp-drive-data/warp-drive/pull/9057) Add eslint-plugin-n to eslint config for node files ([@gitKrystan](https://github.com/gitKrystan))
|
|
263
|
-
* [#9055](https://github.com/warp-drive-data/warp-drive/pull/9055) Fix ESLint for VSCode ([@gitKrystan](https://github.com/gitKrystan))
|
|
264
|
-
* [#9051](https://github.com/warp-drive-data/warp-drive/pull/9051) chore: use references for tsc, add checks to schema-record, bun to run scripts ([@runspired](https://github.com/runspired))
|
|
265
|
-
* [#9032](https://github.com/warp-drive-data/warp-drive/pull/9032) chore(types): split out lint and type commands to be per-package ([@runspired](https://github.com/runspired))
|
|
266
|
-
* [#9050](https://github.com/warp-drive-data/warp-drive/pull/9050) chore: use composite mode for tsc ([@runspired](https://github.com/runspired))
|
|
267
|
-
* [#9049](https://github.com/warp-drive-data/warp-drive/pull/9049) chore: incremental tsc builds ([@runspired](https://github.com/runspired))
|
|
268
|
-
* [#9046](https://github.com/warp-drive-data/warp-drive/pull/9046) chore: reduce number of things turbo builds for build ([@runspired](https://github.com/runspired))
|
|
269
|
-
* [#9027](https://github.com/warp-drive-data/warp-drive/pull/9027) chore: improve types for store package ([@runspired](https://github.com/runspired))
|
|
270
|
-
* [#9029](https://github.com/warp-drive-data/warp-drive/pull/9029) chore: add @warp-drive-mirror/core as home for shared code ([@runspired](https://github.com/runspired))
|
|
271
|
-
* [#9028](https://github.com/warp-drive-data/warp-drive/pull/9028) chore: more isolated types ([@runspired](https://github.com/runspired))
|
|
272
|
-
* [#9025](https://github.com/warp-drive-data/warp-drive/pull/9025) chore: reconfigure request package type location ([@runspired](https://github.com/runspired))
|
|
273
|
-
* [#9021](https://github.com/warp-drive-data/warp-drive/pull/9021) chore: cleanup ember-data/-private types ([@runspired](https://github.com/runspired))
|
|
274
|
-
* [#9019](https://github.com/warp-drive-data/warp-drive/pull/9019) chore: make model types strict ([@runspired](https://github.com/runspired))
|
|
275
|
-
* [#9016](https://github.com/warp-drive-data/warp-drive/pull/9016) chore: make type-only files strict ([@runspired](https://github.com/runspired))
|
|
276
|
-
* [#8931](https://github.com/warp-drive-data/warp-drive/pull/8931) chore: package infra for schema-record ([@runspired](https://github.com/runspired))
|
|
277
|
-
* [#8906](https://github.com/warp-drive-data/warp-drive/pull/8906) feat: expand mock-server capabilities, add to main tests ([@runspired](https://github.com/runspired))
|
|
278
|
-
|
|
279
|
-
#### Committers: (2)
|
|
280
|
-
|
|
281
|
-
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
|
282
|
-
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
283
|
-
|