Skip to content

Commit 555e6a7

Browse files
committed
refactor: deprecate View Storage protocol in favor of Metadata Views
1 parent 720c09e commit 555e6a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@objectstack/spec": major
3+
"@objectstack/objectql": major
4+
"@objectstack/plugin-msw": patch
5+
---
6+
7+
Refactor: Deprecated View Storage protocol in favor of Metadata Views.
8+
9+
- **BREAKING**: Removed `view-storage.zod.ts` and `ViewStorage` related types from `@objectstack/spec`.
10+
- **BREAKING**: Removed `createView`, `updateView`, `deleteView`, `listViews` from `ObjectStackProtocol` interface.
11+
- **BREAKING**: Removed in-memory View Storage implementation from `@objectstack/objectql`.
12+
- **UPDATE**: `@objectstack/plugin-msw` now dynamically loads `@objectstack/objectql` to avoid hard dependencies.

0 commit comments

Comments
 (0)