Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Releases: digiaonline/graphql-php

v1.1.0

03 Feb 10:42
a5d6475
Compare
Choose a tag to compare
  • 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
dc7bd62
Compare
Choose a tag to compare
  • Drastically reduce the number of container make() (#332)

v1.0.2

08 Nov 10:07
7e8a660
Compare
Choose a tag to compare
  • 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
1a8dd86
Compare
Choose a tag to compare

Fix false as value for non-null booleans in input types (#311)
Introduce visitor info concept (#308)

v1.0.0

19 Oct 11:25
0d3b94c
Compare
Choose a tag to compare

Initial stable release.

v1.0.0-beta5

16 Oct 09:59
3c2df83
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release
Fix coercing of false values (#303)

v1.0.0-beta4

10 Oct 09:19
4934b63
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release

Resolver specific middleware (#300)
Type resolver (#301)

v1.0.0-beta3

08 Oct 20:25
9fbb8cd
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

Resolver middleware (#299)
Fix handling of errors in mutations (#297)
Refactor error handler injection (#294)

v1.0.0-beta2

03 Oct 06:32
6a306e1
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

Error handler (#288)
Upgrade league/container (#289)
Remove simple cache dependency (#290)

v1.0.0-beta1

28 Sep 11:18
1b1ce91
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

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)