Skip to content

Releases: Stratoscale/swagger

v1.0.27

Choose a tag to compare

@michaelf-stratoscale michaelf-stratoscale released this 19 Aug 15:07

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

Choose a tag to compare

released this 11 Aug 10:20
v1.0.26

Fix query parsing when an embedded field is not a struct

Enhanced query's explicit select statement handling

Choose a tag to compare

released this 07 Aug 10:57

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.

Choose a tag to compare

@susyo susyo released this 21 Aug 11:44
v1.0.20

Adding the ability to pass limit=0 (in order to support unlimited dat…

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

Choose a tag to compare

@posener posener released this 18 Jul 10:00
bf09124
query: Support filter of fmt.Stringer implementers, and split multiple values

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

Choose a tag to compare

@susyo susyo released this 17 Jul 11:11
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

Choose a tag to compare

@michaelf-stratoscale michaelf-stratoscale released this 16 Jul 06:40
update go-swagger source to swagger:0.15.0

update generated example

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

Choose a tag to compare

@shimzim shimzim released this 11 Jun 05:36
e209fdb
 Adding missing HTTPClient parameter

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

Choose a tag to compare

@posener posener released this 06 Jun 09:39
6564af7
remove parameters and response overwrite

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

Choose a tag to compare

@nirarg-stratoscale nirarg-stratoscale released this 06 Jun 05:55
addf1fa
 Add default behavior for auth functions