@warp-drive/experiments 0.2.7 → 0.2.8
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/CHANGELOG.md +70 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,71 @@
|
|
|
1
1
|
# @warp-drive/experiments Changelog
|
|
2
|
+
|
|
3
|
+
## v5.6.0 (2025-07-01)
|
|
4
|
+
|
|
5
|
+
#### :memo: Documentation
|
|
6
|
+
|
|
7
|
+
* [#9991](https://github.com/warp-drive-data/warp-drive/pull/9991) chore: improve output of typedoc ([@runspired](https://github.com/runspired))
|
|
8
|
+
* [#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))
|
|
9
|
+
|
|
10
|
+
#### :rocket: Enhancement
|
|
11
|
+
|
|
12
|
+
* [#9998](https://github.com/warp-drive-data/warp-drive/pull/9998) feat: extract @ember-data/store => @warp-drive/core ([@runspired](https://github.com/runspired))
|
|
13
|
+
|
|
14
|
+
#### :house: Internal
|
|
15
|
+
|
|
16
|
+
* [#9994](https://github.com/warp-drive-data/warp-drive/pull/9994) chore: [@warp-drive/core] migrate @warp-drive/core-types @ember-data/request ([@runspired](https://github.com/runspired))
|
|
17
|
+
|
|
18
|
+
#### Committers: (1)
|
|
19
|
+
|
|
20
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
21
|
+
|
|
22
|
+
## v5.5.0 (2025-05-08)
|
|
23
|
+
|
|
24
|
+
#### :memo: Documentation
|
|
25
|
+
|
|
26
|
+
* [#9975](https://github.com/warp-drive-data/warp-drive/pull/9975) types: fixup PolarisMode schema types to check better ([@runspired](https://github.com/runspired))
|
|
27
|
+
|
|
28
|
+
#### :rocket: Enhancement
|
|
29
|
+
|
|
30
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
31
|
+
|
|
32
|
+
#### :house: Internal
|
|
33
|
+
|
|
34
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
35
|
+
|
|
36
|
+
#### Committers: (1)
|
|
37
|
+
|
|
38
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
39
|
+
|
|
40
|
+
## v5.4.0 (2025-04-11)
|
|
41
|
+
|
|
42
|
+
#### :memo: Documentation
|
|
43
|
+
|
|
44
|
+
* [#9778](https://github.com/warp-drive-data/warp-drive/pull/9778) chore: improve contributing guidance for api documentation ([@runspired](https://github.com/runspired))
|
|
45
|
+
* [#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))
|
|
46
|
+
* [#9512](https://github.com/warp-drive-data/warp-drive/pull/9512) Fix typos in README.md ([@johanrd](https://github.com/johanrd))
|
|
47
|
+
|
|
48
|
+
#### :rocket: Enhancement
|
|
49
|
+
|
|
50
|
+
* [#9884](https://github.com/warp-drive-data/warp-drive/pull/9884) feat: cache patch operations for relationships and documents ([@runspired](https://github.com/runspired))
|
|
51
|
+
* [#9541](https://github.com/warp-drive-data/warp-drive/pull/9541) feat: eslint-plugin-(ember-data|warp-drive) ([@runspired](https://github.com/runspired))
|
|
52
|
+
* [#9524](https://github.com/warp-drive-data/warp-drive/pull/9524) feat: persisted DataWorker and ImageWorker ([@runspired](https://github.com/runspired))
|
|
53
|
+
* [#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))
|
|
54
|
+
|
|
55
|
+
#### :house: Internal
|
|
56
|
+
|
|
57
|
+
* [#9780](https://github.com/warp-drive-data/warp-drive/pull/9780) chore: bump @glimmer/component ([@runspired](https://github.com/runspired))
|
|
58
|
+
* [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
|
|
59
|
+
* [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
|
|
60
|
+
* [#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))
|
|
61
|
+
* [#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))
|
|
62
|
+
* [#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))
|
|
63
|
+
* [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
64
|
+
* [#9596](https://github.com/warp-drive-data/warp-drive/pull/9596) chore: Remove unused `--report-unused-disable-directives` flag ([@gitKrystan](https://github.com/gitKrystan))
|
|
65
|
+
|
|
66
|
+
#### Committers: (4)
|
|
67
|
+
|
|
68
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
69
|
+
[@johanrd](https://github.com/johanrd)
|
|
70
|
+
[@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
71
|
+
Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/experiments",
|
|
3
3
|
"description": "Experimental features for WarpDrive",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
],
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
|
67
|
-
"@warp-drive/core": "5.8.
|
|
67
|
+
"@warp-drive/core": "5.8.2"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|
|
70
70
|
"@sqlite.org/sqlite-wasm": {
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
80
80
|
"@babel/preset-env": "^7.28.3",
|
|
81
81
|
"@babel/preset-typescript": "^7.27.1",
|
|
82
|
-
"@warp-drive/internal-config": "5.8.
|
|
83
|
-
"@warp-drive/core": "5.8.
|
|
82
|
+
"@warp-drive/internal-config": "5.8.2",
|
|
83
|
+
"@warp-drive/core": "5.8.2",
|
|
84
84
|
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
|
|
85
85
|
"typescript": "^5.9.2",
|
|
86
86
|
"vite": "^7.1.3"
|