This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
Releases: launchdarkly/goas
Releases · launchdarkly/goas
v1.9.0
v1.8.14
- Improved tag formatting
Support Var Declarations
- Support Functions assigned to vars being annotated.
- Force all tags to lower case for consistency.
support operationId and interfaces
- Path comments now support
operationId
- Interfaces were being generated in an OpenAPI v2 compatible way instead of OpenAPI v3
- there was name collisions between models so not all were being properly generated
Int64 formatting, empty interfaces
Dob/interface fix (#15) * handle interface marshalling * fix examples add more test coverage for examples
Keep siblings of $ref
Reverts the previous author's decision to omit the $ref
when an example is provided.
Add object type for interfaces
v1.8.9 add object type to interfaces (#12)
Support third party packages
v1.8.8 support third party library types (#11)
support reference to go interfaces
v1.8.7 Merge pull request #10 from launchdarkly/raymond/ch103651/goas-suppor…
go type alias support
Merge pull request #9 from launchdarkly/sheena/ch101847/unixmillis [ch101847] Fix go type aliases