Skip to content

Releases: overblog/GraphQLBundle

v0.11.17

28 Nov 07:00
869794a
Compare
Choose a tag to compare

[v0.11.17] - 2019-11-28

Compatibility

v0.11.16

13 Nov 08:17
ea58a4e
Compare
Choose a tag to compare

[v0.11.16] - 2019-11-13

Fixed

  • Fix parsing of the description of the enum values in a GraphQL schema file by @ste93cry in #613
  • Convert header to string to fix test for Symfony 4.3.4 by @mcg-web
  • Use specific version of phpcs by @mcg-web in #611

v0.12.3

19 Sep 09:19
54d1e82
Compare
Choose a tag to compare

[v0.12.3] - 2019-09-19

Fixed

  • Fix resolver method aliases when using autoconfigure @mcg-web in #560.
  • Add inheritance support to relay processor + preverse order @spyl94 in #553.

v0.12.2

14 Aug 13:40
74a8ecb
Compare
Choose a tag to compare

[v0.12.2] - 2019-08-14

Fixed

  • Fix typeResolver current schema setting with multiple schema by @mcg-web in #548.
  • Fix decorators merging interfaces by @akomm in #544.

v0.11.15

14 Aug 13:33
76ded4f
Compare
Choose a tag to compare

[v0.11.15] - 2019-08-14

Fixed

  • Fix decorators merging interfaces by @akomm in #544.

v0.12.1

18 Jul 09:02
b96d9d1
Compare
Choose a tag to compare

v0.12.1 (2019-07-18)

[ENHANCEMENT]

  • Register autoconfiguration for bundle classes

[BUGFIX]

  • Allow env for "definitions.auto_compile" config (#522)
  • FIx types register when using lazy command (#519)

v0.11.14

18 Jul 08:58
e5d7346
Compare
Choose a tag to compare

v0.11.14 (2019-07-18)

[BUGFIX]

  • Allow env for "definitions.auto_compile" config (#522)
  • FIx types register when using lazy command (#519)

v0.12.0

04 Jul 15:30
b292b2b
Compare
Choose a tag to compare

v0.12.0 (2019-07-04)

[FEATURE]

[ENHANCEMENT]

  • Move to php 7.1 (#372) [@mcg-web]
  • Remove auto mapping configuration (#333) [@mcg-web]
  • Add a dockerfile to run tests (#477) [@akomm]
  • User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1 (#325) [@xkobal]
  • Add a NAME constant in generated type classes (#302) [@arnaud-lb]
  • Add missing alias for ArgumentsTransformer (#504) [@theofidry]
  • Move config types config parser to compiler pass (#505) [@mcg-web]
  • Avoid usage of !tagged argument (Symfony 4.4 deprecation) [@andreyserdjuk]

[BUG]

[DOCUMENTATION]

  • Improve documentation for resolveField option (#376) [@sylfabre]
  • GSL: rewrite and add section for mutations (#340) [@Kocal]

v0.12.0-BETA2

25 Jun 05:27
b903478
Compare
Choose a tag to compare
v0.12.0-BETA2 Pre-release
Pre-release

v0.12.0-BETA2 (2019-06-25)

[ENHANCEMENT]

  • Add missing alias for ArgumentsTransformer (#504 ) [@theofidry]
  • Move config types config parser to compiler pass (#505) [@mcg-web]

[BUG]

v0.12.0-BETA1

14 Jun 13:23
bb0ab97
Compare
Choose a tag to compare
v0.12.0-BETA1 Pre-release
Pre-release

v0.12.0-BETA1 (2019-06-14)

[FEATURE]

[ENHANCEMENT]

  • Move to php 7.1 (#372) [@mcg-web]
  • Remove auto mapping configuration (#333) [@mcg-web]
  • Add a dockerfile to run tests (#477) [@akomm]
  • User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1 (#325) [@xkobal]
  • Add a NAME constant in generated type classes (#302) [@arnaud-lb]

[DOCUMENTATION]

  • Improve documentation for resolveField option (#376) [@sylfabre]
  • GSL: rewrite and add section for mutations (#340) [@Kocal]