mirror of https://github.com/AMT-Cheif/drift.git
Prepare 4.5.0 release
This commit is contained in:
parent
c065e8332f
commit
59e6df76a3
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 4.5.0
|
||||
|
||||
- Migrate builder implementation to null-safety
|
||||
|
||||
## 4.4.1
|
||||
|
||||
- Fix analyzer plugin
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue