Skip to content

Releases: graphpql/graphpinator-printer

2.0.1

05 Jan 09:41

Choose a tag to compare

  • Compatibility with latest GraPHPinator RC

2.0

18 Dec 15:36

Choose a tag to compare

2.0
  • Support for GraPHPinator version 2

1.2.3

10 Nov 13:05
665df6d

Choose a tag to compare

Dependency cleanup

1.2.2

06 Nov 12:16

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

Choose a tag to compare

  • Bumped dependencies
  • Updated printer to resolve latest BC break in core package

1.2

04 Dec 16:23
ba77f6c

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

Choose a tag to compare

  • Converted all aliases to adjustements from Graphpinator RC 28

1.1.8

07 Jun 16:59
47388b2

Choose a tag to compare

  • Resolved namespace adjustments from Graphpinator RC 28

1.1.7

05 Jun 00:26
ceb07f2

Choose a tag to compare

  • Added printing of newly implemented typesystem directives (Schema, Scalar, Union, Enum)

1.1.6

16 May 20:12
f567c81

Choose a tag to compare

Html visitor imrovements:

  • Moved CSS code to SCSS
  • Small visual improvements