Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 1.01 KB

Change log

master (unreleased)

  • #19: Drop ruby version 2.5, 2.6, 2.7. (by @kuroponzu)
  • #18: Support Interface. (by @hanachin)

0.3.0 (2023-07-14)

  • #15: Migrating from Travis CI to GitHub Actions. (by @shimbaco)
  • #14: Add support for field arguments. (by @takeyoda)

0.2.1 (2020-04-13)

  • #10: Make logger argument of GraphQL::Autotest::Runner optional.

0.2.0 (2020-04-10)

  • #8: GraphQL::Autotest::Runner receives logger keyword argument.

0.1.2 (2020-03-18)

  • Restrict required_ruby_version to Ruby 2.5.

0.1.1 (2020-03-15)

  • Fix interface of GraphQL::Autotest::Field#to_query for smoke testing.

0.1.0 (2020-03-15)

  • The first release!🎉