- Fixed bug where on-demand collections with the
idcolumn in their where clause would never be added to the PowerSync upload queue. (#1470)
- Updated dependencies [
1e69dd6]:- @tanstack/db@0.6.4
- Updated dependencies [
8b7fb1a]:- @tanstack/db@0.6.1
-
Added 'on-demand'
syncModeoption which makes the collection work with a query-driven sync approach. (#1356) -
Update dependencies across workspace to resolve version mismatches:
@electric-sql/client^1.5.13,@tanstack/store^0.9.2,pg^8.20.0. Adapt subscription cleanup to@tanstack/store0.9.x API which returnsSubscriptionobjects instead of unsubscribe functions. (#1381) -
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
- Updated dependencies [
bf1d078]:- @tanstack/db@0.5.31
- Updated dependencies [
e9d0fd8]:- @tanstack/db@0.5.30
- Updated dependencies [
46450e7]:- @tanstack/db@0.5.28
-
Make type of collection utils more precise for localOnly, PowerSync, Trailbase, and Electric collections (#1236)
-
Updated dependencies [
802550f,dc41d7d,4ff3da5,2223cd6]:- @tanstack/db@0.5.27
- 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
-
Added support for tracking collection operation metadata in PowerSync CrudEntry operations. (#999)
// Schema config const APP_SCHEMA = new Schema({ documents: new Table( { name: column.text, created_at: column.text, }, { // Metadata tracking must be enabled on the PowerSync table trackMetadata: true, }, ), }) // ... Other config // Collection operations which specify metadata await collection.insert( { id, name: `document`, }, // The string version of this will be present in PowerSync `CrudEntry`s during uploads { metadata: { extraInfo: 'Info', }, }, )
-
Updated dependencies [
f795a67,d542667,6503c09,b1cc4a7]:- @tanstack/db@0.5.17
- Updated dependencies [
41308b8]:- @tanstack/db@0.5.16
- Updated dependencies [
32ec4d8]:- @tanstack/db@0.5.15
- Updated dependencies [
26ed0aa]:- @tanstack/db@0.5.14
- 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
- Initial Release (#747)
- Updated dependencies [
49bcaa5]:- @tanstack/db@0.4.17