Tags: lzfr-fxp/swag
Tags
fix: prevent nil pointer dereference in getAllGoFileInfo when parsing… … file (swaggo#2075) If there's a file or dir that can't be read, the application throws a cryptic error that is not easy to debug. In this fix, we handle the errors properly so that the user knows there are issues with some file in the path, allowing the app to process all the others. Fixes: swaggo#1916 Signed-off-by: Valério Valério <[email protected]>
feat: json:omitempty marks field as optional (swaggo#2041) Enhance field parser to recognize 'omitempty' in JSON tags, updating IsRequired logic and adding corresponding test cases. Update README to document the new behavior. Signed-off-by: Andy Stoneberg <[email protected]>
add support for servers on operation level for 3.1 (swaggo#1923)
PreviousNext