Skip to content

Releases: zc2638/swag

v1.6.0

07 Apr 01:32
9b1f0c8
Compare
Choose a tag to compare
  • update readme: replace endpoint.Schema with endpoint.SchemaResponseOption (#42) by @lor00x
  • support map (#40) by @HugoWw
  • support multi map and slice (#43) by @zc2638

v1.5.1

14 Mar 06:58
c0db946
Compare
Choose a tag to compare
fix make schema name to support generics (#41)

* fix make schema name to support generics

* fix units

v1.5.0

22 Dec 08:57
a206f70
Compare
Choose a tag to compare
  • add bodyR to simplify body usage

v1.4.3

08 Feb 09:22
d216a5e
Compare
Choose a tag to compare

remove gopkg

v1.4.2

24 Nov 01:27
120ca5a
Compare
Choose a tag to compare

fix embed file path for windows #21

v1.4.1

24 Oct 04:18
Compare
Choose a tag to compare

endpoint.Schema deprecated, please use endpoint.SchemaResponseOption

v1.4.0

18 Oct 12:54
Compare
Choose a tag to compare
  • Add AddOptions method and deprecate AddEndpointFunc method.
  • Add generic path parameter conversion method AddURLParamsToContextURLParam and URLParamFromCtx.
  • Support endpoint grouping to quickly complete the routing prefix.
  • Simplified some method.
  • Optimize some code.

v1.3.0

27 Jun 03:16
Compare
Choose a tag to compare
  • Add PathString func
  • Add QueryString func

v1.2.4

11 Jun 11:00
Compare
Choose a tag to compare
  • Support automatically adding multipart/form-data to consumers when using endpoint.FormData

v1.2.3

07 Jun 06:13
Compare
Choose a tag to compare
  • Reduce some dependencies
  • Add zh README