@warp-drive/build-config 5.9.0-alpha.12 → 5.9.0-alpha.14
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 +76 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# @warp-drive/build-config Changelog
|
|
2
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
|
+
#### :house: Internal
|
|
11
|
+
|
|
12
|
+
* [#9993](https://github.com/warp-drive-data/warp-drive/pull/9993) chore: prepare more infra for @warp-drive/core package ([@runspired](https://github.com/runspired))
|
|
13
|
+
|
|
14
|
+
#### Committers: (1)
|
|
15
|
+
|
|
16
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
17
|
+
|
|
18
|
+
## v5.5.0 (2025-05-08)
|
|
19
|
+
|
|
20
|
+
#### :memo: Documentation
|
|
21
|
+
|
|
22
|
+
* [#9976](https://github.com/warp-drive-data/warp-drive/pull/9976) docs: add more to the debugging guide ([@runspired](https://github.com/runspired))
|
|
23
|
+
* [#9975](https://github.com/warp-drive-data/warp-drive/pull/9975) types: fixup PolarisMode schema types to check better ([@runspired](https://github.com/runspired))
|
|
24
|
+
|
|
25
|
+
#### :rocket: Enhancement
|
|
26
|
+
|
|
27
|
+
* [#9978](https://github.com/warp-drive-data/warp-drive/pull/9978) feat: constraints based CachePolicy features ([@runspired](https://github.com/runspired))
|
|
28
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
29
|
+
|
|
30
|
+
#### :house: Internal
|
|
31
|
+
|
|
32
|
+
* [#9965](https://github.com/warp-drive-data/warp-drive/pull/9965) feat: universal reactivity hooks ([@runspired](https://github.com/runspired))
|
|
33
|
+
|
|
34
|
+
#### Committers: (1)
|
|
35
|
+
|
|
36
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
37
|
+
|
|
38
|
+
## v5.4.0 (2025-04-11)
|
|
39
|
+
|
|
40
|
+
#### :memo: Documentation
|
|
41
|
+
|
|
42
|
+
* [#9777](https://github.com/warp-drive-data/warp-drive/pull/9777) docs: update overviews with recent library improvements ([@runspired](https://github.com/runspired))
|
|
43
|
+
|
|
44
|
+
#### :rocket: Enhancement
|
|
45
|
+
|
|
46
|
+
* [#9921](https://github.com/warp-drive-data/warp-drive/pull/9921) Support build-config being used outside of ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
47
|
+
* [#9884](https://github.com/warp-drive-data/warp-drive/pull/9884) feat: cache patch operations for relationships and documents ([@runspired](https://github.com/runspired))
|
|
48
|
+
* [#9896](https://github.com/warp-drive-data/warp-drive/pull/9896) feat: whoa debugging ([@runspired](https://github.com/runspired))
|
|
49
|
+
* [#9767](https://github.com/warp-drive-data/warp-drive/pull/9767) feat: persist runtime config ([@runspired](https://github.com/runspired))
|
|
50
|
+
* [#9683](https://github.com/warp-drive-data/warp-drive/pull/9683) feat: runtime logging activation ([@runspired](https://github.com/runspired))
|
|
51
|
+
* [#9530](https://github.com/warp-drive-data/warp-drive/pull/9530) feat: <:idle> state for Requests ([@runspired](https://github.com/runspired))
|
|
52
|
+
|
|
53
|
+
#### :bug: Bug Fix
|
|
54
|
+
|
|
55
|
+
* [#9637](https://github.com/warp-drive-data/warp-drive/pull/9637) fix: ensure v5 deprecations are resolvable ([@runspired](https://github.com/runspired))
|
|
56
|
+
* [#9608](https://github.com/warp-drive-data/warp-drive/pull/9608) fix: restore individual flag customizations for deprecation stripping ([@runspired](https://github.com/runspired))
|
|
57
|
+
* [#9530](https://github.com/warp-drive-data/warp-drive/pull/9530) feat: <:idle> state for Requests ([@runspired](https://github.com/runspired))
|
|
58
|
+
* [#9495](https://github.com/warp-drive-data/warp-drive/pull/9495) fix: setup deprecation support as early as possible, restore inspector support ([@runspired](https://github.com/runspired))
|
|
59
|
+
* [#9492](https://github.com/warp-drive-data/warp-drive/pull/9492) fix: windows builds ([@runspired](https://github.com/runspired))
|
|
60
|
+
* [#9485](https://github.com/warp-drive-data/warp-drive/pull/9485) fix: update deprecation language for ember-inflector deprecation ([@runspired](https://github.com/runspired))
|
|
61
|
+
|
|
62
|
+
#### :house: Internal
|
|
63
|
+
|
|
64
|
+
* [#9919](https://github.com/warp-drive-data/warp-drive/pull/9919) chore: silence deprecation, attempt to fix CI ([@runspired](https://github.com/runspired))
|
|
65
|
+
* [#9761](https://github.com/warp-drive-data/warp-drive/pull/9761) chore: reduce simple Map/Set ops ([@runspired](https://github.com/runspired))
|
|
66
|
+
* [#9759](https://github.com/warp-drive-data/warp-drive/pull/9759) chore: Improve contributing experience ([@runspired](https://github.com/runspired))
|
|
67
|
+
* [#9752](https://github.com/warp-drive-data/warp-drive/pull/9752) chore: tooling upgrades to support WarpDrive package unification ([@runspired](https://github.com/runspired))
|
|
68
|
+
* [#9749](https://github.com/warp-drive-data/warp-drive/pull/9749) chore: update perf suite ([@runspired](https://github.com/runspired))
|
|
69
|
+
* [#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))
|
|
70
|
+
* [#9699](https://github.com/warp-drive-data/warp-drive/pull/9699) chore: update to pnpm 10 ([@runspired](https://github.com/runspired))
|
|
71
|
+
* [#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))
|
|
72
|
+
* [#9620](https://github.com/warp-drive-data/warp-drive/pull/9620) Starwars ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
73
|
+
|
|
74
|
+
#### Committers: (2)
|
|
75
|
+
|
|
76
|
+
Chris Thoburn ([@runspired](https://github.com/runspired))
|
|
77
|
+
[@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
78
|
+
|
|
3
79
|
## v0.0.0-alpha.22 (2024-06-15)
|
|
4
80
|
|
|
5
81
|
#### :evergreen_tree: New Deprecation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/build-config",
|
|
3
|
-
"version": "5.9.0-alpha.
|
|
3
|
+
"version": "5.9.0-alpha.14",
|
|
4
4
|
"description": "(Legacy) Build Configuration for projects using WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-data",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"semver": "^7.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@warp-drive/internal-config": "5.9.0-alpha.
|
|
46
|
+
"@warp-drive/internal-config": "5.9.0-alpha.14",
|
|
47
47
|
"@types/babel__core": "^7.20.5",
|
|
48
48
|
"@types/node": "^20.19.11",
|
|
49
49
|
"@types/semver": "^7.7.1",
|