Baptiste Leduc
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 -...
**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 ```
**Is your feature request related to a problem? Please describe.** Support mapping enums if you're using PHP > 8.1
**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...
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...
**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...
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...
**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,...