Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/swaggo/swag to v1.16.3 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 16, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/swaggo/swag v1.8.2 -> v1.16.3 age adoption passing confidence

Release Notes

swaggo/swag (github.com/swaggo/swag)

v1.16.3

Compare Source

Changelog

v1.16.2

Compare Source

Changelog

v1.16.1

v1.8.12

Compare Source

Changelog

v1.8.11

Compare Source

Changelog

v1.8.10

Compare Source

Changelog

f916213 Do not parse operations in dependency (#​1432)
6d18e7a chore: update version (#​1449)
1789c00 enable build support for macOS arm64 (#​1448)
f617051 fix multi level nesting parametrization(#​1435)
0d72fbd fix: string cutset method usage (#​1406)
7433f87 gocritic comment should match error bugfix. (#​1443)
00dd8cb style: remove duplicate space (#​1436)

v1.8.9

Compare Source

Changelog

a10fb9a Just optimize code about parsing extensions (#​1399)
4ccbeaf chore: increment version (#​1423)
8139731 chore: parse escaped double colon (\:) example struct tag (#​1402)
2c530ea chore: release candidate (#​1403)
e3151c1 chore: release candidate (#​1404)
e50db3e enhancement for enums (#​1400)
7c20f30 feat: parse only specific extension tag (#​1219)
80d5221 feat: support json tags in embedded structs (#​1396)
4519064 feat: use enums in request (#​1417)
9a4fa5d fix issue 1414 (#​1419)
30684a2 fix parsing bug affected by fmt (#​1398)
7867c24 fix: don't error on empty comment line (#​1415)
dfce6c8 parse self-nested generic struct (#​1420)
ba5df82 record token.FileSet for every file so that the position of parsing error can be acquired (#​1393)
3fe9ca2 revert docker login-action (#​1405)

v1.8.8

Compare Source

Changelog

07690e9 Add check for nil otherTypeDef (#​1372)
eaed517 Enhancements: search imports sequencely, till find the type. (#​1374)
0da94ff Fix generics with package alias (#​1360)
29d3d30 add properties to $ref (#​1391)
362d05b chore: increment version.go (#​1395)
da6d718 chore: update GitHub actions (#​1362)
e5d507d enhancement for PR #​1387: evaluate const across packages (#​1388)
e6723fe feat: add flag to generate documentation only for specific tags (#​1379)
38b5f15 feat: make swagger comments more readable for go doc (#​1366)
8117f4c fix: wrongly shared schema by fields (#​1389)
829fbe1 fmt cmd: use a tab instead of two spaces to format comments (#​1386)
bdfec2b parse global enums (#​1387)

v1.8.7

Compare Source

Changelog

f8d59d6 Bump golang.org/x/tools dependency version (#​1338)
7f90377 Fix generics issue #​1345 (#​1349)
e4f0129 chore: drop go1.15 support (#​1331)
277a278 chore: increment version (#​1350)
74e96c9 feat. add support formData []file (#​1332)
04c699c fix issue #​1346 about generics (#​1348)
075c176 refactor: move from io/ioutil to io and os packages (#​1334)

v1.8.6

Compare Source

Changelog

bc895ed Fix formatting crosstalk (#​1317)
c9385a8 build a docker image and push to ghcr.io (#​1329)
5fbb18f chore: update version (#​1330)
cf1c4a7 fix: Generic Fields does not handle Arrays (#​1311)
b8f53da fix: Generic Fields does not handle Arrays in the .swaggo file (#​1322)
2cd7ab5 fix: Generics not detected if name does not contain a pkg path (#​1328)
007219f fix: funcDeclaration body check (#​1310)
e7ccdf4 refactor func splitStructName (#​1313)

v1.8.5

Compare Source

Changelog

2f148dd Extended generics support (#​1277)
23661ef chore: set CGO_ENABLED=0 for goreleaser to avoid dynamic linking (#​1293)
732c087 doc: add function scoped struct declaration example (#​1296)
45f01a1 feat: add function scoped struct parse (#​1283)
cf03796 feat: get swagger instance from register (#​1298)
af1c525 fix: Go generics cannot find common package object type definition (#​1281)
9d34a76 fix: Nested generic fields not fully working, if generic type is from… (#​1305)

v1.8.4

Compare Source

Changelog

bd21bb0 Fix issue https://github.com/swaggo/swag/issues/1150 (#​1248)
401e414 doc: add missing web frameworks (#​1263)
a566490 feat: add default description to code if none is provided (#​1239)
a780e45 feat: default required option for struct fields (#​1181)
213f6b8 feat: permit error (and any) interface definition (#​1212)
89c61d4 feat: suppress debug logs when using -q (#​1254)
0e2ec6c feat: use early overrides to allow converting unsupported types. (#​1209)
1cd0b53 fix: don't skip ".." directory (#​1238)
8de9952 fix: generic arrays generate successfully (#​1247)
796a346 fix: temp dir to be the same as SerchDir to avoid invalid cross-device link (#​1203) (#​1241)

v1.8.3

Compare Source

Changelog

f09eaa1 chore: cleanup generics_test.go (#​1231)
b736c5f chore: increment version (#​1230)
e767abb chore: refactor parser (#​1191)
5f6b402 feat: Improve performance when generating spec with external dependencies (#​1108)
3b580a0 feat: add --quiet=true for swag init, make the debug logger quiet. (#​1206)
ff41d9c feat: add basic generics support (#​1225)
3cedab9 fix: README_zh-CN.md translate bug (#​1202)
67cb768 fix: array enum varnames in arrays (#​1187)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from 09bf3ad to ff1fdf5 Compare July 19, 2022 10:32
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.3 Update module github.com/swaggo/swag to v1.8.4 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from ff1fdf5 to 3b0cd5e Compare September 25, 2022 11:18
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.4 Update module github.com/swaggo/swag to v1.8.6 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from 3b0cd5e to a0152a1 Compare November 20, 2022 17:01
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.6 Update module github.com/swaggo/swag to v1.8.7 Nov 20, 2022
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.7 Update module github.com/swaggo/swag to v1.8.10 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from a0152a1 to 62cfaff Compare March 16, 2023 13:27
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.10 Update module github.com/swaggo/swag to v1.8.11 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from 62cfaff to addeaf4 Compare March 21, 2023 21:48
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.11 Update module github.com/swaggo/swag to v1.8.12 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from addeaf4 to c0fe807 Compare March 28, 2023 12:31
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.8.12 Update module github.com/swaggo/swag to v1.16.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from c0fe807 to 7df4b63 Compare May 28, 2023 11:10
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.16.1 Update module github.com/swaggo/swag to v1.16.2 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from 7df4b63 to 851ea06 Compare August 30, 2023 16:36
@renovate renovate bot force-pushed the renovate/github.com-swaggo-swag-1.x branch from 851ea06 to d8cccfc Compare February 2, 2024 11:46
@renovate renovate bot changed the title Update module github.com/swaggo/swag to v1.16.2 Update module github.com/swaggo/swag to v1.16.3 Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants