Skip to content

Releases: overblog/GraphQLBundle

v0.8.6

01 Aug 08:18

Choose a tag to compare

v0.8.6 (2017-08-01)

  • Replaced hard-coding absolute path by __DIR__ (#168)
  • Fix hhvm travis build (#162)

v0.8.5

30 May 07:45

Choose a tag to compare

v0.8.5 (2017-05-30)

  • Add GraphQL native UserError to white list (#160)
  • Removed InvariantViolation from white list because this could lead to security issues (see here)

v0.8.4

25 May 19:38

Choose a tag to compare

v0.8.4 (2017-05-25)

  • Fix error handler to white list GraphQL\Error\InvariantViolation (#157)

v0.8.3

04 May 16:43

Choose a tag to compare

v0.8.3 (2017-05-04)

  • Add builder classes as container resources (#145)

v0.8.2

03 May 15:22

Choose a tag to compare

v0.8.2 (2017-05-03)

  • Remove sf Toolbar updates when using GraphiQL (#140)

v0.8.1

02 May 15:47

Choose a tag to compare

v0.8.1 (2017-05-02)

  • Remove expression language parser deprecation message for sf >= 3.2 (#138)

v0.8.0

24 Apr 15:23

Choose a tag to compare

v0.8.0 (2017-04-24)

  • Fix request with empty variables json string (#111)
  • Improve builders (#97)
  • Allow using native graphql promiseAdapter (#112)
  • Fix sf toolbar updates when using graphiql (#114, #123)
  • Add relay promise compatibility (#118)
  • Add format option to graphql:dump-schema command (#119, #126 )
  • Update graphiQL (#122)
  • Added a 'public' property to control field visibility (#125)
  • Adjusted tagged proxy resolver method param to be optional (#135)

v0.7.1

08 Feb 14:47

Choose a tag to compare

v0.7.1 (2017-02-08)

  • Fixed the bug while using resolveField (see #109).

    ResolveField is set as fields default resolver if not set
    then remove resolveField to keep "access" feature (using configuration).

  • Removed some promise useless generated code

  • Changed deprecation deadline (builder rename and field builder short syntax)

v0.7.0

08 Feb 12:37

Choose a tag to compare

v0.7.0 (2017-02-08)

TODO

v0.6.2

18 Nov 10:18

Choose a tag to compare

v0.6.2 (2016-11-18)

  • Used log level to differentiate UserError from UserWarning
  • Removed ResolverConfigurator to win some runtime.
    • Avoid creating services before compiler passes are all done (thanks to @alafon for the fix)
  • Allowed override GraphQL executor
  • Fixed round for execution time (by @OwlyCode )
    • This changes the rounding of the execution time provided when debug mode is enabled. Now the precision should be of 1ms instead of 100ms.
  • Fixed(README): StarWarsData namespace doc was wrong (by @remy-theroux)