Skip to content

Releases: spawnia/sailor

v0.32.0

29 Apr 09:46
Compare
Choose a tag to compare

Changed

  • Remove EndpointConfig::searchPath(), require finder() instead

v0.31.2

29 Apr 07:45
Compare
Choose a tag to compare

Added

  • Add DirectoriesFinder

v0.31.1

26 Apr 09:58
Compare
Choose a tag to compare

Added

  • Use PHPUnit 11 attributes for testing helpers

v0.31.0

19 Jan 10:24
a949c22
Compare
Choose a tag to compare

Fixed

  • Allow symfony/var-exporter:^7

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