Skip to content

Releases: spawnia/sailor

v0.28.1

15 Feb 09:30
b7c39a1
Compare
Choose a tag to compare

Fixed

  • Handle queries with explicit __typename in fragments

v0.28.0

02 Feb 14:16
Compare
Choose a tag to compare

Added

  • Support nette/php-generator:^4

v0.27.0

11 Jan 17:26
6f8ff1a
Compare
Choose a tag to compare

Added

  • Support webonyx/graphql-php:^15

v0.26.1

09 Nov 19:00
20f6ca6
Compare
Choose a tag to compare

Fixed

  • Include client directives when inlining fragments

v0.26.0

21 Oct 10:39
5d6278d
Compare
Choose a tag to compare

Added

  • Accept int in arguments of type ID and Float

Changed

  • Split TypeConfig::typeReference() into InputTypeConfig::inputTypeReference() and OutputTypeConfig::outputTypeReference()

v0.25.0

05 Oct 09:24
Compare
Choose a tag to compare

Added

  • Implement PolymorphicConverter::toGraphQL()

v0.24.0

20 Sep 12:27
b25728c
Compare
Choose a tag to compare

Added

  • Accept any array as inputs and serialize it as a list

v0.23.1

23 Aug 07:53
Compare
Choose a tag to compare

Fixed

  • Normalize path to config file

v0.23.0

03 Aug 08:14
Compare
Choose a tag to compare

Added

  • Pass events StartRequest and ReceiveResponse to EndpointConfig::handleEvent()

v0.22.0

07 Jul 09:09
Compare
Choose a tag to compare

Added

  • Add support for types and fields named equivalent to PHP keywords like type Switch or { print { subfield } }.

Removed

  • No longer generate class TypeConverters