Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

98 lines (51 loc) · 1.68 KB

@journeyapps/wa-sqlite

1.2.0

Minor Changes

  • 9d9e03c: powersync-sqlite-core 0.3.8: Support 1999 columns per table

1.1.1

Patch Changes

  • a2693c6: powersync-sqlite-core 0.3.7; sqlite 3.47.2

1.1.0

Minor Changes

  • 7536ead: Enable database encryption with multiple ciphers

1.0.0

Major Changes

  • 187d9cd: Updated from upstream to v1.0.4

Minor Changes

  • f9f5c84: Updated PowerSync core build steps by removing Git submodules. Added ability to load PowerSync extension as a dynamic side module.

0.4.2

Patch Changes

  • f23bd69: Use powersync-sqlite-core 0.3.6 to fix dangling rows

0.4.1

Patch Changes

  • 588937a: Fix bug where table change update notifications would access invalid memory locations under certain conditions.

0.4.0

Minor Changes

  • 95b8ba1: powersync-sqlite-core 0.3.0

0.3.0

Minor Changes

  • b0124d4: Update powersync-sqlite-core to v0.2.0
  • b0124d4: Rename back to @journeyapps/wa-sqlite

Patch Changes

  • b0124d4: Fix some type declarations

0.2.1

Patch Changes

  • a220f80: Rename package to @powersync/wa-sqlite

For the following previous versions refer to @journeyapps/wa-sqlite

0.2.0

Minor Changes

  • 0077436: Added full text search (FTS5) support out of the box by default. There should be no configuration required. Updated from upstream changes

0.1.1

Patch Changes

  • fabeb50: Updated from upstream changes
  • fabeb50: Updated powersync-sqlite-core to v0.1.6

0.1.0

Minor Changes

  • aba7b5b: Beta release

0.0.2

Patch Changes

  • 1cce650: Fixed Typescript declaration files.

0.0.1

Patch Changes

  • 9bb4bb4: Initial loading of PowerSync Rust SQLite extension.