Skip to content

v0.8.0

Compare
Choose a tag to compare
@phsym phsym released this 27 Sep 21:56
· 35 commits to master since this release

Changelog

  • #80 Added the possibility to style the left and right border separately
  • #79 Fixed cell width issues when using ANSI color codes.
  • #84 Update csv to version 1
  • #85 Implemented horizontal span
  • #89 Refactored modules and reexports
  • #93 Added FORMAT_BOX_CHARS
  • #92 Printing a table returns the number of printed lines
  • Deprecated some functions (see #87)
    • Cell::print
    • Cell::print_term
    • Cell::get_height
    • Cell::get_width
    • TableFormat::print_line_separator
    • TableFormat::print_column_separator
    • TableSlice::get_column_num
    • Table::get_column_num
    • Row::column_count
    • Row::get_height
    • Row::get_column_width
    • Row::print
    • Row::print_term
  • LineSeparator::print is now private

Minimum supported Rust version is 1.26.0