Skip to content

Version 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 21:44
· 69 commits to main since this release
v0.2.0
1e54b51

Added

  • Generate an XXXBuilder type for each Protocol Buffers message type, which constructs messages from a configurable prototype message.
  • Generate a Map_XXX() function for each Protocol Buffers enumeration and one-of type.

Removed

  • [BC] Removed the return value from generated Switch_XXX() functions, use Map_XXX() instead.
  • [BC] Removed generated NewXXX() functions, use NewXXXBuilder() instead.
  • [BC] Removed the return value from generated mutator methods.