Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v0.10.0-rc1
22 Jul 09:01
Compare
Sorry, something went wrong.
No results found
Pre-release for testing backwards compatibility
v0.9.13
17 Jul 17:36
Compare
Sorry, something went wrong.
No results found
Fixed PHP notice and invalid conversion when non-scalar value is passed as ID or String type #121
v0.9.12
06 Jul 12:41
Compare
Sorry, something went wrong.
No results found
Fixed bug occurring when enum value is bool, null or float (see #141 )
v0.9.11
19 Jun 07:54
Compare
Sorry, something went wrong.
No results found
Ability to disable introspection (#131 )
v0.9.10
06 Jun 08:43
Compare
Sorry, something went wrong.
No results found
Fixed issue with query complexity throwing on invalid queries (see #125 )
Fixed "Out of memory" error when resolveType returns unexpected result (see #119 )
v0.9.9
29 May 15:38
Compare
Sorry, something went wrong.
No results found
Bugfix: throw UserError vs InvariantViolationError for errors caused by client (see #123 )
v0.9.8
25 Apr 11:09
Compare
Sorry, something went wrong.
No results found
Bugfix: use directives when calculating query complexity (see #113 )
Bugfix: AST\Node::__toString() will convert node to array recursively to encode to json without errors
v0.9.7
16 Mar 17:00
Compare
Sorry, something went wrong.
No results found
Bugfix: ResolveInfo::getFieldSelection() now correctly merges fragment selections (see #98 )
v0.9.6
10 Mar 12:31
Compare
Sorry, something went wrong.
No results found
Bugfix: ResolveInfo::getFieldSelection() now respects inline fragments
v0.9.5
23 Feb 18:12
Compare
Sorry, something went wrong.
No results found
Fixed SyncPromiseAdapter::all() to not change the order of arrays (see #92 )