Skip to content

Tags: debugger84/oapi-codegen

Tags

v1.11.5

Toggle v1.11.5's commit message
Change the name of original module to allow installing my fork instea…

…d the original repo

v1.11.4

Toggle v1.11.4's commit message
Changes of go.mod

v1.11.3

Toggle v1.11.3's commit message
Changes of go.mod

v1.11.1

Toggle v1.11.1's commit message
Added replacement for the base project

v1.11.0

Toggle v1.11.0's commit message
Rewrite configuration options

The way configuration was handled was becoming a mess. I've
rewritten it to expose the configuration struct from the
codegen package directly.

This is a very breaking change, so the `--old-config-style` flag will
use the old configuration parsing, and `--output-config` will output
the new style config file from old config to aid in rewriting.

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 <[email protected]>

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.