This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
Releases: TryGhost/GQL
Releases · TryGhost/GQL
v0.0.9
0.0.4
- Updated README
- Updated Copyright year
- Deps: [email protected]
- Deps: [email protected]
- Deps: [email protected]
- Added linting + npm scripts. Removed grunt scripts & grunt dependencies
- Added Travis build
- Deps: [email protected]
- Improved lexer & parser error messages
- Deps: [email protected]
- Added npm release script
0.0.3
- 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
- Add .gitkeep to dist folder
- deps: [email protected]