Releases: takamin/list-it
Releases · takamin/list-it
columnWidth option is available
Release v0.3.3
On this version, you can put Japanese (or east asian) characters to a table without breaking it.
Release v0.3.2
You can run the test with using mocha.
Of course, npm test
is still available.
Release v0.3.1 : The ANSI escape sequences are available for column's text content
The ansi escape sequences are not counted for the column width calculation.
So now the rendering will not be broken.
Release v0.3.0 : The prural columns or rows can be added at a time
Thre is several ways to do that. Refer to README.md.
Release v0.2.0 : The autoAlign option is available
If this option is set to true, the number data will be aligned to right taking into the decimal points.
Release v0.1.0
Just Initial Release.