0.8.5
What's Changed
- fix: correctly handle defaults for proto2 and proto3 by @tomasz-szypenbejl-td in #146
- feat: add presence fields by @tomasz-szypenbejl-td in #147
New Contributors
- @tomasz-szypenbejl-td made their first contribution in #146
BREAKING CHANGES
Now getters
and toObject
will return the default value if the field is not present. If you want to check for the field presence use the presence getters has_<field_name>
for each field.
Full Changelog: 0.8.4...0.8.5