Skip to content

Releases: osteel/openapi-httpfoundation-testing

v0.11

12 Jan 15:37
978cfc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.11

v0.10.2

29 Nov 16:11
6011952
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

21 Jun 17:12
09eca4e
Compare
Choose a tag to compare

What's Changed

  • Support for older dependency versions by @osteel in #36

Full Changelog: v0.10...v0.10.1

v0.10

19 Jun 15:32
7716190
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Dropped support for PHP 7.4 (8.0 is now the minimum required)
  • Renamed Adapters\AdapterInterface for Adapters\MessageAdapterInterface
  • Renamed ValidatorBuilder@setAdapter for ValidatorBuilder@setMessageAdapter
  • Adapters\MessageAdapterInterface@convert now returns ResponseInterface|ServerRequestInterface instead of MessageInterface
  • OpenAPI PSR-7 Message Validator has changed InvalidBody exception messages in 0.20

Full Changelog: v0.9...v0.10

v0.9

23 Mar 17:37
f3d16f2
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Drops support for PHP 7.2

Full Changelog: v0.8...v0.9

v0.8

01 Feb 19:27
718cd0c
Compare
Choose a tag to compare

What's Changed

  • PHP 8.2 support by @osteel in #22
  • Speed up validator build by avoiding is_file() by @paul-m in #23

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

01 Jul 16:14
f0fc193
Compare
Choose a tag to compare

What's Changed

  • Improved compatibility testing by @osteel in #19
  • Improved exception content (invalid field) by @osteel in #21

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Feb 12:01
259e5c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7...v0.7.1

v0.7

05 Feb 15:41
6fb2705
Compare
Choose a tag to compare

Pull requests

Full Changelog: v0.6.1...v0.7

v0.6.1

30 Aug 16:57
a470858
Compare
Choose a tag to compare

Pull requests

  • #11 Laravel 6.x compatibility