gen@1.0.0
This commit is contained in:
parent
fdf7d21a76
commit
bd2a8e75a6
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 1.0.0
|
||||
* Apply `package:pedantic`.
|
||||
|
||||
# 1.0.0-rc.1
|
||||
* Add `CHANGELOG.md`, `example/main.dart`.
|
||||
* Add documentation to `README.md`.
|
|
@ -1,3 +1,4 @@
|
|||
include: package:pedantic/analysis_options.yaml
|
||||
analyzer:
|
||||
strong-mode:
|
||||
implicit-casts: false
|
|
@ -1,5 +1,5 @@
|
|||
name: graphql_generator
|
||||
version: 1.0.0-rc.1
|
||||
version: 1.0.0
|
||||
description: Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
|
@ -17,3 +17,4 @@ dependencies:
|
|||
source_gen: ^0.9.4
|
||||
dev_dependencies:
|
||||
build_runner: ^1.0.0
|
||||
pedantic: ^1.0.0
|
Loading…
Reference in a new issue