Baptiste Leduc

Results 41 issues of Baptiste Leduc

Biggest current issue with validation is that Validation is done on each models one by one with no relations. So if we have a model with a property that is...

Uses https://docusaurus.io/ as template engine - [x] Bootstrap - [ ] Homepage - [ ] Documentation (see how versioning could be done) - [x] Blogposts ! (I think we have...

Let's start to plan `v8.x` release ! When v8 will get out, I will drop support for Jane v6 and will continue to support v7 as usual. ## Jane -...

next major

**Jane version(s) affected**: 7.1 **Description** When using a dictionnary definition, the `default` field is ignored. **How to reproduce** Using this schema: ```yaml type: object default: [] additionalProperties: type: string ```

bug

**Is your feature request related to a problem? Please describe.** Support mapping enums if you're using PHP > 8.1

enhancement

**Jane version(s) affected**: all **Description / How to reproduce** You have an entity with a property that is private and set through the construct method. Then you use the AutoMapper...

bug

Following #433, we need to have better phpDoc for dictionary. So I changed them to handle this properly. The issue here is that we (sometimes) have union types as array...

waiting

**Is your feature request related to a problem? Please describe.** Not really, it's more a better UX when writting your OpenAPI file **Describe the solution you'd like** Like for Object...

enhancement
good first issue

OpenAPI 3.1.0 has been released, let's support it ! https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0 Some changes we should support: - The `nullable` keyword has been removed from the Schema Object (`null` can be used...

enhancement

**Is your feature request related to a problem? Please describe.** When generating from a vendor OpenAPI schema, we don't have all information inside this vendor schema because `operationId`, for example,...

enhancement