Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 1.28 KB

Change log

1.1.0

  • Add initial support for execution strategies
  • Add support for error handling middleware
  • Fix some bugs in the error handling
  • Fix some type-hint issues
  • Run Travis CI tests on PHP 7.3 too, improve build times by caching

1.0.3

  • Drastically reduce the number of container make() (#332)

1.0.2

  • Expanded the README table of contents somewhat (#329)
  • Don't validate the schema again while validating the query against it (#328)
  • Fix some incorrect type-hints in ExecutionResult (#327)
  • Fix resolver example in the README (#313)

1.0.1

  • Fix a bug where you could not use false as value for Boolean! input types (#311)
  • Add a code of conduct (#312)
  • Fix resolver middleware example (#309)
  • Introduce VisitorInfo concept (#308)

1.0.0

  • Initial release