Releases: rendezqueue/rules_sxproto
Releases · rendezqueue/rules_sxproto
v0.0.4
See v0.1.8 milestone issues or the full changelog.
New features:
- Repeated oneof fields can now be expressed more succinctly via a "manyof" syntax (#10).
- See the boolexpr.sxproto test data, particularly the last 4 lines, and the equivalent boolexpr.textproto representation.
v0.0.3
This release fixes how the sxproto_data()
Bazel rule formats JSON:
- The
out_json
file now preserves the proto's field names instead of changing snake_case fields to camelCase. - A new
out_json_camelcase
parameter provides the old behavior.
Both of these JSON styles yield equivalent messages when parsed by the google::protobuf library.