Skip to content

Releases: powersync-ja/sqlite_async.dart

sqlite_async-v0.11.1

21 Jan 16:29
Compare
Choose a tag to compare
  • Remove remaining dart:js_util imports in favor of new interop APIs.
  • Add WebSqliteOpenFactory with web-specific behavior for open factories.

sqlite_async-v0.11.0

06 Nov 08:27
ce0750e
Compare
Choose a tag to compare

Changes:

  • Flush at the end of each writeLock - only applies when using IndexedDB in Flutter Web.

sqlite_async-v0.10.1

01 Nov 09:19
e26fb09
Compare
Choose a tag to compare
  • Broadcast updates across tabs if needed by @simolus3 in #74.

sqlite_async-v0.9.1

28 Oct 10:01
c39e475
Compare
Choose a tag to compare

Includes #68.

Also bumps sqlite3_web to ^0.2.0.

sqlite_async-v0.10.0

28 Oct 16:49
Compare
Choose a tag to compare
  • This adds the exposeEndpoint() method on the web by @simolus3 in #63.

sqlite_async-v0.8.1

10 Jul 16:08
Compare
Choose a tag to compare

Includes changes from:

v0.8.0

04 Jul 13:52
Compare
Choose a tag to compare

Release v0.8.0

Initial release containing web support (web is in beta).