Skip to content

Tags: lintaba/oapi-codegen

Tags

v1.12.2

Toggle v1.12.2's commit message
Fix binary string encoding

The File object used to handle binary strings had an incorrect
receiver for json marshaler. Add a test and fix the problem.

v1.12.1

Toggle v1.12.1's commit message
Handle simple configs with output flag properly

It turns out that a very simple command invocation, specifying only
the spec and `-o` flag to generate an output filename ignores the
output filename option.

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug in oneOf not propagating external references (oapi-codegen#729)

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 <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)