Skip to content

v.1.3.0

Compare
Choose a tag to compare
@easonlin404 easonlin404 released this 17 May 10:39
· 635 commits to master since this release

[NEW] add support Decimal and ptr slice and ptr struct array. (#113)
[NEW] add support uuid and special type. (#111)
[NEW] support application/x-json-stream MIME types (#107)
[NEW] add support for format tag (#102)
[NEW] add support ptr (#90)
[NEW] add hidden field (#89)
[NEW] add param attribute (#82)(#81) (#86)
[NEW] update non required annotation format (#84)
[NEW] add enums func (#76) (#80)
[NEW] add support for security (#68) (#77)
[NEW] add support parsing interface type in swagger schema object (#17) (#74)

[FIX] fix too many return values(#103) and more simple code. (#105)
[FIX] fix infinite loop generated from repeating structure (#92)
[FIX] fix json ignore tag option (#91)
[FIX] fix response description empty error and security OAuth2 AccessCode scheme error (#78)