Releases: jobilla/protoc-gen-go-appevents
Releases · jobilla/protoc-gen-go-appevents
v0.1.5
This release introduces PHP metadata to allow PHP generation from proto files that have this option.
PHP applications should require jobilla/protoc-gen-appevents
in their composer config.
v0.1.4
This release fixes a bug where specifying backslashes in the event name would cause the plugin to error during the gofmt
step.
This happened because v0.1.3 was printing the string return "Foo\Bar"
rather than return "Foo\\Bar"
, where \B
would be an invalid escape sequence.
v0.1.3
This release compiles the binary in the docker image with CGO disabled and with the -s -w
ldflags to disable debug information.
v0.1.2
This release adds more platforms to the Docker image
v0.1.1
Fixed compilation error in 0.1.0
v0.1.0
This is the first release of protoc-gen-go-appevents
.