Releases: kamilkisiela/graphql-inspector
Releases · kamilkisiela/graphql-inspector
v1.16.0
- core: Required field becoming nullable should be a non-breaking change PR #139
v1.15.0
- action: No double check PR #111
- action: Way more independent of the github package - uses
actions-toolkit
instead of probot
PR #111
- github: Fix location of a targeted entityPR #104
- github: Support .github/graphql-inspector.yml config PR #105 PR #109
v1.14.0 - oopsie
It suppose to be v0.14.0
, anyway...
- core: Fix how GraphQL Schema is fetched PR #101
- core: Added diff support for arrays and objects (arguments) PR #95
v0.13.3
- load:
graphql-toolkit
expects options to be a non-null value PR #92 Issue #91
v0.13.2
- github: annotation's
message
was empty PR #87
v0.13.0
- load: use The Guild's
graphql-toolkit
PR #77
- cli: pass
--token
to introspection PR #77
- cli: pass
--token
to introspection command PR #77
v0.13.0-alpha.0
- load: use The Guild's
graphql-toolkit
PR #77
- cli: pass
--token
to introspection PR #77
- cli: pass
--token
to introspection command PR #77
v0.12.0
- Move
graphql
to peer dependencies PR #70
v0.11.0
- cli: Make
--require
accept multiple values --require a --require b
PR #67
- cli: Fix
--require
not loading modules PR #67
- github: Use message as a title and reason as a message PR #67