Releases: wayfair/dociql
Releases · wayfair/dociql
v1.1.7
v1.1.6
Add support for generating docs from a GraphQL SDL file (#40) * added support for generating docs from a GraphQL IDL schema file * added helpful error message around parsing a schema file
v1.1.5
Updated node-sass. Bumped version. (#38)
v1.1.4
- Added command line argument to set introspection url
v1.1.3
Fixing "Invalid or incomplete schema" (#16)
v1.1.2
Bump version.
v1.0.5: Update node-sass to latest version to fix build (#10)
With v4.13.0 on a system with process.versions.modules = 83, npm install fails because it attempts to download: https://github.com/sass/node-sass/releases/download/v4.13.0/linux_musl-x64-83_binding.node which doesn't exist. Signed-off-by: Tom Fenech <[email protected]>
v1.0.4
Updated email.
v1.0.3
Updated badge.
v1.0.2: Several fixes and improvements (#7)
* feat: alphabetize definitions Signed-off-by: Eric Dobbertin <[email protected]> * fix: remove duplicate request body contents Signed-off-by: Eric Dobbertin <[email protected]> * feat: update to latest graphql-2-json-schema Adds rendering of built-in and custom scalars Signed-off-by: Eric Dobbertin <[email protected]> * fix: fix extra params being shown in some examples Signed-off-by: Eric Dobbertin <[email protected]> * fix: guard against undefined definitions Signed-off-by: Eric Dobbertin <[email protected]>