New
v1.16.6
What's Changed
- fix: prevent nil pointer dereference in getFuncDoc when parsing depen… by @gatorjuice in https://github.com/swaggo/swag/pull/2044
- fix: router with tilde #2004 by @subwiz in https://github.com/swaggo/swag/pull/2005
- Feature: allow enum ordered const name override (2nd PR for this) by @drewsilcock in https://github.com/swaggo/swag/pull/2046
- Use the structs name without the @name comment by @skast96 in https://github.com/swaggo/swag/pull/2043
- feat: allow description line continuation by @berk-karaal in https://github.com/swaggo/swag/pull/2048
New Contributors
- @gatorjuice made their first contribution in https://github.com/swaggo/swag/pull/2044
- @subwiz made their first contribution in https://github.com/swaggo/swag/pull/2005
- @drewsilcock made their first contribution in https://github.com/swaggo/swag/pull/2046
- @skast96 made their first contribution in https://github.com/swaggo/swag/pull/2043
Full Changelog: https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6