Skip to content

v1.4.1

Compare
Choose a tag to compare
@easonlin404 easonlin404 released this 18 Feb 03:43
· 544 commits to master since this release
d95e114

Changelog

d85ab81 Custom primitive types (#204)
cea5516 Fix code example in README (#240)
7e407c1 Multiline description for api info (#278)
ba90627 Update README: future is available (#281)
17745a0 add filename info when panic (#272)
700eb94 bump to v1.4.1 (#301)
1c8533a chore(gitignore) prevent cmd/swag/main.go from being ignored (#255)
1048d76 chore: added comment schema.go (#277)
d95e114 chore: release via goreleaser (#302)
b5bd45e doc(readme): add link to buffalo-swagger (#263)
64ab6b0 doc(readme): update gin link in README.md (#249)
ecdf79c feat(tag): implemented basic Tag support as API annotation (#250)
5066057 feat: add extension info to struct field (#295)
7b8e2c6 feat: add mechanism to programatically set general api info (#220)
abe5488 feat: add response headers (#297)
56047e6 feat: add support for map and struct pointer types and selector in array pointer (#244)
6993bc5 feat: add support for the attributes in struct fields (#239)
0666acc feat: add support override swaggertype tag especially for self-defined st… (#290)
c0507b2 feat: allow overriding swagger type in struct fields (#234)
2864d16 feat: multi description support (#219)
dac684d feat: release v.1.4.0
82de8d7 feat: router path now supports plus sign, useful for swagger consuming gateways that want to proxy, like AWS APIGW (#217)
a2ee966 feat: support additional typedefs (#246)
6219f1a feat: support for composition objects. (#226)
ed5589f feat: support go module (#282)
2a57949 feat: support mapType (#283)
ff54974 feat: support numbers in array examples (#233)
7cb5615 fix bug: []map[string]string type will crash (#286)
7d687ac fix(Makefile): golint uses new repo url (#222)
0e12fd5 fix(doc): Fix docs. Title, Description reference in README.md (#262)
934068f fix(example): fix lint (#264)
de0fc42 fix(parser): Parser error on composition object across package (#275)
8f09470 fix(parser): fix isNotRecurringNestStruct function (#241)
78c4dff fix: struct order bug (#270)
559d011 fix: bug for required properties inherited (#259)
b0e84d8 fix: fix required changing order every time when run swag
73cbe85 fix: missing schema convert (#212)
e565d5c fix: translate array type into valid swagger type (#232)
fd1af3a refactor: enhance error handle (#206)
4dfb5f3 refactor: returns error instead of panic (#288)
0744535 remove panic in favor of printed warning (#210)
19d1d7a stop supporting go 1.8.x (#228)