@ember-data-mirror/rest 5.10.0-alpha.0 → 5.10.0-alpha.2

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.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/CHANGELOG.md +0 -163
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data-mirror/rest",
3
3
  "description": "(Legacy) REST Format Support for EmberData",
4
- "version": "5.10.0-alpha.0",
4
+ "version": "5.10.0-alpha.2",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
@@ -16,9 +16,9 @@
16
16
  "ember-addon"
17
17
  ],
18
18
  "dependencies": {
19
- "@embroider/macros": "^1.20.6",
20
- "@warp-drive-mirror/core": "5.10.0-alpha.0",
21
- "@warp-drive-mirror/utilities": "5.10.0-alpha.0"
19
+ "@embroider/macros": "^1.20.7",
20
+ "@warp-drive-mirror/core": "5.10.0-alpha.2",
21
+ "@warp-drive-mirror/utilities": "5.10.0-alpha.2"
22
22
  },
23
23
  "files": [
24
24
  "addon-main.cjs",
@@ -46,9 +46,9 @@
46
46
  "@babel/plugin-transform-typescript": "^7.29.7",
47
47
  "@babel/preset-env": "^7.29.7",
48
48
  "@babel/preset-typescript": "^7.29.7",
49
- "@warp-drive/internal-config": "5.10.0-alpha.0",
50
- "tsdown": "^0.22.14",
51
- "typescript-7": "npm:typescript@7.1.0-dev.20260828.1"
49
+ "@warp-drive/internal-config": "5.10.0-alpha.2",
50
+ "tsdown": "^0.23.0",
51
+ "typescript-7": "npm:typescript@7.1.0-dev.20260906.1"
52
52
  },
