@powersync/common@1.28.0
·
55 commits
to main
since this release
Minor Changes
- 6807df6: Exposing logger on AbstractPowerSyncDatabase.
- e71dc94: Added logger helpers, which can be used instead of the
js-logger
dependency. - f40ecf9: Added
fetchOptions
to AbstractRemoteOptions. Allows consumers to include fields such asdispatcher
(e.g. for proxy support) to the fetch invocations.
Also ensuring all options provided toconnect()
are passed onwards, allows packages to have their own option definitions forconnect()
and the abstractgenerateSyncStreamImplementation()
.