Skip to content

Tags: uhey22e/oapi-codegen

Tags

v1.10.1

Toggle v1.10.1's commit message
Revert "improve gin support (oapi-codegen#530)"

This reverts commit 11622c2.

It caused a breaking change to existing users.

v1.10.0

Toggle v1.10.0's commit message
Update more dependencies

Resolving conflicts previously override the moq library, pull
the latest version and run go mod tidy.

v1.9.1

Toggle v1.9.1's commit message
Use go:embed to embed template files

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade getkin/kin-openapi to v0.80.0 to fix panic when server is mis…

…sing a path (oapi-codegen#474)

Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>

v1.8.3

Toggle v1.8.3's commit message
Regenerate example code

This fixes a merge issue from a PR which didn't include some new changes.

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: parameters starting with number (oapi-codegen#402)

v1.8.1

Toggle v1.8.1's commit message
Revert "Fix escaped url parsing (oapi-codegen#381)"

This reverts commit c60f8ae.

I've had to revert this because it breaks an existing test, because
it changes behavior. I will revisit this issue in the future.

v1.8.0

Toggle v1.8.0's commit message
Update docs for x-oapi-codegen-extra-tags

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose openapi3.Schema in the Schema object (oapi-codegen#365)

v1.7.0

Toggle v1.7.0's commit message
Use debug.BuildInfo to produce a version

Add a --version command, which uses build info to output a version
number, and also, embed this same version in generated code.