Skip to content

Releases: spawnia/sailor

v0.30.1

02 Jan 17:12
Compare
Choose a tag to compare

Fixed

  • Fix registering commands with symfony/console v7

v0.30.0

10 Dec 17:04
Compare
Choose a tag to compare

Added

  • Allow symfony/console:^7

v0.29.3

15 Nov 16:16
Compare
Choose a tag to compare

Fixed

  • Fix namespace printing with nette/php-generator:^4.1.1

v0.29.2

09 Oct 09:33
0484160
Compare
Choose a tag to compare

Fixed

  • Do not assume scalar values are string, use mixed

v0.29.1

04 Oct 08:38
1ab0d74
Compare
Choose a tag to compare

Fixed

  • Default to null when explicitly accessing undefined optional input properties

v0.29.0

07 Mar 11:13
5e73214
Compare
Choose a tag to compare

Added

  • Allow EndpointConfig::configureTypes() to customize object, interface and union type code generation
  • Add Operation::clearClients() and ClearsSailorClients

Changed

  • Only instantiate client once per operation
  • Expect callable $request in MockClient constructor over pushing to $responseMocks

v0.28.2

17 Feb 14:55
Compare
Choose a tag to compare

Fixed

  • Clear log file when instantiating Log

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