Skip to content

v0.6.2

Choose a tag to compare

@mcg-web mcg-web released this 18 Nov 10:18
· 2092 commits to master since this release

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)