Skip to content

Releases: powersync-ja/powersync-js

@powersync/[email protected]

12 Dec 08:49
7382895
Compare
Choose a tag to compare

Minor Changes

  • a547fc6: Added support for column "mode" option. This allows the ORM to expose values as complex types such as JSON and Timestamp, but store them as primitives such as text and integer.
  • 53fd64e: Added support for casing option in the Drizzle schema helper functions.

Patch Changes

  • ed5bb49: Fixed a typing issue related to queries returning multiple results when used in db.watch().

@powersync/[email protected]

12 Dec 08:49
7382895
Compare
Choose a tag to compare

Minor Changes

  • 0094e52: Added option to download attachments

@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.