Skip to content

Releases: overblog/GraphQLBundle

v0.9.5

27 Jan 08:49
Compare
Choose a tag to compare

v0.9.5 (2018-01-27)

  • Fix debug:graphql command when auto discovers types

v0.10.2

04 Jan 08:18
c96e89b
Compare
Choose a tag to compare

v0.10.2 (2018-01-04)

  • use ParserInterface in GraphController constructor instead of parser classes (#266)

v0.10.1

12 Dec 10:15
Compare
Choose a tag to compare

v0.10.1 (2017-12-12)

  • Move Aliased to dedicated compiler pass (#258)

v0.10.0

30 Nov 08:47
Compare
Choose a tag to compare

v0.10.0 (2017-11-30)

v0.10.0-RC1

  • Add inheritance exception mapping option (#236)
  • Documentation improvement (#238, #243, #247)
  • Tests coverage improvement (#239, #240)
  • [Relay Pagination] Fixed query limit if no 'first' parameter set (#242)
  • Fix paginator auto totalCount when using promise (#245)
  • Fix dump command available formats description (#246)

v0.10.0-ALPHA2

  • Fix empty type file bug (#219)
  • Add explicit types generation (#234)
  • Documentation (#227, #229, #231)

v0.10.0-ALPHA1

  • Docblock style (#201)
  • Symfony Flex docs (#202)
  • Update php-cs-fixer to ^2.7 (#207)
  • GraphQLController as a Service (#208)
  • Refactor Commands to be services (#210)
  • Load RequestExecutor lazily (#212)
  • Symfony 4 Support (#213)
  • Documentation updates (#214 #217 #222 #223)
  • Testing libraries lowest versions (#224)

v0.10.0-RC1

22 Nov 06:53
Compare
Choose a tag to compare
v0.10.0-RC1 Pre-release
Pre-release

v0.10.0-RC1 (2017-11-22)

  • Add inheritance exception mapping option (#236)
  • Documentation improvement (#238, #243, #247)
  • Tests coverage improvement (#239, #240)
  • [Relay Pagination] Fixed query limit if no 'first' parameter set (#242)
  • Fix paginator auto totalCount when using promise (#245)
  • Fix dump command available formats description (#246)

v0.9.4

22 Nov 07:01
e8e8ed2
Compare
Choose a tag to compare

v0.9.4 (2017-11-22)

  • Fix some weird behaviors when parsing empty config files (#235)
  • Improve resolver documentation (#238)
  • Modify tests to cover all resolvers declaration (#239)
  • Fix paginator auto totalCount when using promise (#245)

v0.10.0-ALPHA2

06 Nov 15:03
2e34c8d
Compare
Choose a tag to compare
v0.10.0-ALPHA2 Pre-release
Pre-release

v0.10.0-ALPHA2 (2017-11-06)

  • Fix empty type file bug (#219)
  • Add explicit types generation (#234)
  • Documentation (#227, #229, #231)

v0.9.3

28 Oct 17:10
352700b
Compare
Choose a tag to compare

v0.9.3 (2017-10-28)

  • cast to array the result of parsing yml and xml. (#219)

v0.10.0-ALPHA1

27 Oct 19:53
1b39d6a
Compare
Choose a tag to compare
v0.10.0-ALPHA1 Pre-release
Pre-release

v0.10.0-ALPHA1 (2017-10-27)

  • Docblock style (#201)
  • Symfony Flex docs (#202)
  • Update php-cs-fixer to ^2.7 (#207)
  • GraphQLController as a Service (#208)
  • Refactor Commands to be services (#210)
  • Load RequestExecutor lazily (#212)
  • Symfony 4 Support (#213)
  • Documentation updates (#214 #217 #222 #223)
  • Testing libraries' lowest versions (#224)

v0.9.2

28 Oct 17:06
Compare
Choose a tag to compare

v0.9.2 (2017-10-24)

  • Protect against duplicate mapping file (#218)