File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2025-05-28
7
+
8
+ ---
9
+
10
+ Packages with breaking changes:
11
+
12
+ - There are no breaking changes in this release.
13
+
14
+ Packages with other changes:
15
+
16
+ - [ ` sqlite_async ` - ` v0.11.6 ` ] ( #sqlite_async---v0116 )
17
+
18
+ ---
19
+
20
+ #### ` sqlite_async ` - ` v0.11.6 `
21
+
22
+ - Native: Consistently report errors when opening the database instead of
23
+ causing unhandled exceptions.
24
+
6
25
## 2025-05-22
7
26
8
27
---
Original file line number Diff line number Diff line change
1
+ ## 0.11.6
2
+
3
+ - Native: Consistently report errors when opening the database instead of
4
+ causing unhandled exceptions.
5
+
1
6
## 0.11.5
2
7
3
8
- Allow profiling queries. Queries are profiled by default in debug and profile builds, the runtime
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.5
3
+ version : 0.11.6
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