Skip to content

Releases: kamilkisiela/graphql-inspector

v0.11.0

29 Jan 20:12
036b2ae
Compare
Choose a tag to compare
  • 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

v0.10.0

25 Jan 09:07
fae922c
Compare
Choose a tag to compare
  • github: Uses path as a title and includes a reason PR #65

v0.9.0

18 Jan 17:02
0ecf440
Compare
Choose a tag to compare
Release v0.9.0 (#60)

v0.8.0

16 Jan 19:19
f58f2cf
Compare
Choose a tag to compare
Release v0.8.0 (#57)

v0.7.3

13 Jan 17:20
a168b2a
Compare
Choose a tag to compare
Release v0.7.3 (#53)

v0.7.2

05 Jan 13:49
a6d8ba9
Compare
Choose a tag to compare

and v0.7.1

v0.7.0

04 Jan 23:51
8ca41e5
Compare
Choose a tag to compare

Github Actions

workflow "On Push" {
  on = "push"
  resolves = "Check GraphQL"
}

workflow "On Pull Request" {
  on = "pull_request"
  resolves = "Check GraphQL"
}

action "Check GraphQL" {
  uses = "kamilkisiela/graphql-inspector"
  secrets = ["GITHUB_TOKEN"]
}

v0.6.4

04 Jan 08:40
3403ee8
Compare
Choose a tag to compare
Release v0.6.4 (#31)

v0.6.3

03 Jan 16:16
d6d3077
Compare
Choose a tag to compare
Release v0.6.3 (#29)

v0.6.2

02 Jan 17:09
1a30cd1
Compare
Choose a tag to compare
v0.6.2 (#26)