Skip to content

Releases: MrDwarf7/csv_parser_rs

Nightly Build

24 Jan 06:18

Choose a tag to compare

Nightly Build Pre-release
Pre-release

From commit: c10273c
Generated on: 2025-01-28 08:27 UTC

v2.1.0

20 Jan 13:30

Choose a tag to compare

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 dist to 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