Releases: chenmingyong0423/go-optioner
Releases · chenmingyong0423/go-optioner
v1.0.0
What's Changed
- Readme Document Update by @chenmingyong0423 in #6
- Readme Document Update by @chenmingyong0423 in #7
- 加强 by @chenmingyong0423 in #8
Full Changelog: v0.3.0...v1.0.0
v0.3.0
feat:
- 新增 mode 参数,指定文件的写入方式:write 和 append
- 根据 mode 参数,决定代码的生成位置(支持创建指定文件并写入和追加到指定文件)
v0.2.1
fix: 生成代码后,去掉无用的导包信息
v0.2.0
支持内嵌的匿名指针结构体属性
v0.1.0
支持泛型参数
v0.0.5
- 生成代码时,加上 imports 信息
- 支持更多的结构体字段类型
- gkit 依赖升级至 v0.0.4