mirror of https://github.com/AMT-Cheif/drift.git
Release drift 1.6.0
This commit is contained in:
parent
68dce48b6f
commit
184353a7aa
|
@ -1,6 +1,6 @@
|
|||
name: drift
|
||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||
version: 1.5.0
|
||||
version: 1.6.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
## 1.6.0-dev
|
||||
## 1.6.0
|
||||
|
||||
- Write Dart references into schema files.
|
||||
- Support new drift features from version 1.6.0, like `check` and `unique`
|
||||
column constraints in Dart tables.
|
||||
|
||||
## 1.5.2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift_dev
|
||||
description: Dev-dependency for users of drift. Contains a the generator and development tools.
|
||||
version: 1.5.2
|
||||
version: 1.6.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
@ -25,7 +25,7 @@ dependencies:
|
|||
io: ^1.0.3
|
||||
|
||||
# Drift-specific analysis and apis
|
||||
drift: '>=1.5.0 <1.6.0'
|
||||
drift: '>=1.6.0 <1.7.0'
|
||||
sqlite3: '>=0.1.6 <2.0.0'
|
||||
sqlparser: ^0.21.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue