mirror of https://github.com/AMT-Cheif/drift.git
Prepare 2.9.0 release
This commit is contained in:
parent
d465776726
commit
af917b1f71
|
@ -1,6 +1,9 @@
|
||||||
## 2.8.3-dev
|
## 2.9.0
|
||||||
|
|
||||||
- Forbid `schemaVersion` returning `0`, as this causes issues in the migrator.
|
- Forbid `schemaVersion` returning `0`, as this causes issues in the migrator.
|
||||||
|
- Drift web support is now stable! By using a `WasmDatabase.open` factory as
|
||||||
|
described in https://drift.simonbinder.eu/web/, you can run a drift database
|
||||||
|
in modern browsers!
|
||||||
|
|
||||||
## 2.8.2
|
## 2.8.2
|
||||||
|
|
||||||
|
|
|
@ -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.8.2
|
version: 2.9.0
|
||||||
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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift_dev
|
name: drift_dev
|
||||||
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
||||||
version: 2.8.3
|
version: 2.9.0
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue