Skip to content

Releases: EmbarkStudios/proto-gen

0.2.10

16 Jan 21:19
Compare
Choose a tag to compare

Added

  • PR#27 Added --prepend-header-file option for specifying a file which will be prepended as a header in generated source files.

Fixed

0.2.8

25 Oct 08:26
Compare
Choose a tag to compare

Fixed

  • PR#26 Include top module file when formatting

0.2.7

05 Aug 13:20
355e471
Compare
Choose a tag to compare

Added

  • PR#25 Added --btree-map option to output BTreeMaps instead of HashMaps.

0.2.6

25 Apr 08:27
Compare
Choose a tag to compare

Added

  • PR#23 Added --enum-attribute option to set enum attributes.

0.2.5

13 Mar 18:01
Compare
Choose a tag to compare

Fixed

  • PR#22 Various fixes for the --prepend-header option and some cases for escaped doc-tests.

0.2.4

12 Mar 17:55
Compare
Choose a tag to compare

Fixed

  • PR#21 Fix for handling multiline code blocks in comments and make them ignored for doc tests.

0.2.3

12 Mar 14:51
Compare
Choose a tag to compare

Added

  • PR#19 Added -p, --prepend-header option (default false) to prepend header indicating tool version in generated source file.
  • PR#20 Added --toplevel-attribute option to set toplevel module attribute.

0.2.2

11 Mar 18:01
Compare
Choose a tag to compare

Fixed

  • PR#17 Make errors slightly easier to read.
  • PR#18 Fix handling of filename for target .rs file when it's a keyword.

0.2.1

01 Mar 07:51
Compare
Choose a tag to compare

Added

  • PR#15 added the -d, --disable-comments <path> option to code generation, allowing comments to be disabled for one or more proto paths.

v0.2.0

13 Dec 09:23
9769e3c
Compare
Choose a tag to compare

Upgrade tonic code generation to 0.10