File tree 5 files changed +16
-7
lines changed
5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ jobs:
35
35
include :
36
36
- sqlite_version : " 3440200"
37
37
sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz"
38
- dart_sdk : 3.5.0
38
+ dart_sdk : stable
39
39
- sqlite_version : " 3430200"
40
40
sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz"
41
- dart_sdk : 3.5.0
41
+ dart_sdk : stable
42
42
- sqlite_version : " 3420000"
43
43
sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz"
44
- dart_sdk : 3.5.0
44
+ dart_sdk : stable
45
45
- sqlite_version : " 3410100"
46
46
sqlite_url : " https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz"
47
- dart_sdk : 3.5.0
47
+ dart_sdk : stable
48
48
- sqlite_version : " 3380000"
49
49
sqlite_url : " https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz"
50
- dart_sdk : 3.5.0
50
+ dart_sdk : stable
51
51
steps :
52
52
- uses : actions/checkout@v3
53
53
- uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ - Fix lints.
4
+
1
5
## 0.2.0
2
6
3
7
- Automatically run Drift migrations
Original file line number Diff line number Diff line change 1
1
name : drift_sqlite_async
2
- version : 0.2.0
2
+ version : 0.2.1
3
3
homepage : https://github.com/powersync-ja/sqlite_async.dart
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
description : Use Drift with a sqlite_async database, allowing both to be used in the same application.
Original file line number Diff line number Diff line change
1
+ ## 0.11.2
2
+
3
+ - Support latest version of ` package:sqlite3_web ` .
4
+ - Support ` dart2wasm ` .
5
+
1
6
## 0.11.1
2
7
3
8
- Remove remaining ` dart:js_util ` imports in favor of new interop APIs.
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.11.1
3
+ version : 0.11.2
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
6
sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments