v1.6.1
版本发布时间: 2021-04-14 23:09:45
oapi-codegen/oapi-codegen最新发布版本:v2.3.0(2024-06-07 05:00:34)
- Multi line comments are now propagated to generated code correctly (https://github.com/deepmap/oapi-codegen/pull/334)
- Enum generation wasn't working very well, so I merged a new PR which fixes it (https://github.com/deepmap/oapi-codegen/pull/241), but this is a breaking change. Your enum names may change if you use special characters in them which require renaming into valid Go identifiers.
Sorry about the breaking change, we're going to make a /v2 of this library soon which has versioned codegen.