Update module swaggo/swag to v1.6.7 #601

Merged
konrad merged 1 commits from renovate/github.com-swaggo-swag-1.x into master 2020-06-28 14:11:19 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/swaggo/swag require patch v1.6.3 -> v1.6.7

Release Notes

swaggo/swag

v1.6.7

Compare Source

Changelog

df54d45 Add --parseInternal flag to support internal underlying types (#​508)
cbe4f50 Merge branch 'master' into fix-short-aliases-flag-is-not-working
59734e3 Merge branch 'master' into fixed-query-order
2b0d62a Merge branch 'master' into fixed-query-order
9307fce Merge branch 'master' into internal-package-parsing-support
f63189d Merge branch 'master' into internal-package-parsing-support
89a93be Merge branch 'master' into master
80a9996 Merge pull request #​509 from paulcamper/internal-package-parsing-support
c7982e6 Merge pull request #​681 from breeswish/fixed-query-order
7c765dd Merge pull request #​706 from danielpoe/master
a5d963c Merge pull request #​713 from swaggo/fix-short-aliases-flag-is-not-working
581308b Merge pull request #​714 from comphilip/master
3f54376 Override deep-level fields in request body object
719cfd8 Sort query parameters generated from object
d4a9b4b Update main.go
6a1781e chore(README): add fiber-swagger repo link
51088c1 chore(README): Add required docs to README.md (#​703)
df209af chore: jump to v1.6.7 (#​725)
c03e213 fix code checking
16c21c4 fix code checking error and fix #​717
271cf8f fix: short aliase flag is not working
fca3878 mention flamingo framework support
e72e13e readme: adjust flag

v1.6.6

Compare Source

Changelog

0937fc4 Add Chinese translation of readme #​695
38f619b Add Chinese translation of readme #​695
2107ee2 Add documents in README.md
4922334 Add ref link in README.md
ccc5ab2 Added Dockerfile (#​671)
1e6c432 Added unit test for cgo package import
c0c2ff8 Correct translation
c6d9620 Examples: Fix doc typos in accounts.
87eac7e Fix dataTypeFormatlink link. (#​614)
e1b41ed Fix make lint and make fmt-check
577f62e Issue #​225
12801d5 Issue #​225
51c115b Issue #​225
ec7b993 Issue #​225
4701737 Merge branch 'master' into feat/cgo
d5a5130 Merge branch 'master' into feat/cgo
bb8f590 Merge branch 'master' into feat/cgo
aff959e Merge branch 'master' into fix-665-json-strings
a1ce1cc Merge branch 'master' into master
aaba525 Merge branch 'master' into master
6f65efc Merge branch 'master' into master
a62d23a Merge branch 'master' into master
a7bae01 Merge branch 'master' into master
eb365f7 Merge branch 'master' into master
132eace Merge branch 'master' into nested_schema
5cd03f0 Merge pull request #​629 from wsnotify/issue-225
8e8a052 Merge pull request #​643 from thylong/docs/fix-typos
8e21f4c Merge pull request #​651 from whunmr/nested_schema
ac5b59a Merge pull request #​660 from poccariswet/master
86f9d9c Merge pull request #​662 from MaitreDede/feat/cgo
3ebb56e Merge pull request #​668 from ShoshinNikita/master
dc90151 Merge pull request #​675 from tcarreira/master
93e5f15 Merge pull request #​677 from tcarreira/fix-665-json-strings
7c58d34 Merge pull request #​697 from Promacanthus/readme_zh-cn
e07798f Merge pull request #​701 from Turing-Chu/master
593555a Overriding deep-level fields in response object (#​672)
51a9215 Reflect optional output directory in the generated docs.go (#​617)
3cafd99 Revert "cleanup : removed unused source"
ecf0baa Support Model Composition in Response with allOf and ref
2f74ff2 Support colletionFormat for array params in query; Exclude directories and files (#​642)
366d393 Update README_zh-CN.md
a7e0180 Update parser.go
c9d332d Update parser.go
2c8dd22 Update property.go
e10c4d7 [FIX] parse comment error integer to string
c168a63 added markdwon files to single modules (#​630)
be7ef6b chore(travis): add go 1.14 test (#​633)
de5290b chore: add go1.13 support (#​613)
4508062 chore: drop go1.11&1.12 ci (#​710)
d8a6d4a chore: jump to v1.6.6 (#​704)
070af50 cleanup : removed unused source
ca3ddd8 code optimization
86e76b7 feat: migrate to using/urfave/cli/v2 (#​618)
4676cb1 feat: add tag 'swaggerignore' to exclude a field from struct (#​635)
7290e9b feat: support renaming model to display in swagger UI (#​631)
6fb2a2d fix TestParseNonExportedJSONFields
f150c13 fix: add code to handle and skip structs with "func" fields. (#​616)
3b82b47 issue 650: fix integer bug in response; support multi fields overriding. (#​655)
fa78550 issue-665: fix example when using json=",string"
187ec48 optimize
5ba88c8 optimize
a4c0f6d optimize
5fcb6d5 parseField skips not-exported (encoding/json-like)
5b6f1b7 simplified cgo test
b9554c4 skip cgo package
b35892a support embedded structures with alias instead of package name
4c502aa testdata/alias_import: add test for embedded field

v1.6.5

Compare Source

Changelog

aa2a12d Fix typo on README page (#​607)
eebe67f chore: jump to v1.6.5 (#​609)
ca464bf feat: support only remain slash (#​605)
5b1151f fix: fix cli dependencies (#​603)

v1.6.4

Compare Source

Changelog

bef48a6 Add generated time flag (#​501)
ab69c23 Fix some typos (#​543)
8cedf42 Fix: Use of go primitive array type in body give error (#​593)
68ab45d add support for map nested in struct (#​521)
d6d8b49 chore(CI): add GitHub action (#​571)
008c37b chore(refactor): improve code quality (#​540)
de444e5 chore: add GitHub action (#​568)
b564023 chore: correcting the comet (#​555)
10630b9 feat: optimize getArrayPropertyName; support [][]string fixing #​562 (#​588)
0e5dd7d feat: support array of maps (#​586)
74d6d6c feature: extend struct's simple members in query comment (#​594)
b731715 fix bug in array param in body (#​579)
b734f40 fix issue with import aliases (#​483) (#​573)
75ecf95 fix issue with urfave/cli (#​557)
6d49876 fix(githubCI):working directory issue. (#​580)
549622f fix: body object without package name in param comments use default package name (#​591)
73e3f31 fix: change the condition for checking custom arrayType (#​590)
eb4805c fix: fully support map and optimization (#​583)
c05c273 fix: required tag doesn't work with nested object property #​504 (#​541)
fb06668 fix: router now support colon sign. Useful for custom methods using custom verbs (#​552)
6567f07 fix: unnecessary type field in parameter body schema
95cdaaf jump to v1.6.4 (#​597)


Renovate configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.6.3` -> `v1.6.7` | --- ### Release Notes <details> <summary>swaggo/swag</summary> ### [`v1.6.7`](https://github.com/swaggo/swag/releases/v1.6.7) [Compare Source](https://github.com/swaggo/swag/compare/v1.6.6...v1.6.7) #### Changelog [`df54d45`](https://github.com/swaggo/swag/commit/df54d45) Add --parseInternal flag to support internal underlying types ([#&#8203;508](https://github.com/swaggo/swag/issues/508)) [`cbe4f50`](https://github.com/swaggo/swag/commit/cbe4f50) Merge branch 'master' into fix-short-aliases-flag-is-not-working [`59734e3`](https://github.com/swaggo/swag/commit/59734e3) Merge branch 'master' into fixed-query-order [`2b0d62a`](https://github.com/swaggo/swag/commit/2b0d62a) Merge branch 'master' into fixed-query-order [`9307fce`](https://github.com/swaggo/swag/commit/9307fce) Merge branch 'master' into internal-package-parsing-support [`f63189d`](https://github.com/swaggo/swag/commit/f63189d) Merge branch 'master' into internal-package-parsing-support [`89a93be`](https://github.com/swaggo/swag/commit/89a93be) Merge branch 'master' into master [`80a9996`](https://github.com/swaggo/swag/commit/80a9996) Merge pull request [#&#8203;509](https://github.com/swaggo/swag/issues/509) from paulcamper/internal-package-parsing-support [`c7982e6`](https://github.com/swaggo/swag/commit/c7982e6) Merge pull request [#&#8203;681](https://github.com/swaggo/swag/issues/681) from breeswish/fixed-query-order [`7c765dd`](https://github.com/swaggo/swag/commit/7c765dd) Merge pull request [#&#8203;706](https://github.com/swaggo/swag/issues/706) from danielpoe/master [`a5d963c`](https://github.com/swaggo/swag/commit/a5d963c) Merge pull request [#&#8203;713](https://github.com/swaggo/swag/issues/713) from swaggo/fix-short-aliases-flag-is-not-working [`581308b`](https://github.com/swaggo/swag/commit/581308b) Merge pull request [#&#8203;714](https://github.com/swaggo/swag/issues/714) from comphilip/master [`3f54376`](https://github.com/swaggo/swag/commit/3f54376) Override deep-level fields in request body object [`719cfd8`](https://github.com/swaggo/swag/commit/719cfd8) Sort query parameters generated from object [`d4a9b4b`](https://github.com/swaggo/swag/commit/d4a9b4b) Update main.go [`6a1781e`](https://github.com/swaggo/swag/commit/6a1781e) chore(README): add fiber-swagger repo link [`51088c1`](https://github.com/swaggo/swag/commit/51088c1) chore(README): Add required docs to README.md ([#&#8203;703](https://github.com/swaggo/swag/issues/703)) [`df209af`](https://github.com/swaggo/swag/commit/df209af) chore: jump to v1.6.7 ([#&#8203;725](https://github.com/swaggo/swag/issues/725)) [`c03e213`](https://github.com/swaggo/swag/commit/c03e213) fix code checking [`16c21c4`](https://github.com/swaggo/swag/commit/16c21c4) fix code checking error and fix [#&#8203;717](https://github.com/swaggo/swag/issues/717) [`271cf8f`](https://github.com/swaggo/swag/commit/271cf8f) fix: short aliase flag is not working [`fca3878`](https://github.com/swaggo/swag/commit/fca3878) mention flamingo framework support [`e72e13e`](https://github.com/swaggo/swag/commit/e72e13e) readme: adjust flag ### [`v1.6.6`](https://github.com/swaggo/swag/releases/v1.6.6) [Compare Source](https://github.com/swaggo/swag/compare/v1.6.5...v1.6.6) #### Changelog [`0937fc4`](https://github.com/swaggo/swag/commit/0937fc4) Add Chinese translation of readme [#&#8203;695](https://github.com/swaggo/swag/issues/695) [`38f619b`](https://github.com/swaggo/swag/commit/38f619b) Add Chinese translation of readme [#&#8203;695](https://github.com/swaggo/swag/issues/695) [`2107ee2`](https://github.com/swaggo/swag/commit/2107ee2) Add documents in README.md [`4922334`](https://github.com/swaggo/swag/commit/4922334) Add ref link in README.md [`ccc5ab2`](https://github.com/swaggo/swag/commit/ccc5ab2) Added Dockerfile ([#&#8203;671](https://github.com/swaggo/swag/issues/671)) [`1e6c432`](https://github.com/swaggo/swag/commit/1e6c432) Added unit test for cgo package import [`c0c2ff8`](https://github.com/swaggo/swag/commit/c0c2ff8) Correct translation [`c6d9620`](https://github.com/swaggo/swag/commit/c6d9620) Examples: Fix doc typos in accounts. [`87eac7e`](https://github.com/swaggo/swag/commit/87eac7e) Fix dataTypeFormatlink link. ([#&#8203;614](https://github.com/swaggo/swag/issues/614)) [`e1b41ed`](https://github.com/swaggo/swag/commit/e1b41ed) Fix make lint and make fmt-check [`577f62e`](https://github.com/swaggo/swag/commit/577f62e) Issue [#&#8203;225](https://github.com/swaggo/swag/issues/225) [`12801d5`](https://github.com/swaggo/swag/commit/12801d5) Issue [#&#8203;225](https://github.com/swaggo/swag/issues/225) [`51c115b`](https://github.com/swaggo/swag/commit/51c115b) Issue [#&#8203;225](https://github.com/swaggo/swag/issues/225) [`ec7b993`](https://github.com/swaggo/swag/commit/ec7b993) Issue [#&#8203;225](https://github.com/swaggo/swag/issues/225) [`4701737`](https://github.com/swaggo/swag/commit/4701737) Merge branch 'master' into feat/cgo [`d5a5130`](https://github.com/swaggo/swag/commit/d5a5130) Merge branch 'master' into feat/cgo [`bb8f590`](https://github.com/swaggo/swag/commit/bb8f590) Merge branch 'master' into feat/cgo [`aff959e`](https://github.com/swaggo/swag/commit/aff959e) Merge branch 'master' into fix-665-json-strings [`a1ce1cc`](https://github.com/swaggo/swag/commit/a1ce1cc) Merge branch 'master' into master [`aaba525`](https://github.com/swaggo/swag/commit/aaba525) Merge branch 'master' into master [`6f65efc`](https://github.com/swaggo/swag/commit/6f65efc) Merge branch 'master' into master [`a62d23a`](https://github.com/swaggo/swag/commit/a62d23a) Merge branch 'master' into master [`a7bae01`](https://github.com/swaggo/swag/commit/a7bae01) Merge branch 'master' into master [`eb365f7`](https://github.com/swaggo/swag/commit/eb365f7) Merge branch 'master' into master [`132eace`](https://github.com/swaggo/swag/commit/132eace) Merge branch 'master' into nested_schema [`5cd03f0`](https://github.com/swaggo/swag/commit/5cd03f0) Merge pull request [#&#8203;629](https://github.com/swaggo/swag/issues/629) from wsnotify/issue-225 [`8e8a052`](https://github.com/swaggo/swag/commit/8e8a052) Merge pull request [#&#8203;643](https://github.com/swaggo/swag/issues/643) from thylong/docs/fix-typos [`8e21f4c`](https://github.com/swaggo/swag/commit/8e21f4c) Merge pull request [#&#8203;651](https://github.com/swaggo/swag/issues/651) from whunmr/nested_schema [`ac5b59a`](https://github.com/swaggo/swag/commit/ac5b59a) Merge pull request [#&#8203;660](https://github.com/swaggo/swag/issues/660) from poccariswet/master [`86f9d9c`](https://github.com/swaggo/swag/commit/86f9d9c) Merge pull request [#&#8203;662](https://github.com/swaggo/swag/issues/662) from MaitreDede/feat/cgo [`3ebb56e`](https://github.com/swaggo/swag/commit/3ebb56e) Merge pull request [#&#8203;668](https://github.com/swaggo/swag/issues/668) from ShoshinNikita/master [`dc90151`](https://github.com/swaggo/swag/commit/dc90151) Merge pull request [#&#8203;675](https://github.com/swaggo/swag/issues/675) from tcarreira/master [`93e5f15`](https://github.com/swaggo/swag/commit/93e5f15) Merge pull request [#&#8203;677](https://github.com/swaggo/swag/issues/677) from tcarreira/fix-665-json-strings [`7c58d34`](https://github.com/swaggo/swag/commit/7c58d34) Merge pull request [#&#8203;697](https://github.com/swaggo/swag/issues/697) from Promacanthus/readme_zh-cn [`e07798f`](https://github.com/swaggo/swag/commit/e07798f) Merge pull request [#&#8203;701](https://github.com/swaggo/swag/issues/701) from Turing-Chu/master [`593555a`](https://github.com/swaggo/swag/commit/593555a) Overriding deep-level fields in response object ([#&#8203;672](https://github.com/swaggo/swag/issues/672)) [`51a9215`](https://github.com/swaggo/swag/commit/51a9215) Reflect optional output directory in the generated docs.go ([#&#8203;617](https://github.com/swaggo/swag/issues/617)) [`3cafd99`](https://github.com/swaggo/swag/commit/3cafd99) Revert "cleanup : removed unused source" [`ecf0baa`](https://github.com/swaggo/swag/commit/ecf0baa) Support Model Composition in Response with allOf and ref [`2f74ff2`](https://github.com/swaggo/swag/commit/2f74ff2) Support colletionFormat for array params in query; Exclude directories and files ([#&#8203;642](https://github.com/swaggo/swag/issues/642)) [`366d393`](https://github.com/swaggo/swag/commit/366d393) Update README_zh-CN.md [`a7e0180`](https://github.com/swaggo/swag/commit/a7e0180) Update parser.go [`c9d332d`](https://github.com/swaggo/swag/commit/c9d332d) Update parser.go [`2c8dd22`](https://github.com/swaggo/swag/commit/2c8dd22) Update property.go [`e10c4d7`](https://github.com/swaggo/swag/commit/e10c4d7) [FIX] parse comment error integer to string [`c168a63`](https://github.com/swaggo/swag/commit/c168a63) added markdwon files to single modules ([#&#8203;630](https://github.com/swaggo/swag/issues/630)) [`be7ef6b`](https://github.com/swaggo/swag/commit/be7ef6b) chore(travis): add go 1.14 test ([#&#8203;633](https://github.com/swaggo/swag/issues/633)) [`de5290b`](https://github.com/swaggo/swag/commit/de5290b) chore: add go1.13 support ([#&#8203;613](https://github.com/swaggo/swag/issues/613)) [`4508062`](https://github.com/swaggo/swag/commit/4508062) chore: drop go1.11&1.12 ci ([#&#8203;710](https://github.com/swaggo/swag/issues/710)) [`d8a6d4a`](https://github.com/swaggo/swag/commit/d8a6d4a) chore: jump to v1.6.6 ([#&#8203;704](https://github.com/swaggo/swag/issues/704)) [`070af50`](https://github.com/swaggo/swag/commit/070af50) cleanup : removed unused source [`ca3ddd8`](https://github.com/swaggo/swag/commit/ca3ddd8) code optimization [`86e76b7`](https://github.com/swaggo/swag/commit/86e76b7) feat: migrate to using`/urfave/cli/v2` ([#&#8203;618](https://github.com/swaggo/swag/issues/618)) [`4676cb1`](https://github.com/swaggo/swag/commit/4676cb1) feat: add tag 'swaggerignore' to exclude a field from struct ([#&#8203;635](https://github.com/swaggo/swag/issues/635)) [`7290e9b`](https://github.com/swaggo/swag/commit/7290e9b) feat: support renaming model to display in swagger UI ([#&#8203;631](https://github.com/swaggo/swag/issues/631)) [`6fb2a2d`](https://github.com/swaggo/swag/commit/6fb2a2d) fix TestParseNonExportedJSONFields [`f150c13`](https://github.com/swaggo/swag/commit/f150c13) fix: add code to handle and skip structs with "func" fields. ([#&#8203;616](https://github.com/swaggo/swag/issues/616)) [`3b82b47`](https://github.com/swaggo/swag/commit/3b82b47) issue 650: fix integer bug in response; support multi fields overriding. ([#&#8203;655](https://github.com/swaggo/swag/issues/655)) [`fa78550`](https://github.com/swaggo/swag/commit/fa78550) issue-665: fix example when using `json=",string"` [`187ec48`](https://github.com/swaggo/swag/commit/187ec48) optimize [`5ba88c8`](https://github.com/swaggo/swag/commit/5ba88c8) optimize [`a4c0f6d`](https://github.com/swaggo/swag/commit/a4c0f6d) optimize [`5fcb6d5`](https://github.com/swaggo/swag/commit/5fcb6d5) parseField skips not-exported (encoding/json-like) [`5b6f1b7`](https://github.com/swaggo/swag/commit/5b6f1b7) simplified cgo test [`b9554c4`](https://github.com/swaggo/swag/commit/b9554c4) skip cgo package [`b35892a`](https://github.com/swaggo/swag/commit/b35892a) support embedded structures with alias instead of package name [`4c502aa`](https://github.com/swaggo/swag/commit/4c502aa) testdata/alias_import: add test for embedded field ### [`v1.6.5`](https://github.com/swaggo/swag/releases/v1.6.5) [Compare Source](https://github.com/swaggo/swag/compare/v1.6.4...v1.6.5) #### Changelog [`aa2a12d`](https://github.com/swaggo/swag/commit/aa2a12d) Fix typo on README page ([#&#8203;607](https://github.com/swaggo/swag/issues/607)) [`eebe67f`](https://github.com/swaggo/swag/commit/eebe67f) chore: jump to v1.6.5 ([#&#8203;609](https://github.com/swaggo/swag/issues/609)) [`ca464bf`](https://github.com/swaggo/swag/commit/ca464bf) feat: support only remain slash ([#&#8203;605](https://github.com/swaggo/swag/issues/605)) [`5b1151f`](https://github.com/swaggo/swag/commit/5b1151f) fix: fix cli dependencies ([#&#8203;603](https://github.com/swaggo/swag/issues/603)) ### [`v1.6.4`](https://github.com/swaggo/swag/releases/v1.6.4) [Compare Source](https://github.com/swaggo/swag/compare/v1.6.3...v1.6.4) #### Changelog [`bef48a6`](https://github.com/swaggo/swag/commit/bef48a6) Add generated time flag ([#&#8203;501](https://github.com/swaggo/swag/issues/501)) [`ab69c23`](https://github.com/swaggo/swag/commit/ab69c23) Fix some typos ([#&#8203;543](https://github.com/swaggo/swag/issues/543)) [`8cedf42`](https://github.com/swaggo/swag/commit/8cedf42) Fix: Use of go primitive array type in body give error ([#&#8203;593](https://github.com/swaggo/swag/issues/593)) [`68ab45d`](https://github.com/swaggo/swag/commit/68ab45d) add support for map nested in struct ([#&#8203;521](https://github.com/swaggo/swag/issues/521)) [`d6d8b49`](https://github.com/swaggo/swag/commit/d6d8b49) chore(CI): add GitHub action ([#&#8203;571](https://github.com/swaggo/swag/issues/571)) [`008c37b`](https://github.com/swaggo/swag/commit/008c37b) chore(refactor): improve code quality ([#&#8203;540](https://github.com/swaggo/swag/issues/540)) [`de444e5`](https://github.com/swaggo/swag/commit/de444e5) chore: add GitHub action ([#&#8203;568](https://github.com/swaggo/swag/issues/568)) [`b564023`](https://github.com/swaggo/swag/commit/b564023) chore: correcting the comet ([#&#8203;555](https://github.com/swaggo/swag/issues/555)) [`10630b9`](https://github.com/swaggo/swag/commit/10630b9) feat: optimize getArrayPropertyName; support [][]string fixing [#&#8203;562](https://github.com/swaggo/swag/issues/562) ([#&#8203;588](https://github.com/swaggo/swag/issues/588)) [`0e5dd7d`](https://github.com/swaggo/swag/commit/0e5dd7d) feat: support array of maps ([#&#8203;586](https://github.com/swaggo/swag/issues/586)) [`74d6d6c`](https://github.com/swaggo/swag/commit/74d6d6c) feature: extend struct's simple members in query comment ([#&#8203;594](https://github.com/swaggo/swag/issues/594)) [`b731715`](https://github.com/swaggo/swag/commit/b731715) fix bug in array param in body ([#&#8203;579](https://github.com/swaggo/swag/issues/579)) [`b734f40`](https://github.com/swaggo/swag/commit/b734f40) fix issue with import aliases ([#&#8203;483](https://github.com/swaggo/swag/issues/483)) ([#&#8203;573](https://github.com/swaggo/swag/issues/573)) [`75ecf95`](https://github.com/swaggo/swag/commit/75ecf95) fix issue with urfave/cli ([#&#8203;557](https://github.com/swaggo/swag/issues/557)) [`6d49876`](https://github.com/swaggo/swag/commit/6d49876) fix(githubCI):working directory issue. ([#&#8203;580](https://github.com/swaggo/swag/issues/580)) [`549622f`](https://github.com/swaggo/swag/commit/549622f) fix: body object without package name in param comments use default package name ([#&#8203;591](https://github.com/swaggo/swag/issues/591)) [`73e3f31`](https://github.com/swaggo/swag/commit/73e3f31) fix: change the condition for checking custom arrayType ([#&#8203;590](https://github.com/swaggo/swag/issues/590)) [`eb4805c`](https://github.com/swaggo/swag/commit/eb4805c) fix: fully support map and optimization ([#&#8203;583](https://github.com/swaggo/swag/issues/583)) [`c05c273`](https://github.com/swaggo/swag/commit/c05c273) fix: required tag doesn't work with nested object property [#&#8203;504](https://github.com/swaggo/swag/issues/504) ([#&#8203;541](https://github.com/swaggo/swag/issues/541)) [`fb06668`](https://github.com/swaggo/swag/commit/fb06668) fix: router now support colon sign. Useful for custom methods using custom verbs ([#&#8203;552](https://github.com/swaggo/swag/issues/552)) [`6567f07`](https://github.com/swaggo/swag/commit/6567f07) fix: unnecessary type field in parameter body schema [`95cdaaf`](https://github.com/swaggo/swag/commit/95cdaaf) jump to v1.6.4 ([#&#8203;597](https://github.com/swaggo/swag/issues/597)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-06-28 13:01:16 +00:00
renovate added 1 commit 2020-06-28 13:01:41 +00:00
continuous-integration/drone/pr Build is passing Details
5412e0779f
Update module swaggo/swag to v1.6.7
konrad merged commit b55b21373c into master 2020-06-28 14:11:18 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#601
No description provided.