Mention `WasmDatabase.probe()` in changelog

This commit is contained in:
Simon Binder 2023-08-10 17:37:15 +02:00
parent 08fa63069c
commit fa83fbe876
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
- Add the `substr` extension on `Expression<String>` to call the sqlite3 function from - Add the `substr` extension on `Expression<String>` to call the sqlite3 function from
the Dart API. the Dart API.
- Add `isolateSetup` to `NativeDatabase.createInBackground()` to override libraries. - Add `isolateSetup` to `NativeDatabase.createInBackground()` to override libraries.
- Add `WasmDatabase.probe()`, a method probing for available implementations and existing
databases without opening one directly.
## 2.10.0 ## 2.10.0