Skip to content

Releases: rendezqueue/rules_sxproto

v0.0.4

14 Mar 09:20
8da56db
Compare
Choose a tag to compare

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).

v0.0.3

07 Aug 07:57
34c144e
Compare
Choose a tag to compare

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.

v0.0.2

31 Jul 06:38
5c0e839
Compare
Choose a tag to compare

New features for sxproto_data() Bazel rule!

  • JSON output is generated if you specify out_json parameter.
  • Dependencies of each proto_library() specified in proto_deps are now pulled in transitively.

v0.0.1

18 Apr 04:55
e824a3a
Compare
Choose a tag to compare

Initial release. Please report issues!