Releases: digiaonline/graphql-php
Releases · digiaonline/graphql-php
v1.1.0
03 Feb 10:42
Compare
Sorry, something went wrong.
No results found
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
08 Nov 14:24
Compare
Sorry, something went wrong.
No results found
Drastically reduce the number of container make() (#332 )
v1.0.2
08 Nov 10:07
Compare
Sorry, something went wrong.
No results found
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
23 Oct 08:03
Compare
Sorry, something went wrong.
No results found
Fix false as value for non-null booleans in input types (#311 )
Introduce visitor info concept (#308 )
v1.0.0
19 Oct 11:25
Compare
Sorry, something went wrong.
No results found
v1.0.0-beta5
16 Oct 09:59
Compare
Sorry, something went wrong.
No results found
Fix coercing of false values (#303)
v1.0.0-beta4
10 Oct 09:19
Compare
Sorry, something went wrong.
No results found
Resolver specific middleware (#300 )
Type resolver (#301 )
v1.0.0-beta3
08 Oct 20:25
Compare
Sorry, something went wrong.
No results found
Resolver middleware (#299 )
Fix handling of errors in mutations (#297 )
Refactor error handler injection (#294 )
v1.0.0-beta2
03 Oct 06:32
Compare
Sorry, something went wrong.
No results found
Error handler (#288 )
Upgrade league/container (#289 )
Remove simple cache dependency (#290 )
v1.0.0-beta1
28 Sep 11:18
Compare
Sorry, something went wrong.
No results found
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 )