v1.3.0
PrettyTables v1.3.0
- The alignment anchor regex algorithm was not computing the alignment row correctly in lines with UTF-8 symbols. (Issue #147)
- Two predefined formatters were added:
ft_nomissing
andft_nonothing
. They can be used to transform, respectively,missing
andnothing
into an empty string. (Issue #150)
Closed issues:
- How to print blank (for
missing
ornothing
) (#150) - how to not display column types? (#152)
- Alignment anchor regex are not working with UTF-8 characters (#153)
Merged pull requests:
- Update text_backend.md (#151) (@DimitarVanguelov)