Releases: kamilkisiela/graphql-inspector
Releases · kamilkisiela/graphql-inspector
v3.1.2
- core: Make sure array of null prototype objects is printable #2030
- cli: Update GraphQL Yoga to v2
v3.1.1
- cli: Use GraphQL Yoga in
serve
command
v3.1.0
- action: Support introspection query result
- GraphQL 16
v3.0.2
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
- core: prevent runtime exceptions during printing default value change #2017
v3.0.0
- 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
- ci, cli: Add
--ignore
to validate command
v2.8.1
- ci, cli:
--filter
should not affect the exit code of the validate command
v2.8.0
- 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
- core: collect arguments in Schema Coverage #1962
- ci, cli: allow to filter results by file paths when validating documents