v4.0.0
This highlight of this major release of the graphql-docs is the new CLI that comes with the gem. Install the gem and quickly generate docs from your schema with:
graphql-docs schema.graphql
The CLI supports a limited subset of configuration options, so it's best used for quick generation. For full options, use the Rake task or library builder.
- Breaking change: drop support for Ruby 2.5 and earlier
- CLI with limited options, e.g.
graphql-docs schema.graphql
- Dart Sass replaces Ruby Sass because Ruby Sass is deprecated — this is kinda breaking if you relied on Ruby Sass coming from the gem, but it's pretty compatible from my testing
- Fixes:
- Upgrade commonmarker to latest ver to address security vulnerabilities
- commonmarker pinned to version without security vulnerability
- Chores
- Dev env refresh