Releases: caicloud/nirvana
Releases · caicloud/nirvana
v0.2.10
Feature
- Support convert to time (#352) @whalecold
- Add
ResponseBody
function inResponseWriter
to acquire response body (#356) @whalecold - Support Head method (#344) @iawia002
- Support to register all methods for a Definition (#346) @iawia002
Changes:
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
Feature
- Support tags for generated API docs (#301) @supereagle
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
Feature
Changes:
- [SERVICE] Support encoded URI in request path (#276) @supereagle
- [PLUGIN] Correct metrics help unit of the request latencies summary (#279) @wutz
- [SERVICE] Prevent WriteHeader from automatically calling when hijack used (#280) @wutz
- [CONFIG] Fix TLS configure error (#281) @hicaistar
- [DEFINITION] Fix panic when call Operate with nil data (#282) @lsytj0413
- Fix typo and add comments and tweak (#283) @hezhizhen
- Migrate to golangci-lint (#289) @iawia002
- [CMD] Nirvana api cmd write wrong container root on windows (#293) @narrowizard
- Fix comments for helper (#295) @narrowizard
- [SERVICE] Fix a problem in the file parameter generator (#296) @iawia002
Thank you all for your contributions.
v0.2.1
Feature
- [SERVICE] Add tools for unit test (#250) @caitong93
- [CMD] Add go.mod template and '--package-manager' flag to support go modules (#240) @MephistoMMM
- [PLUGIN] Add plugin apidocs (#236) @bbbmj
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.