Skip to content

Releases: graphql/graphql-js

0.1.5

17 Jul 01:51
Compare
Choose a tag to compare

New:

  • Float parsing rules have expanded to match JSON grammar #68
  • Type schema pretty printer #67
  • Executor and Validator now return non-formatted Errors to provide more useful information.
  • Simplified API for Validators.

Fixed:

  • Int values higher than 32bit are no longer inadvertently truncated #69
  • The name null can no longer be used as a GraphQL value.
  • Parser fixed to not allow on as a fragment name
  • AST printer produces strings which match examples in Spec

0.1.4

14 Jul 22:25
Compare
Choose a tag to compare

Fixed:

  • #25 - Imported npm package throws errors within flow
  • Community crowd-sourced spell-check.

0.1.3

07 Jul 03:28
Compare
Choose a tag to compare

New:

  • Updated grammar for Directives. @skip and @include directives are now available.

0.1.2

04 Jul 23:38
Compare
Choose a tag to compare

Fixed:

  • #17 - Returning array of promises would not resolve correctly.
  • Community crowd-sourced spell-check.

0.1.1

02 Jul 20:57
Compare
Choose a tag to compare

This is the initial public release to npm which includes the GraphQL core functionality as described in the spec.