Releases: digiaonline/graphql-php
Releases · digiaonline/graphql-php
v1.1.0
- Add initial support for execution strategies
- Add support for error handling middleware
- Fix some bugs in the error handling
- Fix some type-hint issues
- Run Travis CI tests on PHP 7.3 too, improve build times by caching
v1.0.3
- Drastically reduce the number of container
make()
(#332)
v1.0.2
- Expanded the README table of contents somewhat (#329)
- Don't validate the schema again while validating the query against it (#328)
- Fix some incorrect type-hints in
ExecutionResult
(#327)
- Fix resolver example in the README (#313)
v1.0.1
Fix false as value for non-null booleans in input types (#311)
Introduce visitor info concept (#308)
v1.0.0-beta5
Fix coercing of false values (#303)
v1.0.0-beta4
Resolver specific middleware (#300)
Type resolver (#301)
v1.0.0-beta3
Resolver middleware (#299)
Fix handling of errors in mutations (#297)
Refactor error handler injection (#294)
v1.0.0-beta2
Error handler (#288)
Upgrade league/container (#289)
Remove simple cache dependency (#290)
v1.0.0-beta1
Fix error bubbling for executeFieldsSerially (#277)
Fix custom scalar example (#278)
Fix coercing false non-null booleans (#280)
String source builder (#283)
Small improvement for defaultTypeResolver (#284)