You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
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.