Releases: kamilkisiela/graphql-inspector
Releases · kamilkisiela/graphql-inspector
v1.25.0
- action: log more errors (in loadConfig) PR #606
- docker: make the docker image suitable for CI and document usage PR #633
v1.24.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Inspector commit so we'll make sure not to break your app?
Contact us here: the-guild.dev/connected-build
List of changes:
v1.23.1
Exactly the same as v1.23.0
v1.23.0
- action: fail on a missing check PR #504
- cli: Allow to suppress removal of deprecated fields PR #506
- cli: Support Apollo directives PR #505
v1.22.0
- cli: maximum depth of operations PR #432
- core: maximum depth of operations PR #432
v1.21.0
- load: allow to load schema entirely based on
git
PR #366
- cli: open up for every CI solution out there! PR #366
v1.20.0
- core:
strictFragments
and strictDeprecated
falgs in validate()
PR #321
- cli:
noStrictFragments
flag PR #321
- core: fix schema coverage by skipping
__typename
PR #353 - thanks to @loremaps
v1.19.0
- core: include Interfaces in schema coverage PR #271 - thanks to @alx13
- cli: add http headers PR #281
- cli: support gql and graphqls files as an introspect output PR #295
v1.18.1
- action: show more details after file load failed PR #223
- github: show more details after file load failed PR #223
v1.18.0
This one should be released as a patch version but since we moved actions-toolkit
to v2 then maybe it's fine...
- github: load
.yaml
file too PR #216