mirror of https://github.com/AMT-Cheif/drift.git
Prepare release
This commit is contained in:
parent
f179fe30a0
commit
417c2c1207
|
@ -1,4 +1,4 @@
|
||||||
## 2.16.0-dev
|
## 2.16.0
|
||||||
|
|
||||||
- When a migration throws, the database will now block subsequent operations
|
- When a migration throws, the database will now block subsequent operations
|
||||||
instead of potentially allowing them to operate on a database in an
|
instead of potentially allowing them to operate on a database in an
|
||||||
|
|
|
@ -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.15.0
|
version: 2.16.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,4 +1,4 @@
|
||||||
## 2.15.1-dev
|
## 2.16.0
|
||||||
|
|
||||||
- Keep import alias when referencing existing elements in generated code
|
- Keep import alias when referencing existing elements in generated code
|
||||||
([#2845](https://github.com/simolus3/drift/issues/2845)).
|
([#2845](https://github.com/simolus3/drift/issues/2845)).
|
||||||
|
|
|
@ -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.15.0
|
version: 2.16.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
|
||||||
|
@ -30,7 +30,7 @@ dependencies:
|
||||||
io: ^1.0.3
|
io: ^1.0.3
|
||||||
|
|
||||||
# Drift-specific analysis and apis
|
# Drift-specific analysis and apis
|
||||||
drift: '>=2.15.0 <2.16.0'
|
drift: '>=2.16.0 <2.17.0'
|
||||||
sqlite3: '>=0.1.6 <3.0.0'
|
sqlite3: '>=0.1.6 <3.0.0'
|
||||||
sqlparser: '^0.34.0'
|
sqlparser: '^0.34.0'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift_postgres
|
name: drift_postgres
|
||||||
description: Postgres implementation and APIs for the drift database package.
|
description: Postgres implementation and APIs for the drift database package.
|
||||||
version: 1.2.0-dev
|
version: 1.2.0
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/docs/platforms/postgres/
|
homepage: https://drift.simonbinder.eu/docs/platforms/postgres/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## 0.34.1-dev
|
## 0.34.1
|
||||||
|
|
||||||
- Allow selecting from virtual tables using the table-valued function
|
- Allow selecting from virtual tables using the table-valued function
|
||||||
syntax.
|
syntax.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: sqlparser
|
name: sqlparser
|
||||||
description: Parses sqlite statements and performs static analysis on them
|
description: Parses sqlite statements and performs static analysis on them
|
||||||
version: 0.34.1-dev
|
version: 0.34.1
|
||||||
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
#homepage: https://drift.simonbinder.eu/
|
#homepage: https://drift.simonbinder.eu/
|
||||||
|
|
Loading…
Reference in New Issue