Skip to content

v0.9.0

Choose a tag to compare

@mcg-web mcg-web released this 02 Oct 08:28
· 1903 commits to master since this release

v0.9.0 (2017-10-02)

  • Optimize types config files auto discover configuration (#200)

v0.9.0-BETA4

  • Replace Symfony MapClassLoader for Composer ClassLoader on TypeGenerator (#195)
  • Supporting webonyx/graphql-php ^0.11.0 (#196)
  • Improving scrutinizer handling on travis (#197)
  • #198:
    • Allow using project composer ClassLoader
    • Fix default resolver when using php types
    • Bump assets versions (GraphiQL, ...)
    • Accept yaml extension

v0.9.0-BETA3

  • symfony/class-loader dependency is now explicit (#186)
  • Compatible with PHP 7.2+ and PHPUnit 6+ (#187)
  • Fix max nesting error with big schema (#188)
  • Optimization of travis build (#190)
  • Using current Twig namespace on configuration (#191)

v0.9.0-BETA2

  • Store totalCount in paginator (#183)
  • Use Schema TypeLoader / Lazy resolver solution loader (#185)

v0.9.0-BETA1

  • Move to php 5.5
  • Add php definition supports
  • Add some alias to expression language functions
  • Add graphiql custom http headers documentation
  • Added fieldsDefaultPublic that work like fieldsDefaultAccess
  • Add a generic and simple CORS preflight options handler
  • Add json schema dump modern relay compiler flag
  • Allow different methods of batching (Query batching in Apollo)
  • Rename graphqls into graphql
  • Add support for webonyx/graphql-php#v0.10