Releases: spawnia/sailor
Releases · spawnia/sailor
v0.30.1
Fixed
- Fix registering commands with symfony/console v7
v0.29.3
Fixed
- Fix namespace printing with
nette/php-generator:^4.1.1
v0.29.2
Fixed
- Do not assume scalar values are
string
, use mixed
v0.29.1
Fixed
- Default to
null
when explicitly accessing undefined optional input properties
v0.29.0
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
Fixed
- Clear log file when instantiating
Log
v0.28.1
Fixed
- Handle queries with explicit
__typename
in fragments
v0.28.0
Added
- Support
nette/php-generator:^4
v0.27.0
Added
- Support
webonyx/graphql-php:^15