Prepare 4.5.0 release

This commit is contained in:
Simon Binder 2021-08-20 18:58:15 +02:00
parent c065e8332f
commit 59e6df76a3
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
6 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## 4.5.0-dev
## 4.5.0
- Add `moorRuntimeOptions.debugPrint` option to control which `print` method is used by moor.
- Add a `rowId` extension on generated tables.

View File

@ -1,6 +1,6 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 4.4.1
version: 4.5.0
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues

View File

@ -1,3 +1,7 @@
## 4.5.0
- Migrate builder implementation to null-safety
## 4.4.1
- Fix analyzer plugin

View File

@ -1,6 +1,6 @@
name: moor_generator
description: Dev-dependency to generate table and dataclasses together with the moor package.
version: 4.4.1
version: 4.5.0
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues

View File

@ -1,3 +1,7 @@
## 0.17.2
- Fix nullability analysis of `COALESCE` and `IFNULL`
## 0.17.1
- Fix nullability analysis of references and star columns

View File

@ -1,6 +1,6 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.17.1
version: 0.17.2
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
#homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues