Skip to content

Releases: jobilla/protoc-gen-go-appevents

v0.1.5

06 Feb 08:43
Compare
Choose a tag to compare

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

31 Jan 10:29
Compare
Choose a tag to compare

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

30 Jan 16:23
Compare
Choose a tag to compare

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

30 Jan 15:59
Compare
Choose a tag to compare

This release adds more platforms to the Docker image

v0.1.1

30 Jan 12:53
Compare
Choose a tag to compare

Fixed compilation error in 0.1.0

v0.1.0

30 Jan 12:50
Compare
Choose a tag to compare

This is the first release of protoc-gen-go-appevents.