Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
27a3728
wip: PowerSync collections
stevensJourney Oct 1, 2025
e88623c
Add support for transactions with multiple collection types
stevensJourney Oct 1, 2025
352829e
Optimize transaction waiting
stevensJourney Oct 2, 2025
1c75d3d
Improve test stability
stevensJourney Oct 2, 2025
50f3383
Merge remote-tracking branch 'upstream/main' into powersync
stevensJourney Oct 2, 2025
a892acc
Improve cleanup behaviour
stevensJourney Oct 2, 2025
7d9ff73
Add rollback test
stevensJourney Oct 2, 2025
d5b3d99
update dependencies
stevensJourney Oct 2, 2025
cc42e94
Add live query test
stevensJourney Oct 2, 2025
d1de549
Add docs for PowerSync collection
stevensJourney Oct 2, 2025
c0a212a
Merge branch 'main' into powersync
stevensJourney Oct 2, 2025
ccba6ef
Add Changeset
stevensJourney Oct 2, 2025
c887d90
Added schema conversion and validation
stevensJourney Oct 2, 2025
860fa26
ensure observers are ready before proceeding with mutations
stevensJourney Oct 2, 2025
ffa68d1
Add logging
stevensJourney Oct 3, 2025
79abf05
Implement batching during initial sync
stevensJourney Oct 3, 2025
237ed35
Update log messages. Avoid requirement for NPM install scripts.
stevensJourney Oct 3, 2025
8d489e9
Schemas Step 1: Infer types from PowerSync schema table.
stevensJourney Oct 21, 2025
4692c8b
Support input schema validations with Zod
stevensJourney Oct 21, 2025
fb45f02
update readme
stevensJourney Oct 21, 2025
7030117
Update doc comments. Code cleanup.
stevensJourney Oct 22, 2025
829ce64
More doc cleanup
stevensJourney Oct 22, 2025
dd0cbc8
README cleanup
stevensJourney Oct 22, 2025
dc0b361
Merge branch 'main' into powersync
stevensJourney Oct 22, 2025
e26bf27
Cleanup tests
stevensJourney Oct 22, 2025
e207268
Update PowerSync dependencies
stevensJourney Oct 22, 2025
e94cadf
Properly constrain types
stevensJourney Oct 22, 2025
b7fc0ff
Allow custom input schema types
stevensJourney Oct 22, 2025
fbfa75a
Support better schema type conversions
stevensJourney Oct 28, 2025
da9ec60
docuement deserialization errors
stevensJourney Oct 28, 2025
c439899
Fix typo in READMe
stevensJourney Oct 28, 2025
db3eae5
Add type to README example
stevensJourney Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dark-items-dig.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall whether we have magic words for the first changeset entry, or even mention beta status?

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tanstack/powersync-db-collection": minor
---

Initial Release
Loading
Loading