Skip to content

v0.7.1

Compare
Choose a tag to compare
@leebyron leebyron released this 29 Sep 06:01
· 2433 commits to 16.x.x since this release

New:

  • Adds parseType method, which allows for parsing type references independently of whole GraphQL documents (#506)
  • Adds isDeprecated field to type definition API, making it easier to use within tools (#496 @asiandrummer)

Fixes:

  • Allows GraphQL Errors to be configurable, fixing compatibility issues with Bluebird Promises (#505 @darthtrevino)
  • Fix bug where locations go missing when the error comes from something at the beginning of the file (#487 @martijnwalraven)
  • Supports Promises-A (in addition to Promises-A+) which improves support with older libraries (#481)
  • No longer accept empty string as a valid Int/Float value. (#477 @robzhu)
  • Provide clearer error message when variables are provided as an unparsed string. (f2f3db5)