Skip to content

Releases: AxlLind/mdtable-cli

1.1.1

07 Jul 21:09
1f38fba
Compare
Choose a tag to compare
  • Makes I/O related error messages much more user-friendly.
  • Adds dependency easy_error for the above point.

1.1.0

07 Jul 15:59
9072fed
Compare
Choose a tag to compare
  • Deprecates the -f flag in favor of a positional argument, ie:
    • Before mdtable -f in.txt
    • Now mdtable in.txt
  • Makes I/O error messages slightly better.
  • Simplification of the config.rs file.
  • Small code changes in main.rs.

1.0.2

29 Jun 10:28
Compare
Choose a tag to compare
  • Reduces binary size by 25%
  • Bugfix: No longer panics on empty input
  • Changes error message
  • Some code restructuring

1.0.1

03 Jun 11:22
Compare
Choose a tag to compare
  • Prints error on stderr instead of stdout.
  • Small code refactor.

1.0.0

01 Jun 13:17
Compare
Choose a tag to compare

First release.