Releases: coinbase/protoc-gen-rbi
Releases · coinbase/protoc-gen-rbi
v0.1.0
What's Changed
- Enable supported feature for explicit optionals in protoc-gen-star config by @CodingAnarchy in #52
New Contributors
- @CodingAnarchy made their first contribution in #52
Full Changelog: v0.0.25...v0.1.0
v0.0.25
v0.0.24
v0.0.23
What's Changed
- update codegen to include comments by @steved-stripe in #49
Full Changelog: v0.0.22...v0.0.23
0.0.22
- #42: Upgrade Ruby and grpc-tools (credit @jez)
- #43: Remove redundant
include
(credit @jez) - #44: Add two options for minimizing RBI output (credit @jez)
hide_common_methods
: hides the common methods likedecode_json
andto_h
use_abstract_message
: useGoogle::Protobuf::AbstractMessage
as the superclass of generated protobuf message classes