Skip to content

Releases: CHStudio/Raven

Move to "devizzent/cebe-php-openapi"

12 Jun 14:46
8870e80
Compare
Choose a tag to compare

Welcome to the future, a bit late but now we are up to date ^^

Also the test suite was updated to be run against PHP8.3.

Fix dependencies constraints

29 Oct 08:46
81f1767
Compare
Choose a tag to compare

Thanks to @emyrtille, we have now a more valid dependencies constraint definition. Having strict constraints on a lib is not really helpful because it blocks installing the tool on a lot of different projects.

Request URI parameters have their own Resolver now!

06 Oct 09:34
211ea68
Compare
Choose a tag to compare

This release introduces a new object in the CHStudio\Raven\Http\Factory namespace named: RequestUriParametersResolver.

Its goal is to allow resolving URI parameters value using a ValueResolverInterface object. You can use Faker or your own logic to resolve your params ^^

Check the updated README to know how to use it.

Also the BodyResolverInterface was renamed ValueResolverInterface to be more convenient with the logic. It will be used on different kind of things, not just the Body.

Welcome to Raven !

04 Oct 10:12
cb939a3
Compare
Choose a tag to compare

This is the first release for this library, now we are able to test OpenAPI docs !