Sha256: a651517874588f91cfa4a1cf59a27ae4c7726e76d3e1edfb58c9bd4ab5c93082

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

# graphql-docs Changelog

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.

## Unreleased

## v5.1.0 - 2024-12-09

- List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn!
- Fix Sass `@import` deprecation
- Add ostruct and logger gems to dependencies since they're being removed from the Ruby standard library in a future release
- Test and fixture improvements

## v5.0.0 - 2024-07-03

- **breaking**: The graphql gem 2.2.0+ breaks some of the parsing and displaying of comments from a GraphQL schema file
- **breaking**: Ruby 2.6, 2.7, 3.0 are no longer supported as they are End of Life (EOL)
- feat: CLI version flag: `graphql-docs --version` / `graphql-docs -v`
- fix: CLI now works outside of a Bundler project
- fix: test suite
- chore: switch to sess-embedded gem for more maintained dependency

## v4.0.0 - 2023-01-26

- **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

## v3.0.1 - 2022-10-14

- 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](https://github.com/gjtorikian) to [brettchalupa](https://github.com/brettchalupa)

## v3.0.0 - 2022-03-23

- Upgrades `graphql` gem to the 2.x series

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphql-docs-5.1.0 CHANGELOG.md