Skip to content

Releases: spawnia/sailor

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

v0.21.2

01 Jul 12:16
Compare
Choose a tag to compare

Fixed

  • Always create log file when instantiating Log client

v0.21.1

01 Jul 10:02
55e2000
Compare
Choose a tag to compare

Changed

  • Improve validation error for missing fields or required data

Fixed

  • Add correct __typename in polymorphic types make() method

v0.21.0

26 Apr 17:34
Compare
Choose a tag to compare

Added

  • Allow specifying --configuration option to CLI commands to read specific config file

v0.20.2

13 Apr 16:30
Compare
Choose a tag to compare

Changed

  • Ignore the schema itself when looking for operations

v0.20.1

13 Apr 15:28
Compare
Choose a tag to compare

Changed

  • Simply ignore non-executable definitions

v0.20.0

13 Apr 15:07
Compare
Choose a tag to compare

Added

  • Support fragments

Fixed

  • Merge fields between diverging subtrees within inline fragments

v0.19.0

10 Mar 10:33
Compare
Choose a tag to compare

Added

  • Allow customizing how documents are found

v0.18.2

15 Feb 11:04
Compare
Choose a tag to compare

Fixed

  • Validate endpoint names in introspect command are strings

v0.18.1

02 Feb 11:23
Compare
Choose a tag to compare

Fixed

  • Fix PHP 8.1 compatibility