Releases: contiamo/openapi-generator-go
Releases · contiamo/openapi-generator-go
Better recursive `allOf` and code revamp
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
[BREAKING] Enforce proper casing for `operationId` and `x-handler-group`
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
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
- Add support for anonymous endpoint body model
- Fix code generation for a enum with a single value
v0.3.0
add uri and request-uri formats (#13) * add uri and request-uri formats Co-authored-by: Lucas Roesler <[email protected]>
Dope Donkey
This is a minor release adding the possibility to generate toplevel map[string]Something models.
Conscious Chimpanzee
- default to 32 bit numbers to not cause problems when serializing via json
Bright Beaver
Unification of the model generators + validation!
Alternative Alpaca
This is the first release of our openapi-generator.