We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720c09e commit 555e6a7Copy full SHA for 555e6a7
1 file changed
.changeset/refactor-view-storage-deprecation.md
@@ -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