Skip to content

Releases: kamilkisiela/graphql-inspector

v3.1.2

31 Mar 11:10
d134084
Compare
Choose a tag to compare
  • core: Make sure array of null prototype objects is printable #2030
  • cli: Update GraphQL Yoga to v2

v3.1.1

09 Feb 12:14
6b02e14
Compare
Choose a tag to compare
  • cli: Use GraphQL Yoga in serve command

v3.1.0

09 Feb 10:34
4fe5a65
Compare
Choose a tag to compare
  • action: Support introspection query result
  • GraphQL 16

v3.0.2

07 Oct 08:25
f37884d
Compare
Choose a tag to compare

What's Changed

  • action: schema can now point to GraphQL API
  • cli: Fix missing onUsage handling by @kamilkisiela in #2028

Full Changelog: v3.0.1...v3.0.2

v3.0.1

29 Sep 09:25
e2d8ca7
Compare
Choose a tag to compare
  • core: prevent runtime exceptions during printing default value change #2017

v3.0.0

29 Sep 09:14
f641ef0
Compare
Choose a tag to compare
  • core: BREAKING CHANGE - diff is now async
  • github: BREAKING CHANGE - experimental_merge is now enabled by default
  • core: Adds considerUsage rule
  • core: Adds safeUnreachable rule
  • core: Fixes missing names of default root types
  • cli, ci: Adds @aws_lambda directive
  • cli, ci: Fixes missing headers in diff command

v2.9.0

02 Sep 07:37
0a44b23
Compare
Choose a tag to compare
  • ci, cli: Add --ignore to validate command

v2.8.1

02 Sep 07:37
9091d1f
Compare
Choose a tag to compare
  • ci, cli: --filter should not affect the exit code of the validate command

v2.8.0

02 Sep 07:36
9864be1
Compare
Choose a tag to compare
  • ci, cli: validate command can output JSON result
  • ci, cli: validate command can show only errors
  • ci, cli: validate command can show relative file paths
  • ci, cli: validate command has silent mode

v2.7.0

20 Aug 09:19
b7f6e1c
Compare
Choose a tag to compare
  • core: collect arguments in Schema Coverage #1962
  • ci, cli: allow to filter results by file paths when validating documents