Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 630 Bytes

File metadata and controls

38 lines (19 loc) · 630 Bytes

Changelog

0.5.2

  • Specify dependency of GraphQL < 1.0.0

0.5.1

  • Fix strings with a null byte but no newline character #16

0.5.0

  • Support libgraphqlparser 0.5.0 (but not 0.4.0)

0.4.0

  • Raise a ParseError when the query string contains a null byte

0.3.0

  • Fix inline fragments without type conditions

0.2.3

  • Fix graphql version lock

0.2.2

  • Use a stack variable for the AST node instead of putting it on the heap

0.2.1

  • Use Ruby's StringValueCStr to ensure that the string is null-terminated

0.2.0

  • Search /usr, /usr/local, or --with-graphql-* for installed libgraphqlparser