Prepare 2.17 release

This commit is contained in:
Simon Binder 2024-04-20 15:32:17 +02:00
parent ac4947f266
commit 11e31cc653
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
6 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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'

View File

@ -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

View File

@ -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/