File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.1
2+
3+ - Support version ^0.2.0 of package: sqlite3_web
4+ - Fix update notifications to only fire outside transactions
5+ - Fix update notifications to be debounced on web
6+
17## 0.9.0
28
3- - Support the latest version of package: web and package: sqlite3_web
9+ - Support the latest version of package: web and package: sqlite3_web
410
5- - Export sqlite3 ` open ` for packages that depend on ` sqlite_async `
11+ - Export sqlite3 ` open ` for packages that depend on ` sqlite_async `
612
713## 0.8.3
814
9- - Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.
15+ - Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.
1016
1117## 0.8.2
1218
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3- version : 0.9.0
3+ version : 0.9.1
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
66 sdk : " >=3.4.0 <4.0.0"
@@ -12,8 +12,8 @@ topics:
1212 - flutter
1313
1414dependencies :
15- sqlite3 : " ^2.4.4 "
16- sqlite3_web : ^0.1.3
15+ sqlite3 : " ^2.4.7 "
16+ sqlite3_web : ^0.2.0
1717 async : ^2.10.0
1818 collection : ^1.17.0
1919 mutex : ^3.1.0
You can’t perform that action at this time.
0 commit comments