- update rand crate for security
- update chrono crate
- cleanup code
- update regex crate for security
- Fix bug: failed parse fake option: With.Join(asd#-#Name.FullName()#Fixed.String(hoge)#4#Fixed.NotString(34)) because of not accept empty value
- Modify: get empty value from empty list.
- modify error message
- Move all format action into "file_converter"
- Remove empty value filtering
- Add "With.Join" fake-option.
e.g. fakes-gen With.Join(_#dd#Select.String(hoge#sss)#2#Select.NotString(1#2#3)) // "sss_dd_1_dd_2" - Modify Json key of full-form format from now as date-time to dummy.
- Modify example cas of csv
- Modify ReadMe
- Change --header flag to --fullform and modify behavior when using this flag.
- Modify message of the command
fakes-gen --bnf
. - Modify furigana of last name.
- Add cli section to README.md
- Modify lacked information.
- First publish on crates.io. But, found many lack information in Cargo.toml. So yanked.