Skip to content

Releases: graphql/graphql-js

0.1.9

27 Jul 23:24
Compare
Choose a tag to compare

Fixes:

  • Update dependencies
  • Read files correctly for tools

0.1.8

23 Jul 22:24
Compare
Choose a tag to compare

New:

  • Adds schema printer tool which accepts schema definition files and prints the result of an introspection query against that schema.

0.1.7

23 Jul 19:54
Compare
Choose a tag to compare

New:

  • Adds Schema Definition Language Parser

Fixed:

  • Fixes defaultValue behavior
  • Update to latest babel
  • Reconciles Union declaration
  • Corrects directive introspection

0.1.6

17 Jul 06:03
Compare
Choose a tag to compare

Fixed:

  • Validator could result in unhelpful error for some invalid queries

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.