Skip to content

Releases: CodeSignal/graphqldoc

v2.5.2: Be a little more tolerant of missing descriptions

27 Mar 21:52
Compare
Choose a tag to compare

Now, the docs are slightly more friendly towards missing descriptions in Required By as well as for params. See #10 and #12.

Also, the page title has been updated so that if a project title has been specified, we show TypeName | ProjectTitle in the browser tab.

v2.5.1

26 Mar 08:33
Compare
Choose a tag to compare

I'm bad at versioning and NPM versions are immutable now. Thanks, left-pad.

v2.5.0: Adopted by CodeSignal

26 Mar 08:26
Compare
Choose a tag to compare

Moved under the organization's umbrella and updated dependencies -- notably, TypeScript, various type definition libraries, and GraphQL.

v2.4.1: Initial graphqldoc fork

26 Mar 03:01
Compare
Choose a tag to compare

Forks this repository from 2fd/graphdoc, which appears to be unmaintained.

  • Fixes the build (was failing on master)
  • Adds support for favicon in project package configuration
  • Fixes introspection query format to support a newer version (#4)
  • Uses deepmerge for options (#8)