mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 08:48:40 +08:00
41964f9d52
* model/rpc generate code from template cache * delete unused(deprecated) code * support template init|update|clean|revert * model: return the execute result for insert and update operation * // deprecated: containsAny * add template test * add default buildVersion * update build version
21 lines
295 B
Markdown
21 lines
295 B
Markdown
# Change log
|
|
|
|
## 2020-10-19
|
|
|
|
* 增加template
|
|
|
|
## 2020-09-10
|
|
|
|
* rpc greet服务一键生成
|
|
* 修复相对路径生成rpc服务package引入错误bug
|
|
* 移除`--shared`参数
|
|
|
|
## 2020-08-29
|
|
|
|
* 新增支持windows生成
|
|
|
|
## 2020-08-27
|
|
|
|
* 新增支持rpc模板生成
|
|
* 新增支持rpc服务生成
|