Releases: Nukesor/comfy-table
Releases · Nukesor/comfy-table
v1.6.0
[1.6.0] - 2021-01-16
Added
- Add the
NOTHING
preset, which prints no borders or lines at all.
v1.5.0
[1.5.0] - 2020-12-29
Added
- Add
table::trim_fmt
, which trims all trailing whitespaces on tables with no right border.
v1.4.0
[1.4.0] - 2020-12-06
Added
- Allow to set custom delimiters on tables, columns and cells.
Changed
- Expose all important traits. I.e.
ToRow
, ToCell
and ToCells
.
v1.3.0
[1.3.0] - 2020-11-20
Added
- New ColumConstraint for hiding columns
v1.2.0
[1.2.0] - 2020-10-27
Added
- Add the option to set a max-height on rows. Long content will be truncated.
v1.1.1
[1.1.1] - 2020-08-23
Changed
- A simple update of all dependencies.
v1.1.0
[1.1.0] - 2020-08-23
Changed
- Move
is_tty
logic from atty
to crossterm
.
- Remove
skeptic
, since it fails in CI and bloats compile time. Compile time is reduced by ca. 40%.
v1.0.0
[1.0.0] - 2020-07-07
Changed
- The project has been in use for quite some time and seems to be quite stable!
- Use cargo's
example
functionality for examples.
v0.1.1
[0.1.1] - 2020-05-24
Added
Column::get_max_width()
, which returns the character count of the widest line in this column including padding.
current_style_as_preset
method for convenient conversion of a style into a preset
- New Markdown like table style prefix. Thanks to joeydumont.
v0.1.0
[0.1.0] - 2020-03-21
Added
Fixed
- Fixed a bug with broken percentage constraints for super wide tables.