Skip to content

Releases: webonyx/graphql-php

v15.11.1

11 Mar 10:21
Compare
Choose a tag to compare

Fixed

  • Count new lines when parsing multi-line comments #1538

v15.11.0

10 Mar 14:30
Compare
Choose a tag to compare

Changed

  • Allow scalars from BuildClientSchema to have any type #1536

v15.10.0

04 Mar 11:06
Compare
Choose a tag to compare

Changed

  • The standard server now produces distinct exception classes instead of generic RequestError #1533

v15.9.1

25 Jan 09:13
d6c965e
Compare
Choose a tag to compare

Fixed

  • Allow enum instances in PhpEnumType::parseValue() #1519

v15.9.0

21 Jan 09:38
84a9e2c
Compare
Choose a tag to compare

Added

  • Support react/promise v3 #1517

v15.8.1

05 Dec 17:23
Compare
Choose a tag to compare

Fixed

  • Correctly print deprecated argument with default value #1491

v15.8.0

14 Nov 15:30
Compare
Choose a tag to compare

Added

  • Early return when complexity is disabled #1475
  • Allow access to calculated query complexity #1475

Fixed

  • Fix PHPStan definition for SchemaConfig option types #1479

v15.7.0

04 Oct 09:11
Compare
Choose a tag to compare

Added

  • Control field visibility through option visible #1434

v15.6.3

01 Sep 08:13
Compare
Choose a tag to compare

Fixed

  • Fix printing of single line descriptions with Unicode #1436

v15.6.2

08 Aug 17:15
Compare
Choose a tag to compare

Fixed

  • Avoid instantiations when checking if types are built-in #1423