Skip to content

Releases: beblife/schema-validation-laravel

v0.4.0

05 Sep 19:17
7fa4b13
Compare
Choose a tag to compare

What's Changed

  • Validate required missing parameters in request by @beblife in #12

Full Changelog: v0.3.5...v0.4.0

v0.3.5

05 Sep 16:35
a00e10f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

24 Aug 14:17
5fbc5b0
Compare
Choose a tag to compare

What's Changed

  • Bump OpenAPI validator dependency by @beblife in #9
  • Ensure Laravel 9 is properly supported by @beblife in #10

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Aug 13:55
585dd21
Compare
Choose a tag to compare

What's Changed

  • Bump Guzzle PSR 7 dependency support by @beblife in #8

Full Changelog: v0.3.2...v0.3.3

v0.3.2

28 Feb 15:21
fa20270
Compare
Choose a tag to compare

What's Changed

  • Switch to stable version of spatie/laravel-package-tools by @nickknissen in #7

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

14 Nov 11:58
d0da5df
Compare
Choose a tag to compare

Changed

  • [Internal] Refactored schema factory to be unaware of bound schema class (#6)

v0.3.0

02 May 15:34
Compare
Choose a tag to compare

Changed

  • Minimum PHP version is now 7.4

Added

  • [Internal] Configured GitHub Actions (#3)

v0.2.1

02 May 14:52
0f62ce4
Compare
Choose a tag to compare

Changed

  • Use server request implementation on League validator (#2)

v0.2.0

02 May 14:33
54645a1
Compare
Choose a tag to compare

Added

  • The response status code when a validation exception occurs can be configured (#1)

v0.1.1

01 May 16:00
Compare
Choose a tag to compare

Added

  • Minimum PHP requirement