We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89204bd commit 04eae22Copy full SHA for 04eae22
sqlite3_web/CHANGELOG.md
@@ -1,6 +1,9 @@
1
-## 0.3.0-dev
+## 0.3.0
2
3
- Allow passing data to worker when opening databases.
4
+- Support `dart2wasm`.
5
+- Serialize `SqliteException`s in workers.
6
+- Serialize parameters and rows instead of using `jsify()` / `dartify()`.
7
8
## 0.2.2
9
sqlite3_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3_web
description: Utilities to simplify accessing sqlite3 on the web, with automated feature detection.
-version: 0.3.0-dev
+version: 0.3.0
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_web
repository: https://github.com/simolus3/sqlite3.dart
0 commit comments