2 Commits

Author SHA1 Message Date
Damien Elmes
d9144dea61
fix: proto3 optional scalars should default to null in reflection API (#1693)
https://github.com/protobufjs/protobuf.js/pull/1584 made proto3 optional
scalars default to null when using static/static-module, but the old
behaviour remained when using reflection (eg json-module).
2022-07-07 17:13:48 -07:00
Alexander Fenster
6c4d30716a
feat: proto3 optional support (#1584)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2021-04-15 10:56:00 -07:00