# Changelog * 0.1.0 (2023-12-11): Initial release * 0.1.1 (2023-12-11): Add makefile, changelog; fix readme, clippy * 0.2.0 (2023-12-11): Convert the table function to a method * 0.2.1 (2023-12-11): Fix readme * 0.3.0 (2023-12-12): Enable single column tables; add the `markdown_with` method to enable column subsets, reordering, duplicating, and temporary headers; add examples to the module doctest * 0.4.0 (2023-12-16): Add `colored` feature/module enabling terminal colors via the [`colored`] crate * 0.4.1 (2023-12-16): Fix changelog * 0.4.2 (2023-12-17): Improve readme, doc, and tests * 0.4.3 (2023-12-17): Add doc for colored module; make the colored png smaller; improve doc * 0.4.4 (2023-12-17): Fix colored module doc * 0.4.5 (2023-12-17): Fix doc * 0.4.6 (2023-12-18): Fix veg::colored::Veg::table argument type * 0.4.7 (2023-12-18): Add `Veg::is_empty` methods * 0.4.8 (2024-01-06): Fix empty string find unwrap issue; update dependencies * 0.5.0 (2024-03-10): Fix Unicode text width algorithm; update dependencies [`colored`]: https://crates.io/crates/colored