v2.0.0-rc5
What's Changed
- feat: remove json-iterator and pkg/errors dependencies by @devhaozi in https://github.com/swaggo/swag/pull/1987
- fix: Issue #1980 by @Mozuha in https://github.com/swaggo/swag/pull/1985
- fix: enum generation in v3.1 by @dmouraneto in https://github.com/swaggo/swag/pull/1983
- refactor: simplify checking of FieldParser interface implementation by @nikpivkin in https://github.com/swaggo/swag/pull/1974
- refactor: remove unused parseValidTags method by @nikpivkin in https://github.com/swaggo/swag/pull/1973
- fix: avoid panic in ComplementSchema due to nil schema references by @nikpivkin in https://github.com/swaggo/swag/pull/1972
- fix: @name does not working for v3.1 by @ehles in https://github.com/swaggo/swag/pull/1966
- fix: getSecurityDefinitionKey white space parsing by @s1moe2 in https://github.com/swaggo/swag/pull/1942
- [v2] fix: duplicate print version by @martinyonatann in https://github.com/swaggo/swag/pull/1969
- feat: v2 top level security field by @0daryo in https://github.com/swaggo/swag/pull/2030
- Add missing null check by @koplas in https://github.com/swaggo/swag/pull/1999
- Fix for interface-valued schemas by @Cerber-Ursi in https://github.com/swaggo/swag/pull/2054
- feat: add multiple securitydefinitions.bearerauth for bearer token setting in V2 by @arsensokolov in https://github.com/swaggo/swag/pull/2027
- Fixes list recursion by @addshore in https://github.com/swaggo/swag/pull/2022
- feat: Support oneOf for requestBody Schemas in OpenAPI v3 by @codingcn in https://github.com/swaggo/swag/pull/2059
- Fix Response Schema Handling with Custom MIME Types by @fosple in https://github.com/swaggo/swag/pull/2019
- fix: segmentation error when using Slice as a type for generic (Wrapper[[]T]) in -v3.1 by @OnFireByte in https://github.com/swaggo/swag/pull/1997
- fix: parse form name "-" as skipped field by @isqua in https://github.com/swaggo/swag/pull/2090
- fix(openapi): honor @description.markdown for info.description by @nishkrishnan in https://github.com/swaggo/swag/pull/2128
New Contributors
- @devhaozi made their first contribution in https://github.com/swaggo/swag/pull/1987
- @Mozuha made their first contribution in https://github.com/swaggo/swag/pull/1985
- @dmouraneto made their first contribution in https://github.com/swaggo/swag/pull/1983
- @ehles made their first contribution in https://github.com/swaggo/swag/pull/1966
- @s1moe2 made their first contribution in https://github.com/swaggo/swag/pull/1942
- @martinyonatann made their first contribution in https://github.com/swaggo/swag/pull/1969
- @koplas made their first contribution in https://github.com/swaggo/swag/pull/1999
- @Cerber-Ursi made their first contribution in https://github.com/swaggo/swag/pull/2054
- @arsensokolov made their first contribution in https://github.com/swaggo/swag/pull/2027
- @addshore made their first contribution in https://github.com/swaggo/swag/pull/2022
- @codingcn made their first contribution in https://github.com/swaggo/swag/pull/2059
- @fosple made their first contribution in https://github.com/swaggo/swag/pull/2019
- @OnFireByte made their first contribution in https://github.com/swaggo/swag/pull/1997
- @isqua made their first contribution in https://github.com/swaggo/swag/pull/2090
- @nishkrishnan made their first contribution in https://github.com/swaggo/swag/pull/2128
Full Changelog: https://github.com/swaggo/swag/compare/v2.0.0-rc4...v2.0.0-rc5