Releases: EmbarkStudios/proto-gen
Releases · EmbarkStudios/proto-gen
0.4.0
02 Sep 07:34
Compare
Sorry, something went wrong.
No results found
Changed
PR#33 updated to tonic-prost-build, which replaced tonic-build in 0.14.
0.3.0
21 Feb 14:09
Compare
Sorry, something went wrong.
No results found
Changed
PR#31 changed the --format flag to take a rust edition as an argument, as previously the 2021 edition was hardcoded.
0.2.11
23 Jan 14:28
Compare
Sorry, something went wrong.
No results found
Fixed
PR#30 Improvements and fixes to the readme.
0.2.10
16 Jan 21:19
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
PR#26 Include top module file when formatting
0.2.7
05 Aug 13:20
Compare
Sorry, something went wrong.
No results found
Added
PR#25 Added --btree-map option to output BTreeMaps instead of HashMaps.
0.2.6
25 Apr 08:27
Compare
Sorry, something went wrong.
No results found
Added
PR#23 Added --enum-attribute option to set enum attributes.
0.2.5
13 Mar 18:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.