Releases: CodeSignal/graphqldoc
Releases · CodeSignal/graphqldoc
v2.5.2: Be a little more tolerant of missing descriptions
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
I'm bad at versioning and NPM versions are immutable now. Thanks, left-pad.
v2.5.0: Adopted by CodeSignal
Moved under the organization's umbrella and updated dependencies -- notably, TypeScript, various type definition libraries, and GraphQL.
v2.4.1: Initial graphqldoc fork
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)