Release moor 2.0

This commit is contained in:
Simon Binder 2019-10-03 15:39:32 +02:00
parent ab12380ec1
commit 364e3f0c1a
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -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.

View File

@ -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