We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f55cb7 commit 6a7f6dfCopy full SHA for 6a7f6df
drift/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
- Fix generated SQL for `insertFromSelect` statements with upserts.
4
- Fix `alterTable` for databases where `legacy_alter_table` is not writable.
5
+- Allow `package:drift/web.dart` to be imported into Dart apps compiled with
6
+ dart2wasm.
7
8
## 2.22.0
9
drift/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
-version: 2.22.0
+version: 2.22.1
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
0 commit comments