Skip to content

Releases: powersync-ja/react-native-quick-sqlite

v1.1.2

05 Mar 09:47
d15f093
Compare
Choose a tag to compare

Patch Changes

  • 4979882: Fixed incorrect imports of sqlite3.h to use local version.

v1.1.1

31 Jan 15:28
cfd4be6
Compare
Choose a tag to compare

Patch Changes

v1.1.0

24 Jan 09:06
086e09d
Compare
Choose a tag to compare

Minor Changes

  • 3bb0212: Added registerTablesChangedHook to DB connections which reports batched table updates once writeTransactions and writeLocks have been committed. Maintained API compatibility with registerUpdateHook which reports table change events as they occur. Added listeners for when write transactions have been committed or rolled back.

v1.0.0

29 Nov 17:44
7262d47
Compare
Choose a tag to compare

Major Changes

  • 7c54e8a: Version 1.0.0 release out of beta

v0.1.1

06 Nov 07:00
fd4e732
Compare
Choose a tag to compare

Patch Changes

  • 2802916: Fixed: Missing dependency for uuid and race condition where ommitting await on some lock/transaction operations could deadlock the application's main thread.

v0.1.0

31 Oct 18:20
ad74fd7
Compare
Choose a tag to compare

Minor Changes

v0.0.2

30 Oct 10:53
3077269
Compare
Choose a tag to compare

Patch Changes

  • c17f91c: Added concurrent read/write connection support.

v0.0.1

19 Oct 08:47
6025fd0
Compare
Choose a tag to compare

Patch Changes

  • 90affb4: Bump version to 0.0.1 for consistency