- #292 Hyperlink support for cells (@speedytwenty)
- #288 Add debugging capabilities (@speedytwenty)
- #217 Add wrapOnWordBoundary option for consistently readable word wrapping (@speedytwenty)
- #290 Fix to erroneous column truncation when using colSpan (@speedytwenty)
- #287 Correctly set cell padding for zero values (@speedytwenty)
- #278 Refactored table layouts + Layout fix for #269 (@speedytwenty)
- #286 Regenerate docs (@speedytwenty)
- #276 Move CI to Github Actions (@speedytwenty)
- #283 #196 - Fix to failing unit tests (@speedytwenty)
- #92 Emoji Length Calculation Fix (@acupoftee)
- #53 "Table" union type definition fix (@macieklad)
- #135 docs: use https (@DanielRuf)
- #132 Update lockfile (@DanielRuf)
- #134 Fix ESLint errors (@DanielRuf)
- #103 Fix Jest configuration (@boneskull)
- Christopher Hiller (@boneskull)
- Daniel Ruf (@DanielRuf)
- Maciej Ładoś (@macieklad)
- Tee (@acupoftee)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (Turbo87)
- #16 Replace
kind-of
dependency withtypeof
andArray.isArray()
. (@Turbo87) - #15 Remove Gulp. (@Turbo87)
- #13 Use ES6 class syntax and
let/const
. (@Turbo87) - #12 Add ESLint and Prettier. (@Turbo87)
- #10 chore: use yarn cache. (@DanielRuf)
- #9 Use Jest for testing. (@Turbo87)
- #3 Add
yarn.lock
file. (@Turbo87) - #1 Skip broken test. (@Turbo87)
First official release as cli-table3
. Changes compares to cli-table2
v0.2.0:
- #29 Fix wordWrap with colSpan. (@mmurphy)
- #24 Fixing the runtime error when content is truncated. (@sthadeshwar)
- Gant Laborde (GantMan)
- Martin Murphy (mmurphy)
- Satyajit Thadeshwar (sthadeshwar)
- Tobias Bieniek (Turbo87)