Skip to content

@tanstack/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 22:10
· 7 commits to main since this release
7d4fd14

Minor Changes

  • Improve writeBatch API to use callback pattern (#378)
    • Changed writeBatch from accepting an array of operations to accepting a callback function
    • Write operations called within the callback are automatically batched together
    • This provides a more intuitive API similar to database transactions
    • Added comprehensive documentation for Query Collections including direct writes feature