Skip to content

Commit

Permalink
Release moor 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 3, 2019
1 parent ab12380 commit 364e3f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion moor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion moor/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions moor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion moor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 364e3f0

Please sign in to comment.