Skip to content

Releases: powersync-ja/powersync-js

@powersync/diagnostics-app@0.8.5

26 Mar 07:26
79cf02d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [f8fd814]
  • Updated dependencies [f0c49f9]
    • @powersync/web@1.16.0
    • @powersync/react@1.5.2

@powersync/common@1.26.0

26 Mar 07:25
79cf02d
Compare
Choose a tag to compare

Minor Changes

  • f8fd814: Introduced executeRaw, which processes SQLite query results differently to preserve all columns, preventing duplicate column names from being overwritten.

@powersync/web@1.15.1

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • 0c8ddda: Update package description

@powersync/tanstack-react-query@0.0.16

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [fcb9d58]
    • @powersync/react@1.5.2

@powersync/react@1.5.2

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • fcb9d58: Fixed an issue with useQuery where initial query/parameter changes could cause a race condition if the first query took long.

@powersync/react-native@1.18.2

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • 0c8ddda: Update package description
  • fcb9d58: Fixed an issue with useQuery where initial query/parameter changes could cause a race condition if the first query took long.
  • Updated dependencies [fcb9d58]
    • @powersync/react@1.5.2

@powersync/node@0.1.1

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • 0c8ddda: Update package description
  • 2551b40: Update readme to reflect alpha status.
  • 7c118b6: Update readme to refer to Node.js docs

@powersync/diagnostics-app@0.8.4

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [0c8ddda]
  • Updated dependencies [fcb9d58]
    • @powersync/web@1.15.1
    • @powersync/react@1.5.2

@powersync/attachments@2.3.0

19 Mar 11:28
2272ad8
Compare
Choose a tag to compare

Minor Changes

  • 420a083: Added attachmentTableName option to attachment queue which allows you to specify the table name it should work with.

@powersync/web@1.15.0

13 Mar 09:05
2117760
Compare
Choose a tag to compare

Minor Changes

  • 26025f0: Ensured OPFS tabs are not frozen or put to sleep by browsers. This prevents potential deadlocks in the syncing process.