Skip to content

v0.5.0

Compare
Choose a tag to compare
@garyp garyp released this 26 Oct 22:55
· 340 commits to master since this release
  • Extend the Message.plus() function to work with a null object on the left side
  • Add Message.defaultInstance and Message?.orDefault()
  • [BREAKING CHANGE] Move oneof value to the parent sealed class. The value of a particular oneof field is now accessed via the name value rather than the name of the field.
  • Add properties on the parent message for all fields inside of a oneof