Releases: Stratoscale/swagger
Releases · Stratoscale/swagger
v1.0.27
Fixed Parser to work correctly for non-struct embedded fields
v1.0.26 Fix query parsing when an embedded field is not a struct
Enhanced query's explicit select statement handling
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.
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
query: Support filter of fmt.Stringer implementers, and split multiple values
query: Support filter of fmt.Stringer implementers, and split multiple values
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
update go-swagger source to swagger:0.15.0 update generated example
v1.0.14: Merge pull request #13 from Stratoscale/shimshon/httpclient
Adding missing HTTPClient parameter
v1.0.13: Merge pull request #12 from Stratoscale/v0.14-fixes
remove parameters and response overwrite
v1.0.12: Merge pull request #11 from Stratoscale/default-auth
Add default behavior for auth functions