Skip to content

Commit 6580ebb

Browse files
committed
v1.2.0
1 parent 81834ab commit 6580ebb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGES
22
====
33

4+
v1.2
5+
----
6+
7+
* Add an option `columnWidthAll`.
8+
* Change a method `setColumnWidth`.
9+
* Add a method `setColumnWidthAll`.
10+
* Add a method `getColumnWidth` (NO TEST).
11+
12+
v1.1
13+
----
14+
15+
* Add a method `setColumnWidth`.
16+
417
v1.0
518
----
619

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "list-it",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Preformatted text table builder.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)