Skip to content

Releases: contiamo/openapi-generator-go

Better recursive `allOf` and code revamp

16 Apr 09:14
35867d8

Choose a tag to compare

Improve various generator features (#28)

* Added detailed debug logging for everything
* Refactored to a more structured code
* Removed copy-pasted code
* Actually handle all errors without silently swallowing them
* Handle when `allOf` is taking an array definition from another type
* Added more documentation

Excessive Elephant

13 Apr 07:23
d365c2f

Choose a tag to compare

d365c2f : [BREAKING] improve allof handling (#27) (by Tino Rusch)
b62392d : add support for generating query parameter models. (#20) (by Tino Rusch)
894014c : apply gofmt before writing the router to file. (#22) (by Tino Rusch)

[BREAKING] Enforce proper casing for `operationId` and `x-handler-group`

18 Mar 11:04
f085684

Choose a tag to compare

Make sure OperationID is unique and cased properly (#21)

`OperationID` is now cased before processing and there is a uniqueness
check of the converted value across the spec.

Also, case `x-handler-group` before processing, so we group by
properly cased name instead of the original value.

Fix nil pointer

02 Mar 15:42
cc9e705

Choose a tag to compare

Fix nil pointer for empty request bodies (#18)

* add some nil pointer guards to the code related to the schemaref extraction.
* Add test case for empty request bodies

Co-authored-by: Denis Rechkunov <[email protected]>

Some fixes

02 Mar 12:01
6268db8

Choose a tag to compare

  • Add support for anonymous endpoint body model
  • Fix code generation for a enum with a single value

v0.3.0

23 Feb 09:08
1af57ba

Choose a tag to compare

add uri and request-uri formats (#13)

* add uri and request-uri formats

Co-authored-by: Lucas Roesler <[email protected]>

Dope Donkey

05 Feb 07:48
af1096a

Choose a tag to compare

This is a minor release adding the possibility to generate toplevel map[string]Something models.

Conscious Chimpanzee

23 Dec 12:45
18de667

Choose a tag to compare

  • default to 32 bit numbers to not cause problems when serializing via json

Bright Beaver

22 Dec 14:14
0f9c9d4

Choose a tag to compare

Unification of the model generators + validation!

Alternative Alpaca

09 Dec 12:17
f71b59b

Choose a tag to compare

This is the first release of our openapi-generator.