Releases: AxlLind/mdtable-cli
Releases · AxlLind/mdtable-cli
1.1.1
- Makes I/O related error messages much more user-friendly.
- Adds dependency
easy_error
for the above point.
1.1.0
- 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
- Reduces binary size by 25%
- Bugfix: No longer panics on empty input
- Changes error message
- Some code restructuring
1.0.1
- Prints error on
stderr
instead of stdout
.
- Small code refactor.