mirror of https://github.com/AMT-Cheif/drift.git
Prepare 2.17 release
This commit is contained in:
parent
ac4947f266
commit
11e31cc653
|
@ -1,4 +1,4 @@
|
|||
## 2.17.0-dev
|
||||
## 2.17.0
|
||||
|
||||
- Adds `companion` entry to `DataClassName` to override the name of the
|
||||
generated companion class.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift
|
||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||
version: 2.16.0
|
||||
version: 2.17.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 2.17.0-dev
|
||||
## 2.17.0
|
||||
|
||||
- Fix drift using the wrong import alias in generated part files.
|
||||
- Add the `use_sql_column_name_as_json_key` builder option.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift_dev
|
||||
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
||||
version: 2.16.0
|
||||
version: 2.17.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
@ -30,9 +30,9 @@ dependencies:
|
|||
io: ^1.0.3
|
||||
|
||||
# Drift-specific analysis and apis
|
||||
drift: '>=2.16.0 <2.17.0'
|
||||
drift: '>=2.17.0 <2.18.0'
|
||||
sqlite3: '>=0.1.6 <3.0.0'
|
||||
sqlparser: '^0.34.0'
|
||||
sqlparser: '^0.35.0'
|
||||
|
||||
# Dart analysis
|
||||
analyzer: '>=5.12.0 <7.0.0'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 3.35.0-dev
|
||||
## 3.35.0
|
||||
|
||||
- Fix parsing binary literals.
|
||||
- Expand support for `IN` expressions, they now support tuples on the left-hand
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.34.1
|
||||
version: 0.35.0
|
||||
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
||||
repository: https://github.com/simolus3/drift
|
||||
#homepage: https://drift.simonbinder.eu/
|
||||
|
|
Loading…
Reference in New Issue