Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

v2.4.0

Compare
Choose a tag to compare
@RicoNijeboer RicoNijeboer released this 30 Aug 18:31
· 6 commits to v2.x since this release

v2.4.0 - 30-08-2021

Changes

  • We now actually apply the example to the response so it is now readable
  • The RicoNijeboer\Swagger\SwaggerServiceProvider now ensures that the RicoNijeboer\Swagger\Providers\ValidationServiceProvider is registered, making the documentation for development only installs correct again.
  • When validated input is in the query when called it is now stored as a parameter

Bugfixes

  • Fixed an error that occurred when displaying any request that contained a max rule in the request validation
  • Fixed a bug in the PathData::calculateMiddleware where it threw an exception when you did not add a specific guard to your auth middleware.
  • Fixed failing tests (sorry)