Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jul 1, 2021
1 parent d44e049 commit 509f7cc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2021-07-01

### Added

- doc.go in each api/model
- Add patch for model name is case insensitive bug.
- Add test files.

### Changed

- Changed IResponse interface, Error() conflict with APIResponse struct member.
- Replace struct Name which has suffix 'DO' to 'Do' , 'DTO' to 'Dto', 'DTo' to 'Dto', 'RS' to 'Rs'.
- Changed Response filename from *Response.go to *APIResponse.go.
- Changed *Response in *APIResponse to *APIResponseModel.

### Deprecated

### Removed

- Removed examples

### Fixed

- Fixed api description may break the go code in comment.
- Fixed some struct member may duplicate in metadata.
- Fixed missing import model package for struct has *model.File.
- Fixed ApiTpl request/response params 初始化长度错误.

## [1.1.4] - 2021-06-29

### Added
Expand Down

0 comments on commit 509f7cc

Please sign in to comment.