Skip to content

Releases: spawnia/sailor

v0.10.2

03 Nov 18:26
77ba145
Compare
Choose a tag to compare

Fixed

  • Fall back to not querying Directive.isRepeatable if it is not available

v0.10.1

18 Oct 12:28
Compare
Choose a tag to compare

Fixed

  • Allow "nette/php-generator": "^3.6.3"

v0.10.0

30 Sep 20:53
Compare
Choose a tag to compare

Added

  • Allow overwriting the client from EndpointConfig for specific operations or per request

v0.9.0

03 Aug 13:27
Compare
Choose a tag to compare

Added

  • Add PSR-18 client #28

v0.8.0

28 Jul 14:43
Compare
Choose a tag to compare

Changed

  • Remove forced dependency on guzzle/guzzle

v0.7.0

16 Jul 13:15
aa1f3a1
Compare
Choose a tag to compare

Added

  • Add methods Log::requests() and Log::clear() to ease assertions on Log client #25

v0.6.0

05 Jul 14:08
0125a10
Compare
Choose a tag to compare

Added

  • Add Log client for integration testing #24

v0.5.0

10 Jun 13:52
Compare
Choose a tag to compare

Changed

  • Return the first registered mock instance for each operation class
    on subsequent calls to Operation::mock()

v0.4.2

27 May 08:11
Compare
Choose a tag to compare

Fixed

  • Fix initialization of Result from Response

v0.4.1

01 Apr 13:48
fd8326b
Compare
Choose a tag to compare

Changed

  • Improve error message when trying to map unknown fields onto result classes