Skip to content

Releases: graphpql/graphpinator-printer

1.2.3

10 Nov 13:05
665df6d
Compare
Choose a tag to compare

Dependency cleanup

1.2.2

06 Nov 12:16
Compare
Choose a tag to compare
  • Do not print root type references when not used by schema
schema {
  query: Query
  mutation: null
  subscription: null
}

changes to

schema {
  query: Query
}
  • Bump dependencies

1.2.1

03 Apr 11:25
45cca37
Compare
Choose a tag to compare
  • Bumped dependencies
  • Updated printer to resolve latest BC break in core package

1.2

04 Dec 16:23
ba77f6c
Compare
Choose a tag to compare
1.2

New feature:

  • Implemented implicit inheritance RFC
    • Disabled by default, see readme for more details

1.1.9

11 Jun 10:48
a178572
Compare
Choose a tag to compare
  • Converted all aliases to adjustements from Graphpinator RC 28

1.1.8

07 Jun 16:59
47388b2
Compare
Choose a tag to compare
  • Resolved namespace adjustments from Graphpinator RC 28

1.1.7

05 Jun 00:26
ceb07f2
Compare
Choose a tag to compare
  • Added printing of newly implemented typesystem directives (Schema, Scalar, Union, Enum)

1.1.6

16 May 20:12
f567c81
Compare
Choose a tag to compare

Html visitor imrovements:

  • Moved CSS code to SCSS
  • Small visual improvements

1.1.5

16 May 11:58
73db95a
Compare
Choose a tag to compare

Html visitor improvements:

  • Added self links for each section, which can be copied
  • Other minor tweaks

1.1.4

14 May 23:08
d8462fb
Compare
Choose a tag to compare
  • Fixed bug where floating links were incorrectly formed
  • Improved floating buttons visuals