5.7 KiB
5.7 KiB
Changelog
v0.6.2 (2022-04-11)
🚀 Enhancement
- #292 Hyperlink support for cells (@speedytwenty)
- #288 Add debugging capabilities (@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)
v0.6.1 (2022-01-09)
v0.6.0 (2020-03-30)
💥 Breaking Change
🐛 Bug Fix
- #92 Emoji Length Calculation Fix (@acupoftee)
- #53 "Table" union type definition fix (@macieklad)
📝 Documentation
- #135 docs: use https (@DanielRuf)
🏠 Internal
- #132 Update lockfile (@DanielRuf)
- #134 Fix ESLint errors (@DanielRuf)
- #103 Fix Jest configuration (@boneskull)
Committers: 5
- Christopher Hiller (@boneskull)
- Daniel Ruf (@DanielRuf)
- Maciej Ładoś (@macieklad)
- Tee (@acupoftee)
- Tobias Bieniek (@Turbo87)
v0.5.1 (2018-07-19)
🚀 Enhancement
Committers: 1
- Tobias Bieniek (Turbo87)
v0.5.0 (2018-06-11)
💥 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: 2
v0.4.0 (2018-06-10)
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)