File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ A concise overview of the public-facing changes to the gem from version to versi
44
55## Unreleased
66
7+ ## v5.1.0 - 2024-12-09
8+
9+ - List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156 . Thanks @denisahearn !
10+ - Fix Sass ` @import ` deprecation
11+ - Add ostruct and logger gems to dependencies since they're being removed from the Ruby standard library in a future release
12+ - Test and fixture improvements
13+
714## v5.0.0 - 2024-07-03
815
916- ** breaking** : The graphql gem 2.2.0+ breaks some of the parsing and displaying of comments from a GraphQL schema file
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module GraphQLDocs
4- VERSION = '5.0 .0'
4+ VERSION = '5.1 .0'
55end
You can’t perform that action at this time.
0 commit comments