Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Releases: TryGhost/GQL

v0.0.9

27 Mar 13:03
Compare
Choose a tag to compare

Added Multi Author Support

0.0.4

11 Feb 12:53
Compare
Choose a tag to compare
  • Updated README
  • Updated Copyright year
  • Deps: Istanbul@0.4.0
  • Deps: jscs@2.8.0
  • Deps: jshint@2.8.0
  • Added linting + npm scripts. Removed grunt scripts & grunt dependencies
  • Added Travis build
  • Deps: jison@0.4.16
  • Improved lexer & parser error messages
  • Deps: npm-release@1.0.0
  • Added npm release script

0.0.3

16 Nov 10:27
Compare
Choose a tag to compare
  • Fix nested null/not null query bug
  • Adds lodash-style tools for processing the JSON statement objects returned from GQL:
    • eachStatement
    • findStatement
    • mergeStatements
    • rejectStatements
    • printStatements
  • Refactor duplicated logic for recursively looping through JSON objects using the new tools

0.0.2

22 Oct 10:27
Compare
Choose a tag to compare
  • Add .gitkeep to dist folder
  • deps: lodash@3.10.1

0.0.1

22 Oct 10:28
Compare
Choose a tag to compare

First working release