Prepare 1.3.0 release

This commit is contained in:
Simon Binder 2022-01-14 19:19:14 +01:00
parent d12d8c6f4a
commit d6d52718d4
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## (unreleased) ## 1.3.0
- Add the `from(table)` method to generated databases. It can be used to write - Add the `from(table)` method to generated databases. It can be used to write
common queries more concisely. common queries more concisely.
@ -6,7 +6,7 @@
- Throw an exception in a `NativeDatabase` when multiple statements are run in - Throw an exception in a `NativeDatabase` when multiple statements are run in
a single call. In previous versions, parts of the SQL string would otherwise a single call. In previous versions, parts of the SQL string would otherwise
be ignored. be ignored.
- Close the underlying database when an isolate is shut down. - Close the underlying database when a drift isolate is shut down.
## 1.2.0 ## 1.2.0

View File

@ -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: 1.2.0 version: 1.3.0
repository: https://github.com/simolus3/moor repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/ homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues issue_tracker: https://github.com/simolus3/moor/issues

View File

@ -1,3 +1,7 @@
## 1.3.0
- Support `drift` version `1.3.x`.
## 1.2.0 ## 1.2.0
- Generate code needed to support streams of views. - Generate code needed to support streams of views.

View File

@ -1,6 +1,6 @@
name: drift_dev name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools. description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 1.2.0 version: 1.3.0
repository: https://github.com/simolus3/moor repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/ homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues issue_tracker: https://github.com/simolus3/moor/issues
@ -25,7 +25,7 @@ dependencies:
io: ^1.0.3 io: ^1.0.3
# Drift-specific analysis and apis # Drift-specific analysis and apis
drift: '>=1.2.0 <1.3.0' drift: '>=1.3.0 <1.4.0'
sqlite3: '>=0.1.6 <2.0.0' sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.19.0 sqlparser: ^0.19.0