Skip to content

Releases: thephpleague/openapi-psr7-validator

0.22

10 Jan 19:13
a665e22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21...0.22

0.21

03 Apr 21:50
bccdd3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.20...0.21

0.20

23 Mar 17:39
e69a504
Compare
Choose a tag to compare

What's Changed

  • (#134) Add support for comma-separated list of encoding content types by @jimcottrell in #135
  • Improverbosity by InvalidBody showing the root cause and the reason. by @DEVizzent in #184
  • Handle path parameters for arrays correctly by @tjcambio in #191
  • Fix string-to-boolean casting by @Yarre in #145
  • Allow specifying encoding for optional parts of multipart data by @jimcottrell in #192

New Contributors

Full Changelog: 0.19...0.20

0.19

23 Mar 16:17
Compare
Choose a tag to compare

What's Changed

  • Fix plugins install by @scaytrase in #186
  • fix(floating-point): use bcmath extension instead of simple division by @Ni-vek in #171
  • Prevent ErrorException when value is not iterable by @rogervila in #175
  • Fix missing ExceptionInterface by @rogervila in #177
  • Access operation security element directly, avoiding getSerializableData by @jimcottrell in #183
  • PathFinder: Adding filtering of multiple dynamic routes by exact matching parts count by @martinjoiner in #188

New Contributors

Full Changelog: 0.18...0.19

0.18

01 Mar 10:37
5f98f98
Compare
Choose a tag to compare
0.18 Pre-release
Pre-release

0.17

10 Feb 13:59
c3daf7c
Compare
Choose a tag to compare

0.16.4

06 Oct 13:41
a87c402
Compare
Choose a tag to compare

0.16.3

28 Sep 16:00
d246868
Compare
Choose a tag to compare

0.16.2

24 Sep 14:26
Compare
Choose a tag to compare

0.16.1

27 May 17:42
Compare
Choose a tag to compare
  • #126 interchange Maximum/Minimum exclusive messages (@sidux)