gen@1.0.0

This commit is contained in:
Tobe O 2019-04-24 13:52:43 -04:00
parent fdf7d21a76
commit bd2a8e75a6
3 changed files with 7 additions and 2 deletions

View file

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

View file

@ -1,3 +1,4 @@
include: package:pedantic/analysis_options.yaml
analyzer:
strong-mode:
implicit-casts: false

View file

@ -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
@ -16,4 +16,5 @@ dependencies:
recase: ^2.0.0
source_gen: ^0.9.4
dev_dependencies:
build_runner: ^1.0.0
build_runner: ^1.0.0
pedantic: ^1.0.0