Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@stefan-ka stefan-ka released this 17 Aug 07:38
· 2 commits to master since this release
55aa265

v1.2.0 minor changes:

  • Support Google's Any type (google.protobuf.Any).
  • Introduced common basic exception type (ProtocolBufferBuilderException) in case users want to catch them.
  • Support for rendering a comment on the top of a *.proto file.
  • Bugfix: adding a nested message checks that the name not already exists now.