New
v1.16.5
What's Changed
- Added support for @tag.x- attributes for tags (#1784) by @Ponywka in https://github.com/swaggo/swag/pull/1785
- feat: Add x-enum-descriptions to generated Swagger documentation for Enum by @wakamenod in https://github.com/swaggo/swag/pull/1878
- fix: use '&&' for security pair(AND) by @kkkiio in https://github.com/swaggo/swag/pull/1659
- feat: ParseComment error to contain the comment by @stokito in https://github.com/swaggo/swag/pull/1777
- support generate var-declared function doc by @book987 in https://github.com/swaggo/swag/pull/1657
- Fix compare original and formatted by @0daryo in https://github.com/swaggo/swag/pull/1915
- Transfer golang type to swagger type with format reserved by @sdghchj in https://github.com/swaggo/swag/pull/1944
- Fix format by goimports by @0daryo in https://github.com/swaggo/swag/pull/1927
- chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by @dependabot[bot] in https://github.com/swaggo/swag/pull/1945
- fix: @name for recursion by @njacob1001 in https://github.com/swaggo/swag/pull/1948
- Fix typo error in README by @yashisrani in https://github.com/swaggo/swag/pull/1954
- Extension: collectionFormat in struct tag by @sdghchj in https://github.com/swaggo/swag/pull/1989
- chore: accept event streaming by @miguelhrocha in https://github.com/swaggo/swag/pull/1992
- Non-empty stderr for
go listis not an error in itself by @atercattus in https://github.com/swaggo/swag/pull/1981 - Updated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by @blame19 in https://github.com/swaggo/swag/pull/1962
- Remove redundant
(default: false)for parseFuncBody flag by @nikpivkin in https://github.com/swaggo/swag/pull/1961 - chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by @dependabot[bot] in https://github.com/swaggo/swag/pull/1993
- fix(test): include
runetest in enums tests by @sharunkumar in https://github.com/swaggo/swag/pull/2025 - feat: json:omitempty marks field as optional by @andyatmiami in https://github.com/swaggo/swag/pull/2041
New Contributors
- @wakamenod made their first contribution in https://github.com/swaggo/swag/pull/1878
- @stokito made their first contribution in https://github.com/swaggo/swag/pull/1777
- @book987 made their first contribution in https://github.com/swaggo/swag/pull/1657
- @njacob1001 made their first contribution in https://github.com/swaggo/swag/pull/1948
- @yashisrani made their first contribution in https://github.com/swaggo/swag/pull/1954
- @miguelhrocha made their first contribution in https://github.com/swaggo/swag/pull/1992
- @atercattus made their first contribution in https://github.com/swaggo/swag/pull/1981
- @blame19 made their first contribution in https://github.com/swaggo/swag/pull/1962
- @sharunkumar made their first contribution in https://github.com/swaggo/swag/pull/2025
- @andyatmiami made their first contribution in https://github.com/swaggo/swag/pull/2041
Full Changelog: https://github.com/swaggo/swag/compare/v1.16.4...v1.16.5