Skip to content

Releases: wayfair/dociql

v1.1.7

18 Jan 16:22
2ff9465
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

14 Sep 18:27
6be7bf0
Compare
Choose a tag to compare
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

08 Jul 17:29
b90a33c
Compare
Choose a tag to compare
Updated node-sass. Bumped version. (#38)

v1.1.4

16 Mar 02:00
Compare
Choose a tag to compare
  • Added command line argument to set introspection url

v1.1.3

17 Dec 19:24
85eb8d8
Compare
Choose a tag to compare
Fixing "Invalid or incomplete schema" (#16)

v1.1.2

09 Dec 12:22
Compare
Choose a tag to compare
Bump version.

v1.0.5: Update node-sass to latest version to fix build (#10)

18 May 19:03
c3eacfa
Compare
Choose a tag to compare
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 <tomjwfenech@gmail.com>

v1.0.4

19 Dec 12:37
Compare
Choose a tag to compare
Updated email.

v1.0.3

18 Dec 13:23
Compare
Choose a tag to compare
Updated badge.

v1.0.2: Several fixes and improvements (#7)

18 Dec 12:35
Compare
Choose a tag to compare
* feat: alphabetize definitions

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>

* fix: remove duplicate request body contents

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>

* feat: update to latest graphql-2-json-schema

Adds rendering of built-in and custom scalars

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>

* fix: fix extra params being shown in some examples

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>

* fix: guard against undefined definitions

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>