Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Minor Changes

  • 77a9ed2: Added watch() function to Kysely wrapper to support watched queries. This function invokes execute() on the Kysely query which improves support for complex queries and Kysely plugins.

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Minor Changes

  • 77a9ed2: Added watch() function to Drizzle wrapper to support watched queries. This function invokes execute() on the Drizzle query which improves support for complex queries such as those which are relational.
  • 4a70624: Added helper toPowersyncTable function and DrizzleAppSchema constructor to convert a Drizzle schema into a PowerSync app schema.

Patch Changes

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

@powersync/[email protected]

02 Dec 14:32
3513514
Compare
Choose a tag to compare

Minor Changes

  • 77a9ed2: Added compilableQueryWatch() utility function which allows any compilable query to be watched.

@powersync/[email protected]

28 Nov 09:41
0475d20
Compare
Choose a tag to compare

Patch Changes

  • 7c9c41d: Update op-sqlite to v10.1.0 for compatibility with React Native >0.76

@powersync/[email protected]

27 Nov 14:14
5647e48
Compare
Choose a tag to compare

Minor Changes

  • 36af0c8: Added temporaryStorage option to WebSQLOpenFactoryOptions. The temp_store value will now defaults to "MEMORY".

Patch Changes

  • 7e23d65: Added a bin/cli utilty that can be invoked with npx powersync-web copy-assets or pnpm powersync-web copy-assets.