Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f58f4a9830 | |||
| 61276f05b1 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/swaggo/swag/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.16.4</param>
|
||||
<param name="revision">v1.16.6</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/swaggo/swag/</param>
|
||||
<param name="changesrevision">0b9e347c196710ea155a147782bf51707a600c2c</param></service></servicedata>
|
||||
<param name="changesrevision">f676981e12b892b4a2c5f50cd3dbc96d469ca358</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63d6516b256ab73ff89ed869cbb72ebf0ba90d32122830c915b2b42fc14b0a7d
|
||||
size 1296908
|
||||
3
swag-1.16.6.obscpio
Normal file
3
swag-1.16.6.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf297747eeaa95bb405edd2c33704aa1b93ba807e9acc68f85d1e83eff5fd75e
|
||||
size 1316364
|
||||
42
swag.changes
42
swag.changes
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 03 13:29:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 1.16.6:
|
||||
* feat: allow description line continuation (#2048)
|
||||
* Use the structs name without the @name comment (#2043)
|
||||
* Feature: allow enum ordered const name override (2nd PR for
|
||||
this) (#2046)
|
||||
* fix: router with tilde #2004 (#2005)
|
||||
* fix: prevent nil pointer dereference in getFuncDoc when parsing
|
||||
dependencies (#2044)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 03 13:28:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 1.16.5:
|
||||
* feat: json:omitempty marks field as optional (#2041)
|
||||
* fix(test): include `rune` test in enums tests (#2025)
|
||||
* chore(deps): bump golang.org/x/crypto in /example/celler
|
||||
(#1993)
|
||||
* Remove redundant (default: false) for parseFuncBody flag
|
||||
(#1961)
|
||||
* x/text v0.21, x/tools v0.21 (#1962)
|
||||
* non-empty stderr for `go list` is not an error in itself
|
||||
(#1981)
|
||||
* chore: accept event streaming (#1992)
|
||||
* Extension: collectionFormat in struct tag (#1989)
|
||||
* Fix typo error in README (#1954)
|
||||
* fix: @name for recursion (#1948)
|
||||
* chore(deps): bump golang.org/x/crypto in
|
||||
/example/object-map-example (#1945)
|
||||
* Fix format by goimports (#1927)
|
||||
* Transfer golang type to swagger type with format reserved
|
||||
(#1944)
|
||||
* Fix compare original and formatted (#1915)
|
||||
* support generate var-declared function doc (#1657)
|
||||
* feat: ParseComment error to contain the comment (#1777)
|
||||
* fix: use '&&' for security pair(AND) (#1659)
|
||||
* feat: Add x-enum-descriptions to generated Swagger
|
||||
documentation for Enums (#1878)
|
||||
* Added support for @tag.x- attributes for tags (#1784) (#1785)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 21:33:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: swag
|
||||
version: 1.16.4
|
||||
mtime: 1729217373
|
||||
commit: 0b9e347c196710ea155a147782bf51707a600c2c
|
||||
version: 1.16.6
|
||||
mtime: 1753671697
|
||||
commit: f676981e12b892b4a2c5f50cd3dbc96d469ca358
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package swag
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: swag
|
||||
Version: 1.16.4
|
||||
Version: 1.16.6
|
||||
Release: 0
|
||||
Summary: Automatically generate RESTful API documentation with Swagger 2.0 for Go
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0245209b5ad37f5cd96f2aee4fa6b5e20e63323f777f3eea7ae30befa43f0d7
|
||||
size 1768058
|
||||
oid sha256:fda2ca5bd74bed91f947ad579266b350db50506983297be47cb05ec155e429ac
|
||||
size 1919908
|
||||
|
||||
Reference in New Issue
Block a user