1# Changelog 2 3## v0.5.1 (2018-07-19) 4 5#### :rocket: Enhancement 6* [#21](https://github.com/cli-table/cli-table3/pull/21) Import type definition from `@types/cli-table2` ([@Turbo87](https://github.com/Turbo87)) 7 8#### Committers: 1 9- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) 10 11 12## v0.5.0 (2018-06-11) 13 14#### :boom: Breaking Change 15* [#2](https://github.com/cli-table/cli-table3/pull/2) Update Node version requirements. ([@Turbo87](https://github.com/Turbo87)) 16 17#### :memo: Documentation 18* [#11](https://github.com/cli-table/cli-table3/pull/11) Update Documentation. ([@Turbo87](https://github.com/Turbo87)) 19 20#### :house: Internal 21* [#16](https://github.com/cli-table/cli-table3/pull/16) Replace `kind-of` dependency with `typeof` and `Array.isArray()`. ([@Turbo87](https://github.com/Turbo87)) 22* [#15](https://github.com/cli-table/cli-table3/pull/15) Remove Gulp. ([@Turbo87](https://github.com/Turbo87)) 23* [#13](https://github.com/cli-table/cli-table3/pull/13) Use ES6 class syntax and `let/const`. ([@Turbo87](https://github.com/Turbo87)) 24* [#12](https://github.com/cli-table/cli-table3/pull/12) Add ESLint and Prettier. ([@Turbo87](https://github.com/Turbo87)) 25* [#10](https://github.com/cli-table/cli-table3/pull/10) chore: use yarn cache. ([@DanielRuf](https://github.com/DanielRuf)) 26* [#9](https://github.com/cli-table/cli-table3/pull/9) Use Jest for testing. ([@Turbo87](https://github.com/Turbo87)) 27* [#3](https://github.com/cli-table/cli-table3/pull/3) Add `yarn.lock` file. ([@Turbo87](https://github.com/Turbo87)) 28* [#1](https://github.com/cli-table/cli-table3/pull/1) Skip broken test. ([@Turbo87](https://github.com/Turbo87)) 29 30#### Committers: 2 31- Daniel Ruf ([DanielRuf](https://github.com/DanielRuf)) 32- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) 33 34 35## v0.4.0 (2018-06-10) 36 37First official release as `cli-table3`. Changes compares to `cli-table2` v0.2.0: 38 39#### :rocket: Enhancement 40* [#27](https://github.com/jamestalmage/cli-table2/pull/27) Remove "lodash" dependency. ([@Turbo87](https://github.com/Turbo87)) 41 42#### :bug: Bug Fix 43* [#29](https://github.com/jamestalmage/cli-table2/pull/29) Fix wordWrap with colSpan. ([@mmurphy](https://github.com/mmurphy)) 44* [#24](https://github.com/jamestalmage/cli-table2/pull/24) Fixing the runtime error when content is truncated. ([@sthadeshwar](https://github.com/sthadeshwar)) 45 46#### :memo: Documentation 47* [#41](https://github.com/jamestalmage/cli-table2/pull/41) Create LICENSE. ([@GantMan](https://github.com/GantMan)) 48 49#### :house: Internal 50* [#26](https://github.com/jamestalmage/cli-table2/pull/26) package.json: Whitelist JS files ([@Turbo87](https://github.com/Turbo87)) 51 52#### Committers: 4 53- Gant Laborde ([GantMan](https://github.com/GantMan)) 54- Martin Murphy ([mmurphy](https://github.com/mmurphy)) 55- Satyajit Thadeshwar ([sthadeshwar](https://github.com/sthadeshwar)) 56- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) 57