We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b4d1a commit 62030cfCopy full SHA for 62030cf
2 files changed
packages/graphql_codegen/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.0.0
2
+
3
+- Support `build 3.0.0` and set min. language version to `3.8.0`.
4
5
# 1.2.4
6
7
- Fix bug: `allowMissingNullableKeysInFromJson` was not applied to `Input.fromJson`.
packages/graphql_codegen/pubspec.yaml
@@ -3,7 +3,7 @@ description: |
Simple, opinionated, codegen library for GraphQL. It allows you to
generate serializers and client helpers to easily call and parse your data.
-version: 1.2.4
+version: 2.0.0
homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
8
repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
9
0 commit comments