Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"silent-dragons-exist",
"silent-goats-dance",
"slow-readers-create",
"sweet-bananas-fix"
"sweet-bananas-fix",
"tricky-terms-doubt"
]
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @intent-framework/core

## 0.1.0-alpha.9

### Patch Changes

- ba62d1d: feat(core): resource cache phase 2 - cache.key

Adds `ResourceKey` type and `cache.key` option for resource cache keying.

- `cache.key` derives a resource entry key from the current load context
- One ResourceNode holds multiple internal entries, one per key
- Each entry independently tracks value, error, status, stale flag, staleTime timer, and in-flight promise
- ResourceRef proxies the active key entry
- cache.staleTime timers are per key
- cache.deduplicate deduplicates per active key
- Resources without cache.key behave exactly as before

## 0.1.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"description": "Platformless semantic graph and runtime for Intent applications",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @intent-framework/dom

## 0.1.0-alpha.9

### Patch Changes

- Updated dependencies [ba62d1d]
- @intent-framework/core@0.1.0-alpha.9
- @intent-framework/router@0.1.0-alpha.9

## 0.1.0-alpha.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"description": "DOM materializer for Intent screens and router",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.8",
"@intent-framework/router": "workspace:^0.1.0-alpha.8"
"@intent-framework/core": "workspace:^0.1.0-alpha.9",
"@intent-framework/router": "workspace:^0.1.0-alpha.9"
},
"devDependencies": {
"jsdom": "^29.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/router

## 0.1.0-alpha.9

### Patch Changes

- Updated dependencies [ba62d1d]
- @intent-framework/core@0.1.0-alpha.9

## 0.1.0-alpha.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"description": "Typed route definitions and navigation for Intent",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b --noEmit"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/testing

## 0.1.0-alpha.9

### Patch Changes

- Updated dependencies [ba62d1d]
- @intent-framework/core@0.1.0-alpha.9

## 0.1.0-alpha.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"description": "Semantic test harness for Intent screens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.