⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
- ⚠️ Add generic types that applications can use to add metadata to columns and cells.
Removed
[0.3.1] - 2025-05-30
Added
- Derive
Copy
,Clone
andDebug
forAlign
.
Changed
- Fix cell width calculation when it contains unicode characters that are wider than a single character cell when drawn to the terminal. Apparently this isn't an exact science, but should work as long as one doesn't try to be too creative.
[0.3.0] - 2025-05-16
Changed
- ⚠️ Switch from
colored
toyansi
for coloring. - Edition 2024 & MSRV
1.85
[0.2.1] - 2024-10-21
Added
- Add a new table implementation under
tbl::*
.