Tags: reillywatson/oapi-codegen
Tags
Expose openapi3.Schema in the Schema object (oapi-codegen#365)
Fix multi-line comment generate failed issue (oapi-codegen#334) * test: expose the multi-line comment generate error * fix: multi-line comment generation error for types Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
feature(extension): support x-omitempty (oapi-codegen#295) Co-authored-by: Weidong Feng <weidong.feng@shanbay.com> Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
Clean up parameter escaping This fixes oapi-codegen#302. We were really sloppy with escaping and unescaping parameters, so I added another parameter to Bind/StyleParam which informs where the parameter is located, so that we can do proper escaping based on location. The server code performs corresponding unescaping.
Fix ordering of security requirements This fixes oapi-codegen#316. Maps are randomized, so sort the keys.
PreviousNext