mirror of https://github.com/AMT-Cheif/drift.git
Prepare release
This commit is contained in:
parent
b826391bcb
commit
9f05897944
|
@ -1,4 +1,4 @@
|
|||
## 2.12.0-dev
|
||||
## 2.12.0
|
||||
|
||||
- Add support for table-valued functions in the Dart query builder.
|
||||
- Add the `@TableIndex` annotation for table classes to add an index to the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift
|
||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||
version: 2.12.0-dev
|
||||
version: 2.12.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
## 2.12.0-dev
|
||||
## 2.12.0
|
||||
|
||||
- Adds the static getter `$name` to generated table classes.
|
||||
- Recognize and analyze the `@TableIndex` annotation.
|
||||
|
||||
## 2.11.2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: drift_dev
|
||||
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
||||
version: 2.12.0-dev
|
||||
version: 2.12.0
|
||||
repository: https://github.com/simolus3/drift
|
||||
homepage: https://drift.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/drift/issues
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.31.2
|
||||
|
||||
- Add `CaseInsensitiveMap.of` to wrap existing maps.
|
||||
|
||||
## 0.31.1
|
||||
|
||||
- Add the `sqlite3_schema` table to the builtin tables supported by every
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.31.1
|
||||
version: 0.31.2
|
||||
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