Skip to content

Releases: takamin/list-it

columnWidth option is available

21 Feb 12:50
Compare
Choose a tag to compare

The columnWidth option truncates text data in columns.
But, number data never be truncated.
To set all column' width, specify one length of text in number.

Release v0.3.3

01 May 06:44
Compare
Choose a tag to compare

On this version, you can put Japanese (or east asian) characters to a table without breaking it.

Release v0.3.2

26 Apr 13:25
Compare
Choose a tag to compare

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

25 Apr 14:47
Compare
Choose a tag to compare

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

25 Apr 14:52
Compare
Choose a tag to compare

Thre is several ways to do that. Refer to README.md.

Release v0.2.0 : The autoAlign option is available

25 Apr 14:58
Compare
Choose a tag to compare

If this option is set to true, the number data will be aligned to right taking into the decimal points.

Release v0.1.0

25 Apr 14:59
Compare
Choose a tag to compare

Just Initial Release.