Skip to content

Tags: wtks/oapi-codegen

Tags

v1.3.13

Toggle v1.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace gofmt by goimports and move the imports the template (oapi-co…

…degen#226)

v1.3.12

Toggle v1.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow giving URLs to oapi-codegen (oapi-codegen#216)

* Detect non local paths

* Tests

v1.3.11

Toggle v1.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to fix codegen issue of not including additionalProperties in…

… allOf schema (oapi-codegen#194)

v1.3.10

Toggle v1.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Wrap Chi server and pass parameters as function params (oapi-codegen#166

)

* wrap server interface

* pass request and response to the handlers

* update examples and tests

* fix chi template

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed broken enum generation (oapi-codegen#199)

* fixed broken enum generation

* removed unnecessary YAML parsing

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add skipper using the echo convention to enable just that (oapi…

…-codegen#176)

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: prune unused components by default (oapi-codegen#154)

* feat: prune unused components by default

* chore: rename commented code to use walkHeaderRef

* refactor: remove comment for issue in kin-openapi

* chore: add missing parameter name

Co-authored-by: John Stableford <john.stableford@digio.com.au>
Co-authored-by: John Stableford <john.stableford@latitudefinancial.com>

v1.3.6

Toggle v1.3.6's commit message
Fix parsing of empty date

This fixes oapi-codegen#140

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for user-provided templates (oapi-codegen#136)

* Add support for user-provided templates

This change introduces a new `-templates` command flag to enable users
to override code generation templates at runtime instead of having to
recompile the binary after having edited the built-in templates.

* fixup! Add support for user-provided templates

v1.3.4

Toggle v1.3.4's commit message
emove special characters for go names (oapi-codegen#107)

avoid index out of bounds
Fix case of ParsegetTestByNameResponse to be ParseGetTestByNameResponse
Fix &interface{}{} to be var temp interface{}\n&temp
Correctly handle Unicode

Signed-off-by: Steve Coffman <steve@khanacademy.org>