Releases: EmbarkStudios/proto-gen
Releases · EmbarkStudios/proto-gen
0.2.10
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
Fixed
- PR#26 Include top module file when formatting
0.2.7
Added
- PR#25 Added
--btree-map
option to output BTreeMaps instead of HashMaps.
0.2.6
Added
- PR#23 Added
--enum-attribute
option to set enum attributes.
0.2.5
Fixed
- PR#22 Various fixes for the
--prepend-header
option and some cases for escaped doc-tests.
0.2.4
Fixed
- PR#21 Fix for handling multiline code blocks in comments and make them ignored for doc tests.
0.2.3
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
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
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
Upgrade tonic code generation to 0.10