Skip to content

Commit 6a7f6df

Browse files
committed
Add changelog entry for dart2wasm fix
1 parent 4f55cb7 commit 6a7f6df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

drift/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Fix generated SQL for `insertFromSelect` statements with upserts.
44
- 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.
57

68
## 2.22.0
79

drift/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: drift
22
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
3-
version: 2.22.0
3+
version: 2.22.1
44
repository: https://github.com/simolus3/drift
55
homepage: https://drift.simonbinder.eu/
66
issue_tracker: https://github.com/simolus3/drift/issues

0 commit comments

Comments
 (0)