53
53
  "ember": {
54
54
  "edition": "octane"
package/CHANGELOG.md DELETED
@@ -1,163 +0,0 @@
1
- # @ember-data-mirror/rest 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
- * [#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))
16
- * [#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))
17
- * [#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))
18
- * [#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))
19
- * [#10677](https://github.com/warp-drive-data/warp-drive/pull/10677) feat: migrate @ember-data-mirror/rest's build to rolldown via tsdown ([@runspired](https://github.com/runspired))
20
- * [#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))
21
- * [#10459](https://github.com/warp-drive-data/warp-drive/pull/10459) chore: tweak install ([@runspired](https://github.com/runspired))
22
-
23
- #### Committers: (2)
24
-
25
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
26
- Chris Thoburn ([@runspired](https://github.com/runspired))
27
-
28
- ## v5.8.0 (2025-10-07)
29
-
30
- #### :house: Internal
31
-
32
- * [#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))
33
-
34
- #### Committers: (1)
35
-
36
- Chris Thoburn ([@runspired](https://github.com/runspired))
37
-
38
- ## v5.7.0 (2025-08-26)
39
-
40
- #### :house: Internal
41
-
42
- * [#10124](https://github.com/warp-drive-data/warp-drive/pull/10124) chore: mark a few types as private ([@runspired](https://github.com/runspired))
43
-
44
- #### Committers: (1)
45
-
46
- Chris Thoburn ([@runspired](https://github.com/runspired))
47
-
48
- ## v5.6.0 (2025-07-01)
49
-
50
- #### :memo: Documentation
51
-
52
- * [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
53
- * [#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))
54
- * [#9983](https://github.com/warp-drive-data/warp-drive/pull/9983) feat: revamp guide, make builder typing easier ([@runspired](https://github.com/runspired))
55
-
56
- #### :rocket: Enhancement
57
-
58
- * [#10011](https://github.com/warp-drive-data/warp-drive/pull/10011) feat: @warp-drive-mirror/core/build-config ([@runspired](https://github.com/runspired))
59
- * [#10008](https://github.com/warp-drive-data/warp-drive/pull/10008) feat: @warp-drive-mirror/utilities/{active-record|rest} ([@runspired](https://github.com/runspired))
60
-
61
- #### :house: Internal
62
-
63
- * [#10042](https://github.com/warp-drive-data/warp-drive/pull/10042) chore: upgrade to vite7 ([@runspired](https://github.com/runspired))
64
- * [#10040](https://github.com/warp-drive-data/warp-drive/pull/10040) chore: isolated declarations ([@runspired](https://github.com/runspired))
65
-
66
- #### Committers: (1)
67
-
68
- Chris Thoburn ([@runspired](https://github.com/runspired))
69
-
70
- ## v5.5.0 (2025-05-08)
71
-
72
- #### :rocket: Enhancement
73
-
74
- * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
75
-
76
- #### :house: Internal
77
-
78
- * [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
79
-
80
- #### Committers: (1)
81
-
82
- Chris Thoburn ([@runspired](https://github.com/runspired))
83
-
84
- ## v5.4.0 (2025-04-11)
85
-
86
- #### :memo: Documentation
87
-
88
- * [#9521](https://github.com/warp-drive-data/warp-drive/pull/9521) fix: Doc for query.ts ([@MichalBryxi](https://github.com/MichalBryxi))
89
-
90
- #### :house: Internal
91
-
92
- * [#9780](https://github.com/warp-drive-data/warp-drive/pull/9780) chore: bump @glimmer/component ([@runspired](https://github.com/runspired))
93
- * [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
94
- * [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
95
- * [#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))
96
- * [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
97
- * [#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))
98
- * [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
99
- * [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
100
-
101
- #### Committers: (4)
102
-
103
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
104
- Chris Thoburn ([@runspired](https://github.com/runspired))
105
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
106
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
107
-
108
- ## v5.3.4 (2024-06-15)
109
-
110
- #### :memo: Documentation
111
-
112
- * [#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))
113
- * [#9299](https://github.com/warp-drive-data/warp-drive/pull/9299) doc: use store for save-record docs ([@Yelinz](https://github.com/Yelinz))
114
-
115
- #### :rocket: Enhancement
116
-
117
- * [#9471](https://github.com/warp-drive-data/warp-drive/pull/9471) feat: npx warp-drive ([@runspired](https://github.com/runspired))
118
- * [#9468](https://github.com/warp-drive-data/warp-drive/pull/9468) feat: string utils 🌌 ([@runspired](https://github.com/runspired))
119
- * [#9407](https://github.com/warp-drive-data/warp-drive/pull/9407) feat: v2 addons ([@runspired](https://github.com/runspired))
120
- * [#9444](https://github.com/warp-drive-data/warp-drive/pull/9444) feat: rename LifetimesService => CachePolicy for clarity ([@runspired](https://github.com/runspired))
121
- * [#9366](https://github.com/warp-drive-data/warp-drive/pull/9366) feat: typed Model ([@runspired](https://github.com/runspired))
122
- * [#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))
123
- * [#9260](https://github.com/warp-drive-data/warp-drive/pull/9260) feat: ember specific data utils ([@runspired](https://github.com/runspired))
124
-
125
- #### :house: Internal
126
-
127
- * [#9292](https://github.com/warp-drive-data/warp-drive/pull/9292) feat: add new build-config package ([@runspired](https://github.com/runspired))
128
- * [#9370](https://github.com/warp-drive-data/warp-drive/pull/9370) chore: rename macros ([@runspired](https://github.com/runspired))
129
-
130
- #### Committers: (2)
131
-
132
- Chris Thoburn ([@runspired](https://github.com/runspired))
133
- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))
134
-
135
- 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)
136
-
137
- ## v5.3.1 (2024-02-24)
138
-
139
- #### :rocket: Enhancement
140
-
141
- * [#9220](https://github.com/warp-drive-data/warp-drive/pull/9220) feat: request infra improvements ([@runspired](https://github.com/runspired))
142
-
143
- #### :house: Internal
144
-
145
- * [#9110](https://github.com/warp-drive-data/warp-drive/pull/9110) Stricter typescript-eslint config ([@gitKrystan](https://github.com/gitKrystan))
146
- * [#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))
147
- * [#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))
148
- * [#9055](https://github.com/warp-drive-data/warp-drive/pull/9055) Fix ESLint for VSCode ([@gitKrystan](https://github.com/gitKrystan))
149
- * [#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))
150
- * [#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))
151
- * [#9050](https://github.com/warp-drive-data/warp-drive/pull/9050) chore: use composite mode for tsc ([@runspired](https://github.com/runspired))
152
- * [#9049](https://github.com/warp-drive-data/warp-drive/pull/9049) chore: incremental tsc builds ([@runspired](https://github.com/runspired))
153
- * [#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))
154
- * [#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))
155
- * [#9025](https://github.com/warp-drive-data/warp-drive/pull/9025) chore: reconfigure request package type location ([@runspired](https://github.com/runspired))
156
- * [#9006](https://github.com/warp-drive-data/warp-drive/pull/9006) chore (internal): convert builder and request tests to use diagnostic+runner ([@runspired](https://github.com/runspired))
157
- * [#8931](https://github.com/warp-drive-data/warp-drive/pull/8931) chore: package infra for schema-record ([@runspired](https://github.com/runspired))
158
-
159
- #### Committers: (2)
160
-
161
- Chris Thoburn ([@runspired](https://github.com/runspired))
162
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
163
-