Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@brettchalupa brettchalupa released this 26 Jan 19:55
· 14 commits to main since this release

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

View the v4.0.0 release on RubyGems.org.