A concise overview of the public-facing changes to the gem from version to version. Does not include internal changes to the dev experience for the gem.
- 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
- Fixes:
- Upgrade commonmarker to latest ver to address security vulnerabilities
- commonmarker pinned to version without security vulnerability
- Chores
- Dev env refresh
- fix: Relieves
EscapeUtils.escape_html is deprecated. Use GCI.escapeHTML instead, it's faster
deprecation warning until it gets released in an downstream dependency - meta: Maintainership change from gjtorikian to brettchalupa
- Upgrades
graphql
gem to the 2.x series