Releases: Nukesor/comfy-table
Releases · Nukesor/comfy-table
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.
v0.0.7
[0.0.7] - 2020-02-09
Added
Fixed
- Fix wrong calculation due to bytes count instead of char count
- Fix panics caused by wrong string splits
v0.0.6
[0.0.6] - 2020-01-31
Changed
- Crossterm 0.15 update
- Simplify the project's module structure
v0.0.5
[0.0.5] - 2020-01-29
Added
- Add
Column::remove_constraint()
- Preset
UTF8_NO_BORDERS
- Preset
UTF8_HORIZONTAL_BORDERS_ONLY
v0.0.4
[0.0.4] - 2020-01-27
Added
- Add skeptic tests
- Add code coverage
- A lot more tests
Changed
- Removed
Hidden
Constraint