Skip to content
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

Closed
wants to merge 13 commits into from
Closed

Conversation

bastien-phi
Copy link
Collaborator

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.

hotmeteor and others added 13 commits October 24, 2022 12:17
* 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
@rognales
Copy link

rognales commented Sep 8, 2023

Yeah, would love to get L10 support here.

@NiclasvanEyk NiclasvanEyk mentioned this pull request Dec 6, 2023
@natsukingly
Copy link

Is there any update? I would be grateful if you could merge Laravel 10 support to main branch.

@d4r1as
Copy link

d4r1as commented Jan 9, 2024

Any updates regarding this? I am also interested in L10 support.

@ninjaparade
Copy link

You all might want to look at alternatives, a friend showed me one that might be worth your time to investigate.
https://github.com/osteel/openapi-httpfoundation-testing

@bastien-phi
Copy link
Collaborator Author

@hotmeteor can you take a look on this ?

@bastien-phi
Copy link
Collaborator Author

Forget about this, some commits are missing. I will reopen a new one

@hotmeteor
Copy link
Owner

Get a new clean branch ready for release, we'll merge and tag, and then I'll delete the develop branch so we can work directly off of master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.