Skip to content

Releases: caicloud/nirvana

v0.2.10

21 Oct 06:47
9f163d3
Compare
Choose a tag to compare

Feature

Changes:

  • Add operators parameter for ParameterFor function (#350) @whalecold
  • Update debug level from MaxInt32 to 4 (#354) @iawia002
  • Fix issues where generated client does not import third-party packages properly (#361) @iawia002
  • Support the any method in client generation (#367) @iawia002

v0.2.9

20 Jul 06:27
6aa8292
Compare
Choose a tag to compare

Feature

  • [SERVICE] Add a Optional field to the Parameter struct (#347) @iawia002

Changes:

  • [CMD/API] Fix path rule handling issue in the API docs generation (#338) @iawia002

v0.2.8

02 Jun 08:38
c1a88a4
Compare
Choose a tag to compare

Changes:

  • [CMD/API] Remove field 'raw' from api-doc-file (#326) @tskdsb
  • [CMD/API] Bump swagger-ui version to v3.25.3 (#328) @iawia002
  • [CMD/API] Remove title in response schema (#331) @iawia002
  • [CMD/API] Handle the default value of parameter correctly (#333) @iawia002

v0.2.7

19 May 02:57
031f86f
Compare
Choose a tag to compare

Changes:

  • [CMD] Fix wrong judgment method for nested types in API docs generation (#324) @iawia002

v0.2.6

12 May 02:26
7c3636f
Compare
Choose a tag to compare

Changes:

  • [CMD] Handle the nested element that may cause infinite recursion when generating API docs (#319) @iawia002
  • [CMD] Downgrade swagger-ui version to 3.22.2 (#321) @iawia002

v0.2.5

30 Apr 09:05
a44d6d7
Compare
Choose a tag to compare

Feature

  • [SERVICE] Add a new filter to support setting maxMemory manually when parsing request form (#316) @iawia002

v0.2.4

27 Apr 06:51
8a547eb
Compare
Choose a tag to compare

Changes:

v0.2.3

15 Apr 02:36
1168e7f
Compare
Choose a tag to compare

Feature

Changes:

  • Switch to go mod and bump Golang version to 1.13.x (#299) @iawia002
  • Include pkg utils/api for projects' deps to generate api docs (#306) @supereagle

v0.2.2

07 Apr 03:14
b839c51
Compare
Choose a tag to compare

Feature

  • [PLUGIN] add a type parameter for the health check plugin (#286) @iawia002

Changes:

Thank you all for your contributions.

v0.2.1

02 Apr 02:34
Compare
Choose a tag to compare

Feature

Changes:

  • [CMD] Fix format for generated api json file (#266) @supereagle
  • [SERVICE] Fix generateAutoParameter does not generate api docs when relating to argument is pointer (#268) (#271) @wutzx
  • [SERVICE] Init cmd path error on windows. (#264) @narrowizard
  • [CLIENT] Correct resp should not return an err (#263) @silva6
  • [CMD] Support the script in sh (#255) @gaocegege
  • [PLUGIN] Add latest features of profiling from golang (#248) @kdada
  • [SERVICE] Fix the parser of accept types (#247) @kdada
  • [EXAMPLE] Correct the wrong method (#243) @wzqnls
  • [PLUGIN] Use route pattern as value of path label (#241) @caitong93
  • [DOC] Remove expired docs from README.md (#238) @kdada
  • [CMD] passthrough VERSION and COMMIT from Makefile to Dockerfile (#234) @kdada
  • [DOC] Fix error function call in example of Api quick start (#235) @MephistoMMM
  • [DOC] Add directory of README.md (#233) @bbbmj

Thank you all for your contributions.