Skip to content

Releases: TanStack/db

@tanstack/solid-db@0.1.51

26 Nov 19:11
4eb7671

Choose a tag to compare

Patch Changes

@tanstack/solid-db@0.1.50

26 Nov 16:31
0e436f0

Choose a tag to compare

Patch Changes

  • Updated dependencies [295cb45]:
    • @tanstack/db@0.5.7

@tanstack/solid-db@0.1.49

26 Nov 03:55
e3819e5

Choose a tag to compare

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/rxdb-db-collection@0.1.40

26 Nov 19:11
4eb7671

Choose a tag to compare

Patch Changes

@tanstack/rxdb-db-collection@0.1.39

26 Nov 16:31
0e436f0

Choose a tag to compare

Patch Changes

  • Updated dependencies [295cb45]:
    • @tanstack/db@0.5.7

@tanstack/rxdb-db-collection@0.1.38

26 Nov 03:55
e3819e5

Choose a tag to compare

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/react-db@0.1.52

26 Nov 19:11
4eb7671

Choose a tag to compare

Patch Changes

@tanstack/react-db@0.1.51

26 Nov 16:31
0e436f0

Choose a tag to compare

Patch Changes

  • Updated dependencies [295cb45]:
    • @tanstack/db@0.5.7

@tanstack/react-db@0.1.50

26 Nov 03:55
e3819e5

Choose a tag to compare

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/query-db-collection@1.0.5

26 Nov 03:55
e3819e5

Choose a tag to compare

Patch Changes

  • fix: ensure ctx.meta.loadSubsetOptions type-safety works automatically (#869)

    The module augmentation for ctx.meta.loadSubsetOptions is now guaranteed to load automatically when importing from @tanstack/query-db-collection. Previously, users needed to explicitly import QueryCollectionMeta or use @ts-ignore to pass ctx.meta?.loadSubsetOptions to parseLoadSubsetOptions.

    Additionally, QueryCollectionMeta is now an interface (instead of a type alias), enabling users to safely extend meta with custom properties via declaration merging:

    declare module "@tanstack/query-db-collection" {
      interface QueryCollectionMeta {
        myCustomProperty: string
      }
    }
  • Updated dependencies [c8a2c16]:

    • @tanstack/db@0.5.6