github TanStack/db @tanstack/db@0.5.10

latest releases: @tanstack/vue-db@0.0.86, @tanstack/powersync-db-collection@0.1.14, @tanstack/solid-db@0.1.53...
4 hours ago

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.

Don't miss a new db release

NewReleases is sending notifications on new releases.