Releases: BenergyRacing/racing-data-converter
Releases · BenergyRacing/racing-data-converter
1.4.0
1.3.0
- [CLI] Added
--directory
parameter, which allows converting all files inside a directory - [CLI] Added
@
wildcard to output path: it is replaced with the input filename - [CLI] Added shorthand for
--input-options-file
and--output-options-file
being-io
and-oo
, respectively. - [CSV] Added options to customize the writers number formatting
- [Pro Tune] Fixed corrupt files when being given undefined values
- [Pro Tune] Improved file formatting
- [Docs] Added CSV and JSON implementation details documents
1.2.0
- Added JSON reader and writer
- Added "auto" format to the CLI to detect based on the file extension automatically
1.1.1
- Added missing exports to the index file
- Added logs to the command line interface
- Fixed version numbering in the CLI and the man page
- Improved documentation