Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Releases: launchdarkly/goas

v1.9.0

Choose a tag to compare

@XieX XieX released this 15 Jul 14:24
a737f60
  • Add support for oneOf, anyOf, allOf and not in request body annotations
  • Adds @PackageAlias annotation for changing the names of packages that appear in types

v1.8.14

Choose a tag to compare

@bwoskow-ld bwoskow-ld released this 29 Jun 18:09
4cb0457
  • Improved tag formatting

Support Var Declarations

Choose a tag to compare

@InTheCloudDan InTheCloudDan released this 21 Jun 19:44
ac6f6ef
  • Support Functions assigned to vars being annotated.
  • Force all tags to lower case for consistency.

support operationId and interfaces

Choose a tag to compare

@InTheCloudDan InTheCloudDan released this 10 Jun 18:47
91ae285
  • 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

Choose a tag to compare

@InTheCloudDan InTheCloudDan released this 03 Jun 12:20
7f7e9bb
Dob/interface fix (#15)

* handle interface marshalling

* fix examples

add more test coverage for examples

Keep siblings of $ref

Choose a tag to compare

@raymonstah raymonstah released this 25 Mar 18:16
fb772d2

Reverts the previous author's decision to omit the $ref when an example is provided.

Add object type for interfaces

Choose a tag to compare

@raymonstah raymonstah released this 25 Mar 00:32
c57c71e
v1.8.9

add object type to interfaces (#12)

Support third party packages

Choose a tag to compare

@raymonstah raymonstah released this 24 Mar 21:40
21dc6e7
v1.8.8

support third party library types (#11)

support reference to go interfaces

Choose a tag to compare

@raymonstah raymonstah released this 23 Mar 23:11
a9ceb17
v1.8.7

Merge pull request #10 from launchdarkly/raymond/ch103651/goas-suppor…

go type alias support

Choose a tag to compare

@raymonstah raymonstah released this 23 Mar 17:31
aa63d1b
Merge pull request #9 from launchdarkly/sheena/ch101847/unixmillis

[ch101847] Fix go type aliases