-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop into master #152
Conversation
* try to map parameters to their types * Update RequestValidator.php * check data before casting * Refactoring * style ci Co-authored-by: Adam Campbell <[email protected]> Co-authored-by: Bastien Philippe <[email protected]>
… to (hotmeteor#148) * feat: allow to add groups to prepend the middleware to * fix: remove formatting
…or#147) * chore: readonly writeonly test schemas * test: adds readonly tests * test: adds writeonly tests * feat: filter readonly and writeonly properties * fix: adds supports for anyOf, allOf and oneOf * fix: styling and debug * chore: styling * chore: removes extra space
This assertion is a convient way to only check whether an endpoint is in the spec or not. Co-authored-by: Alexander Lentner <[email protected]>
* Added support for comma separated query params * Only explode if the schema type is an array
* Fix undefined variable $response in Middleware when usin withoutExceptionHandling * fix cs
Yeah, would love to get L10 support here. |
Is there any update? I would be grateful if you could merge Laravel 10 support to main branch. |
Any updates regarding this? I am also interested in L10 support. |
You all might want to look at alternatives, a friend showed me one that might be worth your time to investigate. |
@hotmeteor can you take a look on this ? |
Forget about this, some commits are missing. I will reopen a new one |
Get a new clean branch ready for release, we'll merge and tag, and then I'll delete the |
Version 1.10 was tagged on master branch but it looks like it misses commits from develop branch.
Version 1.10 does not have support for Laravel 10.
It may be wise to clarify if new pull requests should be sent to develop or master, or delete develop branch if it is not useful anymore.