Releases: phsym/prettytable-rs
Releases · phsym/prettytable-rs
v0.10.0
Fixed
Changed
- Remove the unsafe code in
Table::as_ref
#146 - Switch
atty
tois-terminal
#151 - Minimal Supported Rust Version bumped to 1.56
Thanks
- @alexanderkjall and @5225225 fuzzer work and fixing panics
- @david0u0 fixing #145 Undefined behavior (UB) on
Table::as_ref
- @nschoellhorn fixing empty table display
v0.9.0
This release has been updated with latest dependencies versions.
This crate has been abandonned without notice for quite a while due to some personnal reasons. My apologies for that.
I'll try to do my best to continue to maintain it, at least for security updates. If I can't the find time to do it, I'll have no other option than
deprecating it, or find new contributors to handover the maintenance to. Feel free to raise your hand if you're interrested.
In the meantime, please expect a low update rate, and again please accept my apologies.
I'll do a pass on opened PRs after summer vacations.
v0.8.0
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
v0.7.0
v0.6.7
Fixed panic when printing with colors on terminals that do not support them
v0.6.6 Prepared v0.6.6 publishing
CSV is now a deactivable default feature
Merge pull request #39 from alexbool/master cfg-out `csv` feature
Support to CSV import/export and unicode chars for table's borders
v0.6.4 Updated crate version to 0.6.4 in Cargo.toml
Windows specific newlines are now a deactivable default value
v0.6.3 Updated rust version to 1.11.0 in appveyor script