Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:12
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

  • b1aca34: Fixed issue where useQuery() would not correctly trigger a new execution when the query or parameters changed while using StrictMode.
  • Updated dependencies [ce40042]
  • Updated dependencies [9003153]
  • Updated dependencies [4d532d4]

@powersync/[email protected]

04 Sep 11:12
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Minor Changes

  • ce40042: Add clientImplementation field to SyncStatus.

Patch Changes

  • 9003153: Update core extension to 0.4.5
  • 4d532d4: Improved the abort handling for stale watched query results when the query/parameters change. This fixes the edge case where an already fetching query would handle a query change and briefly report isFetching being false before becoming true again.

@powersync/[email protected]

04 Sep 11:13
272c194

Choose a tag to compare

Patch Changes

@powersync/[email protected]

28 Aug 09:47
d74797f

Choose a tag to compare

Minor Changes

  • c910c66: Add getCrudTransactions(), returning an async iterator of transactions. This can be used to batch transactions when uploading CRUD data.
  • 9e3e3a5: Added SQLite trigger based table change tracking.

Patch Changes