Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
8 changes: 8 additions & 0 deletions .changeset/little-hats-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@tanstack/electric-db-collection": patch
"@tanstack/query-db-collection": patch
"@tanstack/rxdb-db-collection": patch
"@tanstack/db": patch
---

Refactor the main Collection class into smaller classes to make it easier to maintain.
2 changes: 1 addition & 1 deletion packages/db/src/change-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
CurrentStateAsChangesOptions,
SubscribeChangesOptions,
} from "./types"
import type { Collection } from "./collection"
import type { Collection } from "./collection/index.js"
import type { SingleRowRefProxy } from "./query/builder/ref-proxy"
import type { BasicExpression } from "./query/ir.js"

Expand Down
Loading
Loading