-
Update all SKILL.md files to v0.6.0 with new documentation for persistence, virtual properties, queryOnce, createEffect, includes, indexing, and sync metadata. Add tanstack-intent keyword to all packages with skills. (#1421)
-
Updated dependencies [
8b7fb1a]:- @tanstack/db@0.6.1
-
fixing double reactive parameter tracking inside of injectLiveQuery (#1252)
-
Updated dependencies [
f60384b,b8abc02,09c7afc,bb09eb1,179d666,43ecbfa,055fd94,055fd94,055fd94,055fd94,85f5435,b65d8f7,e0df07e,9952921,d351c67]:- @tanstack/db@0.6.0
- Updated dependencies [
c3e6a96]:- @tanstack/db@0.5.33
-
Add Intent agent skills (SKILL.md files) to guide AI coding agents. Include skills for core DB concepts, all 5 framework bindings, meta-framework integration, and offline transactions. Also add
export * from '@tanstack/db'to angular-db for consistency with other framework packages. (#1330) -
Updated dependencies [
bf1d078]:- @tanstack/db@0.5.31
- Updated dependencies [
e9d0fd8]:- @tanstack/db@0.5.30
-
Fix
injectLiveQuerywithfindOne()returning an array instead of a single object, and add proper type overloads so TypeScript correctly infersSignal<T | undefined>forfindOne()queries (#1273) -
Updated dependencies [
77b815e,ac4ce67]:- @tanstack/db@0.5.29
- Updated dependencies [
46450e7]:- @tanstack/db@0.5.28
- Updated dependencies [
7099459]:- @tanstack/db@0.5.24
- Updated dependencies [
05130f2]:- @tanstack/db@0.5.23
- Updated dependencies [
f9b741e]:- @tanstack/db@0.5.22
- Updated dependencies []:
- @tanstack/db@0.5.20
- Updated dependencies [
c1247e8]:- @tanstack/db@0.5.18
- Updated dependencies [
41308b8]:- @tanstack/db@0.5.16
- Updated dependencies [
32ec4d8]:- @tanstack/db@0.5.15
- Updated dependencies [
26ed0aa]:- @tanstack/db@0.5.14
-
Fixed
isReadyto returntruefor disabled queries inuseLiveQuery/injectLiveQueryacross all framework packages. When a query function returnsnullorundefined(disabling the query), there's no async operation to wait for, so the hook should be considered "ready" immediately. (#886)Additionally, all frameworks now have proper TypeScript overloads that explicitly support returning
undefined | nullfrom query functions, making the disabled query pattern type-safe.This fixes the common pattern where users conditionally enable queries and don't want to show loading states when the query is disabled.
-
Updated dependencies [
c4b9399,a1a484e]:- @tanstack/db@0.5.11
- Updated dependencies [
5f474f1]:- @tanstack/db@0.5.9
- Updated dependencies [
295cb45]:- @tanstack/db@0.5.7
- Updated dependencies [
c8a2c16]:- @tanstack/db@0.5.6
- Updated dependencies [
077fc1a]:- @tanstack/db@0.5.5
- Updated dependencies [
99a3716]:- @tanstack/db@0.5.2
- Updated dependencies [
a83a818]:- @tanstack/db@0.5.1
- Updated dependencies [
243a35a,f9d11fc,7aedf12,28f81b5,28f81b5,f6ac7ea,01093a7]:- @tanstack/db@0.5.0
- Updated dependencies [
75470a8]:- @tanstack/db@0.4.19
- Updated dependencies [
49bcaa5]:- @tanstack/db@0.4.17
- Updated dependencies [
6738247]:- @tanstack/db@0.4.15
- Updated dependencies [
970616b]:- @tanstack/db@0.4.14
- Updated dependencies [
3c9526c]:- @tanstack/db@0.4.13
- Updated dependencies [
5566b26]:- @tanstack/db@0.4.11
- Updated dependencies [
6692aad]:- @tanstack/db@0.4.7
- Updated dependencies [
7556fb6]:- @tanstack/db@0.4.5
- Updated dependencies [
32f2212]:- @tanstack/db@0.4.3
- Updated dependencies [
8cd0876]:- @tanstack/db@0.4.1
-
Let collection.subscribeChanges return a subscription object. Move all data loading code related to optimizations into that subscription object. (#564)
-
Updated dependencies [
2f87216,ac6250a,2f87216]:- @tanstack/db@0.4.0
- Updated dependencies [
cacfca2]:- @tanstack/db@0.3.2
- Updated dependencies [
5f51f35]:- @tanstack/db@0.3.1
- Add @tanstack/angular-db package with Angular integration for TanStack DB (#424)
- Initial release of @tanstack/angular-db package