Releases: alta/protopatch
Releases · alta/protopatch
v0.2.0
Breaking Changes
- Renamed the
stringer_name
option tostringer
to match the Gofmt.Stringer
interface. For backwards compatibility,stringer_name
will be supported for at least 6 months.
Added
- Struct tags, including defaults generated by
protoc-gen-go
can be replaced. The struct tag code was overhauled using the terrificstructtag
package by @fatih. Thanks to @liov for the initial prototype in #15. - Updated docs, examples, and tests to use concise option syntax instead of
{}
delimited options. - Rudimentary tests for
proto2
extension patching.
Fixed
- #21 — It is now possible to patch output of other plugins like
protoc-gen-validate
.