mirror of https://github.com/AMT-Cheif/drift.git
Prepare release for 2.4
This commit is contained in:
parent
f58d869ae4
commit
b295542a07
|
@ -1,4 +1,4 @@
|
|||
## unreleased
|
||||
## 2.4.0
|
||||
|
||||
- Support aggregate expressions and `group by` in the Dart api
|
||||
- Support type converters in moor files! The [documentation](https://moor.simonbinder.eu/docs/advanced-features/type_converters/)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: moor
|
||||
description: Moor is a safe and reactive persistence library for Dart applications
|
||||
version: 2.3.0
|
||||
version: 2.4.0-dev
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://moor.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
|
|
@ -23,7 +23,7 @@ dependencies:
|
|||
|
||||
# Moor-specific analysis
|
||||
moor: ^2.3.0
|
||||
sqlparser: ^0.6.0
|
||||
sqlparser: ^0.7.0
|
||||
|
||||
# Dart analysis
|
||||
analyzer: '^0.39.0'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## unreleased
|
||||
## 0.7.0
|
||||
|
||||
- New feature: Table valued functions.
|
||||
- __Breaking__: Removed the `enableJson1` parameter on `EngineOptions`. Add a `Json1Extension` instance
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.6.0
|
||||
version: 0.7.0-dev
|
||||
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