Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 07:30
· 55 commits to main since this release

Changelog

fd9b343 Create go.yml
9350c90 Update go.yml
361ab1f Update go.yml
13b71b4 Update go.yml
50a408c Update goreleaser.yml
7abd23c add env for testing
a68236c create goreleaser.yml
d44e049 doc: add missing comments and doc.go
ac07a5b feat(tests): add test files
1155648 fix(Error): change IResponse interface, Error() conflict with APIResponse struct member
1f0c980 fix(generator): ApiTpl request/response params 初始化长度错误
0d0d234 fix(generator): Replace struct Name which has suffix 'Do' to 'DO' , 'Dto' to 'DTO'
bf81a31 fix(generator): duplicate member in struct
20817bb fix(generator): missing import model package for struct has *model.File
649b8f6 fix(generator): some struct member may duplicate in metadata
023d72d fix(godoc): fix api description may break the go code in comment
5e41523 fix(scbp): struct case sensitive problem
9ddcc7d fix(tmallservice): add patch for model name is case insensitive bug
ee1cffa fix(tvupadmin): struct case sensitive problem
a99b63f fix(wdk): add patch for model name is case insensitive bug
85a8ffd fix(wlb): struct case sensitive problem
55304f5 fix(xhotelitem): struct case sensitive problem
fd3a3f7 go-version to 1.16
f1d7c85 refactor(generator): change *Response in *APIResponse to *APIResponseModel
16b5f63 refactor(generator): change Response filename from *Response.go to *APIResponse.go
bad53bd refactor(generator): change Response to APIResponse
14085d6 refactor(generator): change struct suffix DTO->Dto, DTo->Dto, RS->Rs
a37cb32 runs on push tags
509f7cc update CHANGELOG