Releases: powersync-ja/react-native-quick-sqlite
Releases · powersync-ja/react-native-quick-sqlite
v1.1.2
v1.1.1
Patch Changes
- b1324f1: Updated PowerSync SQLite Core to ~>0.1.6. powersync-ja/powersync-sqlite-core#3
v1.1.0
Minor Changes
- 3bb0212: Added
registerTablesChangedHook
to DB connections which reports batched table updates oncewriteTransaction
s andwriteLock
s have been committed. Maintained API compatibility withregisterUpdateHook
which reports table change events as they occur. Added listeners for when write transactions have been committed or rolled back.