mirror of https://github.com/AMT-Cheif/drift.git
Prepare moor 3.2, moor_ffi 0.7 release
This commit is contained in:
parent
2897dd4ae0
commit
3a558c3d1d
|
@ -4,7 +4,7 @@
|
||||||
[the documentation](https://moor.simonbinder.eu/docs/using-sql/moor_files/#result-class-names) for details.
|
[the documentation](https://moor.simonbinder.eu/docs/using-sql/moor_files/#result-class-names) for details.
|
||||||
- Added the `multiLine`, `caseSensitive`, `unicode` and `doAll` flags to the `regex` sql extension
|
- Added the `multiLine`, `caseSensitive`, `unicode` and `doAll` flags to the `regex` sql extension
|
||||||
method.
|
method.
|
||||||
They require the `moor_ffi` version `0.7.0` or later.
|
They require `moor_ffi` version `0.7.0` or later.
|
||||||
|
|
||||||
## 3.1.0
|
## 3.1.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: moor
|
name: moor
|
||||||
description: Moor is a safe and reactive persistence library for Dart applications
|
description: Moor is a safe and reactive persistence library for Dart applications
|
||||||
version: 3.1.0
|
version: 3.2.0
|
||||||
repository: https://github.com/simolus3/moor
|
repository: https://github.com/simolus3/moor
|
||||||
homepage: https://moor.simonbinder.eu/
|
homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: moor_ffi
|
name: moor_ffi
|
||||||
description: "Provides sqlite bindings using dart:ffi, including a moor executor"
|
description: "Provides sqlite bindings using dart:ffi, including a moor executor"
|
||||||
version: 0.7.0-dev
|
version: 0.7.0
|
||||||
homepage: https://github.com/simolus3/moor/tree/develop/moor_ffi
|
homepage: https://github.com/simolus3/moor/tree/develop/moor_ffi
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: moor_generator
|
name: moor_generator
|
||||||
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
description: Dev-dependency to generate table and dataclasses together with the moor package.
|
||||||
version: 3.1.0-dev
|
version: 3.2.0
|
||||||
repository: https://github.com/simolus3/moor
|
repository: https://github.com/simolus3/moor
|
||||||
homepage: https://moor.simonbinder.eu/
|
homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
@ -23,7 +23,7 @@ dependencies:
|
||||||
|
|
||||||
# Moor-specific analysis
|
# Moor-specific analysis
|
||||||
moor: ^3.0.0
|
moor: ^3.0.0
|
||||||
sqlparser: ^0.10.0-dev
|
sqlparser: ^0.10.0
|
||||||
|
|
||||||
# Dart analysis
|
# Dart analysis
|
||||||
analyzer: '^0.39.5'
|
analyzer: '^0.39.5'
|
||||||
|
|
|
@ -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.10.0-dev
|
version: 0.10.0
|
||||||
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
||||||
#homepage: https://moor.simonbinder.eu/
|
#homepage: https://moor.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/moor/issues
|
issue_tracker: https://github.com/simolus3/moor/issues
|
||||||
|
|
Loading…
Reference in New Issue