v2.1.0 (2025-01-21)
This release focuses on significant improvements to functionality, configuration, and error handling.
Added
-
Multi-threading support: - Faster processing using Rayon.
-
Detailed error messages: - Improved user feedback.
-
CLI improvements: - Enhanced verbosity control for logging.
-
Configuration file support: - Better flexibility for input and output management. Supports variable file paths.
-
Comprehensive configuration file support - Now flexible! Allowing for the use of minimal regex in the input and output paths.
Note:
The regex esq. syntax is only a minor subset due to the restrictions of it being a JSON file - docs coming soon!
Changed
- Improved logging clarity.
- Renamed some functions for better understanding.
Fixed
- Resolved issues related to building the project.
- Fixed
cargo make distto correctly handle creating a localized distributable folder
WIP
- Documentation Documentation required for outlining the caveats of the regex-subset - tldr; because it's JSON you cannot use backslash's.
Full Changelog: https://github.com/MrDwarf7/csv_parser_rs/commits/v2.1.0