cli-tableau
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
## 2.0.1 | ||
## 2.0.0 | ||
- add borders: false option | ||
## 2.0.0 | ||
- Adapt test to mocha | ||
@@ -15,2 +12,54 @@ - Replace manual padding with .padEnd | ||
0.3.1 / 2014-10-22 | ||
================== | ||
* fix example for new paths | ||
* Readme badges | ||
* Lighter production installs | ||
* Safe colors | ||
* In addition to 256-xterm ansi colors, handle 24-bit colors | ||
* set up .travis.yml | ||
0.3.0 / 2014-02-02 | ||
================== | ||
* Switch version of colors to avoid npm broken-ness | ||
* Handle custom colored strings correctly | ||
* Removing var completely as return var width caused other problems. | ||
* Fixing global leak of width variable. | ||
* Omit horizontal decoration lines if empty | ||
* Add a test for the the compact mode | ||
* Make line() return the generated string instead of appending it to ret | ||
* Customize the vertical cell separator separately from the right one | ||
* Allow newer versions of colors to be used | ||
* Added test for bordercolor | ||
* Add bordercolor in style options and enable deepcopy of options | ||
0.2.0 / 2012-10-21 | ||
================== | ||
* test: avoid module dep in tests | ||
* fix type bug on integer vertical table value | ||
* handle newlines in vertical and cross tables | ||
* factor out common style setting function | ||
* handle newlines in body cells | ||
* fix render bug when no header provided | ||
* correctly calculate width of cells with newlines | ||
* handles newlines in header cells | ||
* ability to create cross tables | ||
* changing table chars to ones that windows supports | ||
* allow empty arguments to Table constructor | ||
* fix headless tables containing empty first row | ||
* add vertical tables | ||
* remove reference to require.paths | ||
* compact style for dense tables | ||
* fix toString without col widths by cloning array | ||
* [api]: Added abiltity to strip out ANSI color escape codes when calculating cell padding | ||
0.0.1 / 2011-01-03 | ||
================== | ||
Initial release | ||
## Jun 28, 2017 | ||
@@ -17,0 +66,0 @@ |
{ | ||
"name": "cli-tableau", | ||
"description": "Pretty unicode tables for the CLI", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"engines": { | ||
@@ -34,7 +34,7 @@ "node": ">=8.10.0" | ||
"dependencies": { | ||
"chalk": "3.0.0", | ||
"mocha": "^7.1.1" | ||
"chalk": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"should": "~0.6" | ||
"should": "~0.6", | ||
"mocha": "^7.1.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "main": "lib", |
# cli table | ||
# cli tableau | ||
<a href="https://travis-ci.org/github/keymetrics/cli-tableau" title="PM2 Tests"> | ||
<img src="https://travis-ci.org/keymetrics/cli-tableau.svg?branch=master" alt="Build Status"/> | ||
</a> | ||
### Horizontal Tables | ||
```javascript | ||
var Table = require('cli-table-redemption'); | ||
var Table = require('cli-tableau'); | ||
@@ -25,3 +30,3 @@ var table = new Table({ | ||
```javascript | ||
var Table = require('cli-table-redemption'); | ||
var Table = require('cli-tableau'); | ||
var table = new Table(); | ||
@@ -44,3 +49,3 @@ | ||
```javascript | ||
var Table = require('cli-table-redemption'); | ||
var Table = require('cli-tableau'); | ||
var table = new Table({ head: ["", "Top Header 1", "Top Header 2"] }); | ||
@@ -47,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17289
1
132
2
6
- Removedmocha@^7.1.1
- Removedansi-colors@3.2.3(transitive)
- Removedansi-regex@3.0.14.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedargparse@1.0.10(transitive)
- Removedarray-buffer-byte-length@1.0.1(transitive)
- Removedarray.prototype.reduce@1.0.7(transitive)
- Removedarraybuffer.prototype.slice@1.0.3(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@3.0.3(transitive)
- Removedbrowser-stdout@1.3.1(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedchokidar@3.3.0(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddata-view-buffer@1.0.1(transitive)
- Removeddata-view-byte-length@1.0.1(transitive)
- Removeddata-view-byte-offset@1.0.0(transitive)
- Removeddebug@3.2.6(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removeddiff@3.5.0(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedes-abstract@1.23.5(transitive)
- Removedes-array-method-boxes-properly@1.0.0(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.0.0(transitive)
- Removedes-set-tostringtag@2.0.3(transitive)
- Removedes-to-primitive@1.2.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedflat@4.1.1(transitive)
- Removedfor-each@0.3.3(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfsevents@2.1.3(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedfunction.prototype.name@1.1.6(transitive)
- Removedfunctions-have-names@1.2.3(transitive)
- Removedget-caller-file@2.0.5(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedget-symbol-description@1.0.2(transitive)
- Removedglob@7.1.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedglobalthis@1.0.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedgrowl@1.10.5(transitive)
- Removedhas-bigints@1.0.2(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhe@1.2.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinternal-slot@1.0.7(transitive)
- Removedis-array-buffer@3.0.4(transitive)
- Removedis-async-function@2.0.0(transitive)
- Removedis-bigint@1.0.4(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-boolean-object@1.1.2(transitive)
- Removedis-buffer@2.0.5(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-data-view@1.0.1(transitive)
- Removedis-date-object@1.0.5(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-finalizationregistry@1.0.2(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedis-generator-function@1.0.10(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-map@2.0.3(transitive)
- Removedis-negative-zero@2.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedis-number-object@1.0.7(transitive)
- Removedis-regex@1.1.4(transitive)
- Removedis-set@2.0.3(transitive)
- Removedis-shared-array-buffer@1.0.3(transitive)
- Removedis-string@1.0.7(transitive)
- Removedis-symbol@1.0.4(transitive)
- Removedis-typed-array@1.1.13(transitive)
- Removedis-weakmap@2.0.2(transitive)
- Removedis-weakref@1.0.2(transitive)
- Removedis-weakset@2.0.3(transitive)
- Removedisarray@2.0.5(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjs-yaml@3.13.1(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlog-symbols@3.0.0(transitive)
- Removedminimatch@3.0.4(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.5(transitive)
- Removedmocha@7.2.0(transitive)
- Removedms@2.1.1(transitive)
- Removednode-environment-flags@1.0.6(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.04.1.5(transitive)
- Removedobject.getownpropertydescriptors@2.1.8(transitive)
- Removedonce@1.4.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
- Removedreaddirp@3.2.0(transitive)
- Removedreflect.getprototypeof@1.0.6(transitive)
- Removedregexp.prototype.flags@1.5.3(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedsafe-array-concat@1.1.2(transitive)
- Removedsafe-regex-test@1.0.3(transitive)
- Removedsemver@5.7.2(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedset-function-name@2.0.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstring-width@2.1.13.1.0(transitive)
- Removedstring.prototype.trim@1.2.9(transitive)
- Removedstring.prototype.trimend@1.0.8(transitive)
- Removedstring.prototype.trimstart@1.0.8(transitive)
- Removedstrip-ansi@4.0.05.2.0(transitive)
- Removedstrip-json-comments@2.0.1(transitive)
- Removedsupports-color@5.5.06.0.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedtyped-array-buffer@1.0.2(transitive)
- Removedtyped-array-byte-length@1.0.1(transitive)
- Removedtyped-array-byte-offset@1.0.3(transitive)
- Removedtyped-array-length@1.0.7(transitive)
- Removedunbox-primitive@1.0.2(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwhich-boxed-primitive@1.0.2(transitive)
- Removedwhich-builtin-type@1.1.4(transitive)
- Removedwhich-collection@1.0.2(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwhich-typed-array@1.1.15(transitive)
- Removedwide-align@1.1.3(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
- Removedyargs-unparser@1.6.0(transitive)