File tree 2 files changed +12
-6
lines changed
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
+
1
7
## 0.9.0
2
8
3
- - Support the latest version of package: web and package: sqlite3_web
9
+ - Support the latest version of package: web and package: sqlite3_web
4
10
5
- - Export sqlite3 ` open ` for packages that depend on ` sqlite_async `
11
+ - Export sqlite3 ` open ` for packages that depend on ` sqlite_async `
6
12
7
13
## 0.8.3
8
14
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.
10
16
11
17
## 0.8.2
12
18
Original file line number Diff line number Diff line change 1
1
name : sqlite_async
2
2
description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3
- version : 0.9.0
3
+ version : 0.9.1
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
6
sdk : " >=3.4.0 <4.0.0"
@@ -12,8 +12,8 @@ topics:
12
12
- flutter
13
13
14
14
dependencies :
15
- sqlite3 : " ^2.4.4 "
16
- sqlite3_web : ^0.1.3
15
+ sqlite3 : " ^2.4.7 "
16
+ sqlite3_web : ^0.2.0
17
17
async : ^2.10.0
18
18
collection : ^1.17.0
19
19
mutex : ^3.1.0
You can’t perform that action at this time.
0 commit comments