Releases: cli-table/cli-table3
Releases Β· cli-table/cli-table3
v0.6.5
What's Changed
- add word wrap options to CellOptions ts interface by @ItsNickBarry in #339
- support bigint cell content type by @ItsNickBarry in #340
- Fix truncated href tags by @ItsNickBarry in #342
New Contributors
- @ItsNickBarry made their first contribution in #339
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- chore: dependabot schedule from daily to weekly by @speedytwenty in #317
- fix(types): add missed 'href' property by @elaichenkov in #321
New Contributors
- @elaichenkov made their first contribution in #321
Full Changelog: v0.6.3...v0.6.4
Per cell word-wrap options
Hyperlinks, alternate word-wrap, debugging, and bug fixes
π Enhancement
- #292 Hyperlink support for cells (@speedytwenty)
- #288 Add debugging capabilities (@speedytwenty)
- #278 Refactored table layouts + Layout fix for #269 (@speedytwenty)
- #217 Add wrapOnWordBoundary option for consistently readable word wrapping (@speedytwenty)
π Bug Fix
- #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)
π Documentation
- #286 Regenerate docs (@speedytwenty)
π Internal
- #276 Move CI to Github Actions (@speedytwenty)
- #283 #196 - Fix to failing unit tests (@speedytwenty)
Note: Somehow np missed publishing it's own commit so the version in package.json still reads "0.6.1" when it should be "0.6.2".
v0.6.1
v0.6.0
v0.5.1
v0.5.0
π₯ Breaking Change
π Documentation
π Internal
- #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)
Committers: 3
- Daniel Ruf (DanielRuf)
- Tobias Bieniek (Turbo87)
- dependabot[bot]
v0.4.0
First official release as cli-table3
. Changes compares to cli-table2
v0.2.0:
π Enhancement
π Bug Fix
- #29 Fix wordWrap with colSpan. (@mmurphy)
- #24 Fixing the runtime error when content is truncated. (@sthadeshwar)
π Documentation
π Internal
Committers: 4
- Gant Laborde (GantMan)
- Martin Murphy (mmurphy)
- Satyajit Thadeshwar (sthadeshwar)
- Tobias Bieniek (Turbo87)