v0.5.0
- Extend the
Message.plus()
function to work with a null object on the left side - Add
Message.defaultInstance
andMessage?.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