-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: swaggo/swag
base: v1.8.10
head repository: swaggo/swag
compare: v1.8.12
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa3e8d5 - Browse repository at this point
Copy the full SHA aa3e8d5View commit details
Commits on Feb 16, 2023
-
Support externalDocs annotation comment (#1468)
* Support externalDocs annotation comment * Add unit test and update readme * Change implement way for passing unit test
Configuration menu - View commit details
-
Copy full SHA for 37f466e - Browse repository at this point
Copy the full SHA 37f466eView commit details
Commits on Feb 22, 2023
-
docs: remove unnecessary '$' from commands that (#1457)
Co-authored-by: Kukurijek <nemanja.filipovic@sonio-group.com>
Configuration menu - View commit details
-
Copy full SHA for 4795c60 - Browse repository at this point
Copy the full SHA 4795c60View commit details -
if the top type name is any or interface{}, don't use allOf (#1421)
Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 566b8af - Browse repository at this point
Copy the full SHA 566b8afView commit details
Commits on Feb 23, 2023
-
chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#1473)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09f373f - Browse repository at this point
Copy the full SHA 09f373fView commit details -
chore(deps): bump golang.org/x/text in /example/celler (#1472)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0472c53 - Browse repository at this point
Copy the full SHA 0472c53View commit details -
chore(deps): bump golang.org/x/text in /example/go-module-support (#1474
) Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9faf8b3 - Browse repository at this point
Copy the full SHA 9faf8b3View commit details
Commits on Mar 7, 2023
-
chore(deps): bump golang.org/x/net in /example/go-module-support (#1494)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efd70ff - Browse repository at this point
Copy the full SHA efd70ffView commit details -
chore(deps): bump golang.org/x/net in /example/celler (#1495)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85a35b4 - Browse repository at this point
Copy the full SHA 85a35b4View commit details
Commits on Mar 11, 2023
-
docs: docs.go before define package must with // Package docs or empt…
…y line (#1498) Co-authored-by: voxfeng <voxfeng@tencent.com>
Configuration menu - View commit details
-
Copy full SHA for 996983d - Browse repository at this point
Copy the full SHA 996983dView commit details
Commits on Mar 13, 2023
-
Use form tags when available (#1422)
* Add support for form tags --------- Co-authored-by: Philip Constantinou <phil@Philips-MacBook-Pro-3.local>
Configuration menu - View commit details
-
Copy full SHA for 19ddb4d - Browse repository at this point
Copy the full SHA 19ddb4dView commit details
Commits on Mar 15, 2023
-
The file data type will add the file input to the swagger ui when making a form data request with a file
Configuration menu - View commit details
-
Copy full SHA for 9a0a669 - Browse repository at this point
Copy the full SHA 9a0a669View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0524687 - Browse repository at this point
Copy the full SHA 0524687View commit details -
fix alias type of generic with multi formal params (#1505)
* fix alias type of generic with multi formal params
Configuration menu - View commit details
-
Copy full SHA for d2bc3d0 - Browse repository at this point
Copy the full SHA d2bc3d0View commit details -
chore(deps): bump golang.org/x/net in /example/object-map-example (#1493
) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fcffae2 - Browse repository at this point
Copy the full SHA fcffae2View commit details -
chore(deps): bump golang.org/x/net (#1492)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b47f4ef - Browse repository at this point
Copy the full SHA b47f4efView commit details -
chore(deps): bump golang.org/x/net in /example/markdown (#1491)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9dbff61 - Browse repository at this point
Copy the full SHA 9dbff61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4a292 - Browse repository at this point
Copy the full SHA 9e4a292View commit details -
fix generic type that has more than 2 params with only one constraint…
… type (#1506) * fix generic type that has more than 2 params with only one constraint type * modify test unit Signed-off-by: sdghchj <sdghchj@qq.com> --------- Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 8445e75 - Browse repository at this point
Copy the full SHA 8445e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0a4b0 - Browse repository at this point
Copy the full SHA 3f0a4b0View commit details
Commits on Mar 21, 2023
-
feat: ADD collection format flag (#1482)
* feat: ADD collection format flag Co-authored-by: 정주현 <juhyeon@joonggonara.co.kr>
Configuration menu - View commit details
-
Copy full SHA for f56e0bb - Browse repository at this point
Copy the full SHA f56e0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa681e - Browse repository at this point
Copy the full SHA aaa681eView commit details -
feat: add packageName option for docs.go (#1442)
* feat: replace hyphen from docs package name * feat: add packageName option * Update main.go --------- Co-authored-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for f475da2 - Browse repository at this point
Copy the full SHA f475da2View commit details
Commits on Mar 23, 2023
-
FIX generics like type JSON[K,V string] map[K]V (#1509)
Co-authored-by: hepei <hepei@ushareit.com>
Configuration menu - View commit details
-
Copy full SHA for 122a2e2 - Browse repository at this point
Copy the full SHA 122a2e2View commit details
Commits on Mar 26, 2023
-
fix field of enum type as formdata (#1511)
* fix field of enum type as formdata Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for c9bca77 - Browse repository at this point
Copy the full SHA c9bca77View commit details
Commits on Mar 28, 2023
-
chore: drop support for go 1.16 (#1518)
* chore: drop support for go 1.16 * chore: fmt code * chore: increment version.go * chore: update golang.org/x/tools
Configuration menu - View commit details
-
Copy full SHA for ea779b8 - Browse repository at this point
Copy the full SHA ea779b8View commit details
There are no files selected for viewing