This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@journeyapps/react-native-quick-sqlite@1.1.0
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@journeyapps/react-native-quick-sqlite@1.1.0
Minor Changes
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.