We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c4bac commit 3407d45Copy full SHA for 3407d45
1 file changed
CHANGELOG.md
@@ -9,8 +9,8 @@
9
- add subcommand to generate shell completions
10
- function `generate_files` now takes in `&Path`s instead of `PathBuf`s
11
- remove `to_singular` name generations
12
-- add option `--create-str` to set `Create*` structs string type
13
-- add option `--update-str` to set `Update*` structs string type
+- add option `--create-str` to set `Create*` structs string & byte types
+- add option `--update-str` to set `Update*` structs string & byte type
14
- add option `--single-model-file` to only generate a single file instead of a directory with `mod.rs` and `generated.rs`
15
- add option `--readonly-prefix` and `--readonly-suffix` to treat a matching name as a readonly struct
16
- add option `--no-crud` to not generate any `impl` blocks
0 commit comments