Skip to content

@tanstack/db@0.8.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:36
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
c6f08a9

Patch Changes

  • Reject child query builders and query-construction helpers returned from fn.select() with type and runtime errors instead of exposing internal query objects. (#1760)

  • Support disabling live queries declared with the { query } config syntax by returning undefined or null from the query callback. (#1757)