Skip to content

v7.1.0

Compare
Choose a tag to compare
@Nukesor Nukesor released this 21 Oct 10:54
· 32 commits to main since this release
ef14a13

[7.1.0] - 2023-10-21

Added

  • Add helper methods (col,row)_count and is_empty. The first set of methods return the number of columns and rows
    respectively. The method is_empty returns if the table is empty (contains no data rows). Implemented by
    Techassi in #119.

Chore

  • Bump crossterm dependency