What's Changed
- fix(go): use correct struct name for getters when first char of message name not capitalized by @Kybxd in #57
- fix(cpp): ordered map test cases by @Kybxd in #58
- feat: support index on field of struct in mapvalue by @Kybxd in #60
- go(index): support
index
by @Kybxd in #61 - fix(cpp): memory leakage of cpp patch msg by @wenchy in #63
- feat: support LangOptions by @Kybxd in #64
- stats(cpp/go): add Stats to Messager wrapper by @wenchy in #65
- feat: recursive patch by @Kybxd in #66
- patch: support multiple patch paths or dirs by @Kybxd in #67
- feat: add Message() method to fetch message from messager by @Kybxd in #70
- feat(patch): add loading mode option by @Kybxd in #71
- feat(go): use atomic.Pointer to avoid data race by @Kybxd in #72
- feat: do not generate empty files if proto contains no message by @Kybxd in #74
- fix: typed nil problem of xerrors.Error by @Kybxd in #76
- feat: release new protoc plugin versions by @wenchy in #78
- feat(go): release protoc-gen-go-tableau-loader v0.6.0 by @wenchy in #79
Full Changelog: cmd/protoc-gen-go-tableau-loader/v0.4.0...cmd/protoc-gen-go-tableau-loader/v0.6.0