Releases: YYCoder/protobuf-thrift
Releases · YYCoder/protobuf-thrift
Hotfix
Hotfix bugs
- thrift2proto missing
optional
label formap
type - thrift2proto
fieldCase
option not working
protobuf-thrift update
protobuf to thrift add features as below:
- support comment
- replace go-thrift with thrifter
- refactor pb => thrift transformation process, remove unnecessary go-thrift ast node generation
- pb2thrift support message nest enum and message, add a prefix to identify
- support wasm, optimize code structure
Thrift2pb optimization
- support comment
- replace go-thrift with thrifter, to preserve the order of ast nodes, white-spaces and comments
- refactor thrift => pb transformation process, remove unnecessary go-proto ast node generation
Fix go.mod path
fix: go mod path Change-Id: I99637164affab18cd03efbc72ae8f259a86d255f
Initial Release
Complete all basic features, it's ready to use.