Skip to content

Releases: TanStack/db

@tanstack/vue-db@0.0.86

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/trailbase-db-collection@0.1.54

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/svelte-db@0.1.53

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/solid-db@0.1.53

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/rxdb-db-collection@0.1.42

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/react-db@0.1.54

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/powersync-db-collection@0.1.14

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

@tanstack/electric-db-collection@0.2.11

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

  • Type utils in collection options as specific type (e.g. ElectricCollectionUtils) instead of generic UtilsRecord. (#940)

  • fix: Add BigInt support to pg-serializer and fix error message for non-JSON-serializable values (#932)

    • Added support for serializing BigInt values to strings in the serialize function
    • Fixed the error message when encountering unsupported types to handle values that cannot be serialized by JSON.stringify (like BigInt), preventing a secondary error from masking the original issue
  • Updated dependencies [1d19d22, b3e4e80]:

    • @tanstack/db@0.5.10

@tanstack/db@0.5.10

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes

  • Type utils in collection options as specific type (e.g. ElectricCollectionUtils) instead of generic UtilsRecord. (#940)

  • Fix proxy to handle frozen objects correctly. Previously, creating a proxy for a frozen object (such as data from state management libraries that freeze their state) would throw a TypeError when attempting to modify properties via the proxy. The proxy now uses an unfrozen internal copy as the Proxy target, allowing modifications to be tracked correctly while preserving the immutability of the original object. (#933)

    Also adds support for Object.seal() and Object.preventExtensions() on proxies, allowing these operations to work correctly on change-tracking proxies.

@tanstack/angular-db@0.1.36

02 Dec 18:13
6ba4a9f

Choose a tag to compare

Patch Changes