Skip to content
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
60 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
8187c6d
Support `orderBy` and `limit` in `currentStateAsChanges` (#701)
kevin-dp Oct 22, 2025
96ad9d3
Fix bug when moving an orderBy window that has an infinite limit (#705)
kevin-dp Oct 22, 2025
36d2439
ci: Version Packages (#702)
github-actions[bot] Oct 22, 2025
af6a4e4
docs: document findOne method in live queries guide (#699)
KyleAMathews Oct 23, 2025
5950583
Manual writes should validate against the synced store, not the combi…
KyleAMathews Oct 23, 2025
16dbfe3
fix(query-db-collection): respect QueryClient defaultOptions when not…
KyleAMathews Oct 23, 2025
5ab979c
ci: Version Packages (#711)
github-actions[bot] Oct 23, 2025
3c9526c
fix: dedupe filtering for non-optimistic mutations (#715)
mpotter Oct 23, 2025
d8ef559
ci: Version Packages (#716)
github-actions[bot] Oct 23, 2025
970616b
fix(collection): fire status:change event before cleaning up event ha…
KyleAMathews Oct 24, 2025
ac42951
ci: Version Packages (#718)
github-actions[bot] Oct 24, 2025
518ecda
chore(deps): update all non-major dependencies (#724)
renovate[bot] Oct 27, 2025
c2a5c28
feat: add exact refetch targeting and improve utils.refetch() behavio…
lucasweng Oct 27, 2025
2d4d5e1
ci: Version Packages (#726)
github-actions[bot] Oct 27, 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
6738247
Feat: Add support for custom parsers/serializers in LocalStorage coll…
sadkebab Oct 30, 2025
7b9c681
ci: Version Packages (#731)
github-actions[bot] Oct 30, 2025
7e9a1d8
Fix flaky test (#735)
KyleAMathews Oct 31, 2025
9e4cbef
Document how to destructure in Svelte (#733)
KyleAMathews Oct 31, 2025
f8a979b
Fix: Optimizer Missing Final Step - Combine Remaining WHERE Clauses (…
KyleAMathews Oct 31, 2025
979a66f
Enable auto-indexing for nested field paths (#728)
KyleAMathews Oct 31, 2025
d2b569c
Investigate Size Change action minification (#736)
KyleAMathews Oct 31, 2025
cb25623
feat: Add paced mutations with timing strategies (#704)
KyleAMathews Oct 31, 2025
48b8e8f
ci: Version Packages (#739)
github-actions[bot] Oct 31, 2025
fe165e5
update PowerSync packages
stevensJourney Nov 3, 2025
15e981f
Merge remote-tracking branch 'upstream/main' into powersync
stevensJourney Nov 3, 2025
e4024a0
set author to POWERSYNC
stevensJourney Nov 3, 2025
81230f9
rename serlization.ts → serialization.ts
stevensJourney Nov 3, 2025
718c4f9
use MIT license
stevensJourney Nov 3, 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tanstack/powersync-db-collection": minor
---

Initial Release
Loading
Loading