cli-table3
cli-table3 copied to clipboard
Pretty unicode tables for the command line
## Description This adds the ability to set `wordWrap` and `wrapOnWordBoundary` options per cell, instead of it being set globally via the table options. Use case is for when you...
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.18.0. Release notes Sourced from eslint's releases. v8.18.0 Features a6273b8 feat: account for rule creation time in performance reports (#15982) (Nitin Kumar) Bug Fixes f364d47...
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note 2.6.2 🔗 Changelog 2.6.1 🔗 Changelog 2.6.0 🔗 Release note...
Bumps [jest-runner-eslint](https://github.com/jest-community/jest-runner-eslint) from 0.7.6 to 1.0.1. Release notes Sourced from jest-runner-eslint's releases. v1.0.1 What's Changed Allow Jest v28 by @lencioni in jest-community/jest-runner-eslint#135 deps: allow babel-jest v28 by @rdsedmundo in jest-community/jest-runner-eslint#139...
It's possible to induce errors—including infinite loops—with invalid table data where it seems the intention of cli-table3 is to be forgiving and "fill-in-the-blanks". Was hitting an infinite loop in `Cell.drawEmpty()`...
Hello, I found that when the number of rows is huge, I start to have some performance problems. I have 1763 rows (5 columns) and it takes me 4473.023ms to...
Bumps [cli-table](https://github.com/Automattic/cli-table) from 0.3.1 to 0.3.11. Changelog Sourced from cli-table's changelog. Commits 8d8fcd8 0.3.11 fdd40d1 v0.3.11-dev efa1d6d Merge pull request #161 from Automattic/rollback/strip-ansi 30458a2 Cleanup references to strip-ansi 84dd5cf v0.4.0-dev...
Bumps [lerna-changelog](https://github.com/lerna/lerna-changelog) from 1.0.1 to 2.2.0. Release notes Sourced from lerna-changelog's releases. v2.2.0 :rocket: Enhancement #560 Update cli-highlight to v2.1.11 (@elwayman02) Committers: 1 Jordan Hawker (@elwayman02) v2.1.0 :rocket: Enhancement #495...
There are presently no tests that confirm the CliTable3 types defined in `index.d.ts` are accurate and functional. There have been mentions of issues with using cli-table3 with TypeScipt (#55). This...
Bumps [string-width](https://github.com/sindresorhus/string-width) from 4.2.2 to 5.1.2. Release notes Sourced from string-width's releases. v5.1.2 Internal refactor (#40) 2fe6df9 https://github.com/sindresorhus/string-width/compare/v5.1.1...v5.1.2 v5.1.1 Fix incorrect default for ambiguousIsNarrow option 483baa1 https://github.com/sindresorhus/string-width/compare/v5.1.0...v5.1.1 v5.1.0 Add ambiguousIsNarrow...