X Tutup
The Wayback Machine - https://web.archive.org/web/20201023085252/https://github.com/deepmap/oapi-codegen/tags
Skip to content

Tags

v1.3.13

Replace gofmt by goimports and move the imports the template (#226)

v1.3.12

Allow giving URLs to oapi-codegen (#216)
* Detect non local paths

* Tests

v1.3.11

Attempt to fix codegen issue of not including additionalProperties in…
… allOf schema (#194)

v1.3.10

Wrap Chi server and pass parameters as function params (#166)
* wrap server interface

* pass request and response to the handlers

* update examples and tests

* fix chi template

v1.3.9

fixed broken enum generation (#199)
* fixed broken enum generation

* removed unnecessary YAML parsing

v1.3.8

feat: Add skipper using the echo convention to enable just that (#176)

v1.3.7

feat: prune unused components by default (#154)
* feat: prune unused components by default

* chore: rename commented code to use walkHeaderRef

* refactor: remove comment for issue in kin-openapi

* chore: add missing parameter name

Co-authored-by: John Stableford <john.stableford@digio.com.au>
Co-authored-by: John Stableford <john.stableford@latitudefinancial.com>
Fix parsing of empty date
This fixes #140

v1.3.5

Add support for user-provided templates (#136)
* Add support for user-provided templates

This change introduces a new `-templates` command flag to enable users
to override code generation templates at runtime instead of having to
recompile the binary after having edited the built-in templates.

* fixup! Add support for user-provided templates
emove special characters for go names (#107)
avoid index out of bounds
Fix case of ParsegetTestByNameResponse to be ParseGetTestByNameResponse
Fix &interface{}{} to be var temp interface{}\n&temp
Correctly handle Unicode

Signed-off-by: Steve Coffman <steve@khanacademy.org>
You can’t perform that action at this time.
X Tutup