Skip to content

Releases: kirschbaum-development/laravel-openapi-validator

1.1.1

12 Aug 09:28
4a3d0dd

Choose a tag to compare

What's Changed

  • Remove unused use statement by @MizouziE in #24
  • Return the operation address even if request validation is skipped. by @ysato in #26

New Contributors

Full Changelog: 1.1.0...1.1.1

Laravel 12 support

28 Mar 17:26
adbb409

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

Laravel 11 Support

04 Apr 11:09
89b0009

Choose a tag to compare

Removed support for Laravel 6, 7 and 8.

0.4.0

05 Dec 15:53
0d2f288

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

26 Jun 17:27
2fcaa37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

Laravel 10 support

28 Mar 13:14
c2e1b48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.2...0.3.0

0.2.2

15 Nov 13:05
7fd3d99

Choose a tag to compare

What's Changed

  • fix ${var} string by @tyamahori in #6
  • ^^ also adds initial support for PHP 8.2

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

11 Jul 14:01
83bbb02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

12 Mar 13:17

Choose a tag to compare

Adds support for Laravel 9.x and PHP 8.1

0.1.4

22 Feb 19:49
d5f9ab0

Choose a tag to compare

Allows bump for the league validator to v0.17, thanks to @MFlor for the PR!