Releases: KentarouTakeda/laravel-openapi-validator
Releases · KentarouTakeda/laravel-openapi-validator
v1.5.0
What's Changed
- fix: remove unnecessary xsrf token when get by @KentarouTakeda in #42
- Support Laravel 12 by @KentarouTakeda in #43
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: Add
enable_renderer_for_non_validation_errors
configuration option by @KentarouTakeda in #41
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- chore: remove unnecessary vscode setting by @KentarouTakeda in #39
- Add CSRF Token to API request from SwaggerUI by @KentarouTakeda in #40
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- ci: use Laravel 11 official version by @KentarouTakeda in #34
- Fix code style by @KentarouTakeda in #36
- Fix wrong namespace by @KentarouTakeda in #35
- Fix code style by @KentarouTakeda in #37
- Replace
laravel-openapi
package and update dependencies by @KentarouTakeda in #38
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Follow symfony style format by @KentarouTakeda in #30
- Test with php nightly build by @KentarouTakeda in #31
- Add support for laravel 11 by @KentarouTakeda in #32
- Add support for phpunit 11 by @KentarouTakeda in #33
Full Changelog: v0.10.3...v1.1.0
v1.0.0
First official release
It is unchanged from the previous version 0.10.3
.
v0.10.2
What's Changed
- Dependency packages no longer need to be downgraded. by @KentarouTakeda in #25
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- docs: remove closed issue by @KentarouTakeda in #24
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- update league/openapi-psr7-validator by @KentarouTakeda in #23
Full Changelog: v0.9.0...v0.10.0
v0.9.0
New Features
- Implement an event system and move logs to those observers by @KentarouTakeda in #18
- Error response validation and the config setting by @KentarouTakeda in #19
Breaking Changes
- do not dispatch ResponseValidationFailed event with internal error by @KentarouTakeda in #20
What's Changed
- docs: fix format by @KentarouTakeda in #17
- refactor: remove unnecessary code by @KentarouTakeda in #21
- Improve project settings by @KentarouTakeda in #22
Full Changelog: v0.8.1...v0.9.0