Skip to content

Releases: powersync-ja/powersync-js

@journeyapps/[email protected]

20 Feb 09:52
6802316
Compare
Choose a tag to compare

Patch Changes

  • 1229e52: Fixed minor bugs in BucketStorage adapter.
  • 69592d0: Improve AbstractPowerSyncDatabase.getCrudBatch should use a getAll instead of using database.execute.
  • 69592d0: Removed object-hash package as a dependency as this caused issues with NextJs 14.1.0.
    Added equals method on CrudEntry class to better align comparison operations with Javascript.

@journeyapps/[email protected]

20 Feb 09:52
6802316
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

20 Feb 09:52
6802316
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

12 Feb 08:25
457d890
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

12 Feb 08:25
457d890
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

12 Feb 08:25
457d890
Compare
Choose a tag to compare

Patch Changes

  • a0e739e: Fixed missing transactionId value in crud transaction response.

@journeyapps/[email protected]

12 Feb 08:25
457d890
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

12 Feb 08:25
457d890
Compare
Choose a tag to compare

Patch Changes

@journeyapps/[email protected]

01 Feb 09:06
8010380
Compare
Choose a tag to compare

Minor Changes

  • dd13da4: Bumped powersync-sqlite-core to v0.1.6. dependant projects should:
    • Upgrade to @journeyapps/[email protected]
    • run pod repo update && pod update in the ios folder for updates to reflect.

Patch Changes

@journeyapps/[email protected]

01 Feb 09:06
8010380
Compare
Choose a tag to compare

Minor Changes

  • dd13da4: Added viewName option to Schema Table definitions. This allows for overriding a table's view name.

Patch Changes

  • dd13da4: Improved table change updates to be throttled on the trailing edge. This prevents unnecessary query on both the leading and rising edge.