Skip to content

Releases: dbohdan/csv2html

v3.1.1

24 May 12:52
Compare
Choose a tag to compare

This release contains no user-facing improvements. The dependency on Python for tests has been removed.

v3.1.0

24 May 07:45
Compare
Choose a tag to compare

Implemented \t support in the delimiter argument.

v3.0.1

03 Jun 18:17
Compare
Choose a tag to compare

This release fixes a --no-header + --start 1 bug.

v3.0.0

03 Jun 17:37
Compare
Choose a tag to compare

This is the Rust rewrite of csv2html. Now it can be shipped as a small static binary.

All command line functionality should be preserved. However, from a user's perspective this is not quite a refactor because some functionality has changed:

  1. The input file argument is optional. If no input file path is given or it is -, csv2html reads from the standard input.
  2. There are more newlines in the output HTML. I think this improves how the output looks.
  3. The CSV parser may work differently from Python's. It does not break anything for me and parses my data identically. Please report if it breaks something for you.