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

Releases: launchdarkly/goas

v1.9.0

15 Jul 14:24
a737f60
Compare
Choose a tag to compare
  • 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

29 Jun 18:09
4cb0457
Compare
Choose a tag to compare
  • Improved tag formatting

Support Var Declarations

21 Jun 19:44
ac6f6ef
Compare
Choose a tag to compare
  • Support Functions assigned to vars being annotated.
  • Force all tags to lower case for consistency.

support operationId and interfaces

10 Jun 18:47
91ae285
Compare
Choose a tag to compare
  • 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

03 Jun 12:20
7f7e9bb
Compare
Choose a tag to compare
Dob/interface fix (#15)

* handle interface marshalling

* fix examples

add more test coverage for examples

Keep siblings of $ref

25 Mar 18:16
fb772d2
Compare
Choose a tag to compare

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

Add object type for interfaces

25 Mar 00:32
c57c71e
Compare
Choose a tag to compare
v1.8.9

add object type to interfaces (#12)

Support third party packages

24 Mar 21:40
21dc6e7
Compare
Choose a tag to compare
v1.8.8

support third party library types (#11)

support reference to go interfaces

23 Mar 23:11
a9ceb17
Compare
Choose a tag to compare
v1.8.7

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

go type alias support

23 Mar 17:31
aa63d1b
Compare
Choose a tag to compare
Merge pull request #9 from launchdarkly/sheena/ch101847/unixmillis

[ch101847] Fix go type aliases