- Specify dependency of GraphQL < 1.0.0
- Fix strings with a null byte but no newline character #16
- Support
libgraphqlparser0.5.0 (but not 0.4.0)
- Raise a
ParseErrorwhen the query string contains a null byte
- Fix inline fragments without type conditions
- Fix graphql version lock
- Use a stack variable for the AST node instead of putting it on the heap
- Use Ruby's
StringValueCStrto ensure that the string is null-terminated
- Search
/usr,/usr/local, or--with-graphql-*for installedlibgraphqlparser