mirror of https://github.com/AMT-Cheif/drift.git
Prepare release
This commit is contained in:
parent
f51eab3dc3
commit
b7f9c280c3
|
@ -1,3 +1,7 @@
|
||||||
|
## 2.14.1
|
||||||
|
|
||||||
|
- Fix `WasmProbeResult.open` ignoring the `ìnitializeDatabase` callback.
|
||||||
|
|
||||||
## 2.14.0
|
## 2.14.0
|
||||||
|
|
||||||
- Add the `QueryInterceptor` API to easily monitor or transform all database
|
- Add the `QueryInterceptor` API to easily monitor or transform all database
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift
|
name: drift
|
||||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||||
version: 2.14.0
|
version: 2.14.1
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/
|
homepage: https://drift.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
- Fix inconsistencies when generating `Variable` instances for columns with
|
- Fix inconsistencies when generating `Variable` instances for columns with
|
||||||
custom types.
|
custom types.
|
||||||
|
- Fix a build performance regression introduced in version 2.14.0 related to
|
||||||
|
analyzing imports in drift files.
|
||||||
|
|
||||||
## 2.14.0
|
## 2.14.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue