Skip to content

Tags: maclav3/oapi-codegen

Tags

v1.5.3

Toggle v1.5.3's commit message

Unverified

No user is associated with the committer email.
Merge branch 'chi-middlewares-2' into master

v1.5.2

Toggle v1.5.2's commit message

Unverified

No user is associated with the committer email.
Merge branch 'chi-middlewares-2' into master

v1.5.1

Toggle v1.5.1's commit message

Unverified

No user is associated with the committer email.
Replace directive

v1.5.0

Toggle v1.5.0's commit message

Unverified

No user is associated with the committer email.
Go.mod

v1.4.1

Toggle v1.4.1's commit message
Fix time/date and deepObject binding issues

This fixes oapi-codegen#247. DeepObject had various bugs in binding to
time and dates, and we explicitly need to handle aliases
via reflection instead of type converting to time.Time and
types.Date

Added a pile of tests for these cases.

v1.4.0

Toggle v1.4.0's commit message
Fix errors imports.

We like "github.com/pkg/errors"

v1.3.13

Toggle v1.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace gofmt by goimports and move the imports the template (oapi-co…

…degen#226)

v1.3.12

Toggle v1.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow giving URLs to oapi-codegen (oapi-codegen#216)

* Detect non local paths

* Tests

v1.3.11

Toggle v1.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to fix codegen issue of not including additionalProperties in…

… allOf schema (oapi-codegen#194)

v1.3.10

Toggle v1.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Wrap Chi server and pass parameters as function params (oapi-codegen#166

)

* wrap server interface

* pass request and response to the handlers

* update examples and tests

* fix chi template