Skip to content

Releases: coinbase/protoc-gen-rbi

v0.1.0

16 May 20:34
19d6645
Compare
Choose a tag to compare

What's Changed

  • Enable supported feature for explicit optionals in protoc-gen-star config by @CodingAnarchy in #52

New Contributors

Full Changelog: v0.0.25...v0.1.0

v0.0.25

16 May 20:33
392845c
Compare
Choose a tag to compare

What's Changed

  • Don't crash if SourceCodeInfo() has returned nil by @jez in #53

Full Changelog: v0.0.24...v0.0.25

v0.0.24

15 May 05:14
f11d5b8
Compare
Choose a tag to compare

What's Changed

  • Change type to declare that enum getters can be Integer by @jez in #51

Full Changelog: v0.0.23...v0.0.24

v0.0.23

15 Apr 19:22
87afd7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.22...v0.0.23

0.0.22

08 May 23:57
f96debe
Compare
Choose a tag to compare
  • #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 like decode_json and to_h
    • use_abstract_message: use Google::Protobuf::AbstractMessage as the superclass of generated protobuf message classes

0.0.21

07 Dec 01:13
40f16a9
Compare
Choose a tag to compare
  • #38: qualify top-level Google and GRPC constants (credit @froydnj)

0.0.20

25 May 17:09
4c7eae1
Compare
Choose a tag to compare
  • #36: Don't attempt to redeclare nesting scope (credit @jez)

0.0.19

01 Apr 18:04
27c2307
Compare
Choose a tag to compare
  • #35: Generate initialize with no arguments (credit @jez)

0.0.18

08 Nov 19:39
b04fbc9
Compare
Choose a tag to compare
  • #32: Also extend ClassMethods (credit @jez)

0.0.17

13 Oct 00:01
9531e65
Compare
Choose a tag to compare
  • #31: Fix capitalization of ruby packages with digits