Releases: GrantZheng/kit
Releases · GrantZheng/kit
v1.1.2
A new release includes support for the Windows operating system. In the past, if users used Windows operating system to perform some operations, they could only operate with GitBash
or other similar software. Now when you use the Windows operating system, kit
uses CMD to execute some commands to provide support for the windows operating system.
Enhancements
- generator: Use cmd to execute
protoc
command if the current operating system is Windows (#15) - thanks, @bootun - generator/template: Use separate packages to maintain file templates - thanks, @bootun
Bug fixes
- cmd: improve tips when the attempt to execute
protoc
fails - thanks, @bootun
v1.1.0
v1.0.0
Enhancements
- Support go module (kujtimiihoxha#43)
- Replace lightsteptracergo.FlushLightStepTracer with lightsteptracergo.Flush
- Replace the github.com/openzipkin/zipkin-go-opentracing with github.com/openzipkin-contrib/zipkin-go-opentracing (kujtimiihoxha#45)
- Optimize redundant code
Documentation
- README: introduce the use of go module and the way to install the forked project