mirror of https://github.com/AMT-Cheif/drift.git
Release moor 2.0
This commit is contained in:
parent
ab12380ec1
commit
364e3f0c1a
|
@ -19,7 +19,7 @@ dependencies:
|
|||
pedantic: ^1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
moor_generator: ^1.7.0
|
||||
moor_generator: ^2.0.0
|
||||
build_runner: '>=1.3.0 <2.0.0'
|
||||
build_test: ^0.10.8
|
||||
test: ^1.6.4
|
||||
|
|
|
@ -3,7 +3,7 @@ version: 1.0.0
|
|||
description: This pubspec is a part of moor and determines the version of the moor analyzer to load
|
||||
|
||||
dependencies:
|
||||
moor_generator:
|
||||
moor_generator: ^2.0.0
|
||||
web_socket_channel: ^1.0.15
|
||||
|
||||
# These overrides are only needed when working on the plugin with useDebuggingVariant = false (not recommended)
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
## 2.0.0
|
||||
- Rewritten generator with looser coupling to the build package
|
||||
- Implementation of an SQL IDE as analyzer plugin
|
||||
- Support `sqlparser` 0.3.0 and updated grammar for `moor` files
|
||||
|
||||
## 1.7.1
|
||||
- Drop support for analyzer versions `<0.36.4`. They weren't supported in version 1.7.0 either, but
|
||||
the `pubspec.yaml` did not specify this correctly.
|
||||
|
|
|
@ -24,7 +24,8 @@ dependencies:
|
|||
build_config: '>=0.3.1 <1.0.0'
|
||||
moor: ^2.0.0
|
||||
meta: ^1.1.0
|
||||
sqlparser: ^0.2.0
|
||||
path: ^1.6.0
|
||||
sqlparser: ^0.3.0
|
||||
dev_dependencies:
|
||||
test: ^1.6.0
|
||||
test_core: ^0.2.0
|
||||
|
|
Loading…
Reference in New Issue