Skip to content

Releases: Stratoscale/swagger

v1.0.27

19 Aug 15:07
Compare
Choose a tag to compare

Multiple lines comment on swagger description
Auto generated swagger from hammock may contain multiple lines description.
This description will have a comment only on the first line, so putting the description under /* */ comment will solve it

Fixed Parser to work correctly for non-struct embedded fields

11 Aug 10:20
Compare
Choose a tag to compare
v1.0.26

Fix query parsing when an embedded field is not a struct

Enhanced query's explicit select statement handling

07 Aug 10:57
Compare
Choose a tag to compare

Added an option to choose if explicit select statement should be used.
Also added rules to ignore fields with specific gorm tags

Now limit parameter can be 0. for unlimited data.

21 Aug 11:44
Compare
Choose a tag to compare
Adding the ability to pass limit=0 (in order to support unlimited dat…

…a in response)

v1.0.17: Merge pull request #15 from Stratoscale/noam/master

18 Jul 10:00
bf09124
Compare
Choose a tag to compare
query: Support filter of fmt.Stringer implementers, and split multiple values

query: Support filter of fmt.Stringer implementers, and split multiple values

17 Jul 11:11
Compare
Choose a tag to compare
1) Now we support query filter of string implemented types.

2) We can pass commas to filter multiple values

update go-swagger to 0.15.0

16 Jul 06:40
Compare
Choose a tag to compare
update go-swagger source to swagger:0.15.0

update generated example

v1.0.14: Merge pull request #13 from Stratoscale/shimshon/httpclient

11 Jun 05:36
e209fdb
Compare
Choose a tag to compare

v1.0.13: Merge pull request #12 from Stratoscale/v0.14-fixes

06 Jun 09:39
6564af7
Compare
Choose a tag to compare
remove parameters and response overwrite

v1.0.12: Merge pull request #11 from Stratoscale/default-auth

06 Jun 05:55
addf1fa
Compare
Choose a tag to compare
 Add default behavior for auth functions