Releases: storyicon/powerproto
Releases · storyicon/powerproto
PowerProto v0.4.1
PowerProto v0.4.0
- support the -t parameter to specify the timeout period when executing each subcommand, e.g:
powerproto build -t 60s -r .
- support the use of variables in options.
PowerProto v0.3.2
Remove the dependency on the sort
flag in git ls-remote
to support lower versions of git (less than 2.18).
PowerProto v0.3.1
adjusted default options for protoc-gen-gofast
, protoc-gen-gogo
and protoc-gen-grpc-gateway
(mainly added source_relative
).
PowerProto v0.3.0
support more public protobuf libraries by expanding the googleapis
field into the repositories
field.
PowerProto v0.2.1
English
- Add support for
googleapis
one-click download and version control. - Add support for
DryRun
mode andDebug
mode. 3. - add support for
$POWERPROTO_GOOGLEAPIS
and$SOURCE_RELATIVE
variables.
中文
- 新增支持
googleapis
的一键下载与版本控制。 - 新增支持
DryRun
模式与Debug
模式。 - 新增支持
$POWERPROTO_GOOGLEAPIS
与$SOURCE_RELATIVE
变量。
PowerProto v0.1.0
This is an alpha version which already supports all the features described in the documentation.