Skip to content

Releases: spawnia/sailor

v0.3.0

15 Mar 13:11
Compare
Choose a tag to compare

Added

  • Allow mocking single operations with Mockery

Fixed

  • Fix codegen for operations with multiple parameters

Changed

  • Require Directive.isRepeatable on introspection
  • Use typed properties
  • Rewrite Configuration class

Removed

  • Remove EndpointConfig::$mockClient and EndpointConfig::client()

v0.2.0

15 Feb 12:07
Compare
Choose a tag to compare

Added

  • Support PHP 8

Changed

  • Require PHP 7.4 or 8
  • Require newer versions of various dependencies

v0.1.0

15 Feb 10:46
Compare
Choose a tag to compare

Added

  • Fetch introspection results via vendor/bin/sailor introspect
  • Define operations in .graphql files and automatically generate client code
  • Statically validate correctness of defined operations