What's Changed
- fix: always coerce column widths to ints (#94) by @norbertcyran in #95
 - fix: parse data after receiving complete standard input. by @s10akir in #96
 
New Contributors
- @norbertcyran made their first contribution in #95
 - @s10akir made their first contribution in #96
 
Full Changelog: v4.1.6...5.0.0
Breaking Changes
Default value for missing data: The defaultValue for null or undefined cells has been changed from a colored ? to an empty string (""). This provides a cleaner default output and makes the behavior consistent. Users who wish to display a ? or other symbol for missing data can do so using a custom formatter.