Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
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
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
v0.6.2
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)