Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lzfr-fxp/swag

Tags

v1.16.7

Toggle v1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v1.16.6

Toggle v1.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow description line continuation (swaggo#2048)

v1.16.5

Toggle v1.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.0.0-rc4

Toggle v2.0.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for servers on operation level for 3.1 (swaggo#1923)

v1.16.4

Toggle v1.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
new release (swaggo#1901)

v1.16.3

Toggle v1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version.go (swaggo#1751)

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
yaml.v3 security patch (swaggo#1664)

v2.0.0-rc3

Toggle v2.0.0-rc3's commit message
V2.0.0-rc3

v1.16.1

Toggle v1.16.1's commit message
introduced due to accident push of tags