Skip to content

Releases: overblog/GraphQLPhpGenerator

v0.5.1

21 Sep 09:30
Compare
Choose a tag to compare

v0.5.1 (2017-09-21)

  • Supporing webonyx/graphql-php ^0.11.0 (#16)

v0.5.0

29 Aug 07:53
Compare
Choose a tag to compare

v0.5.0 (2017-08-29)

Add support for webonyx/graphql-php#v0.10

v0.4.3 (2017-02-22)

22 Feb 11:07
Compare
Choose a tag to compare
  • Fix input and args defaultValue (#13)

defaultValue should be set only if key exists

v0.4.2 (2017-02-09)

09 Feb 14:25
Compare
Choose a tag to compare
  • Fix MIT license (#11)
  • Export multi-line strings as concatenated single-line strings. (#12, thank you to @jane-olszewska ): This prevents bugs that occur when extra spaces are inserted into a multi-line string in AbstractClassGenerator::prefixCodeWithSpaces call.

v0.4.1 (2016-11-28)

28 Nov 20:48
Compare
Choose a tag to compare
  • Fix types and interfaces config entries

v0.4.0 (2016-11-28)

28 Nov 17:13
Compare
Choose a tag to compare

v0.3.1 (2016-11-09)

09 Nov 09:01
Compare
Choose a tag to compare
  • Accepts any webonyx/graphql-php

v0.3.0 (2016-10-12)

12 Oct 15:38
Compare
Choose a tag to compare
  • Migrate to spec april 2016

v0.2.2 (2016-05-10)

10 May 15:03
Compare
Choose a tag to compare
  • Fix callback with false value (#6)

v0.2.1 (2016-05-09)

09 May 14:59
Compare
Choose a tag to compare
  • Optimized expression compiler names (#5)