Skip to content

v0.12.0

Compare
Choose a tag to compare
@vladar vladar released this 27 May 12:44
· 1414 commits to master since this release
  • RFC: Block String (multi-line strings via triple-quote """string""")
  • GraphQL Schema SDL: Descriptions as strings (including multi-line)
  • Changed minimum required PHP version to 5.6

Improvements:

  • Allow extending GraphQL errors with additional properties
  • Fixed parsing of default values in Schema SDL
  • Handling several more cases in findBreakingChanges
  • StandardServer: expect operationName (instead of operation) in input

Big thanks to @danez for contributions in this release.