- Made Tababular
- More robustrustness
- Added ability to supply hints - at the moment this is the ability to specify a max width for the table
- Changed total table width constraint algorithm to cut off one fourth of the widest column's width on each iteration
- Added ability to parse JSONL too
- Added ability (via a hint) to specify that the formatter can collapse the table vertically if it has no cell with multiple lines
- Updated JSON.NET (which gets merged) to 8.0.3
- Add .NET Core support
- No longer merge JSON.NET
- Skip property enumeration for primitive-like types - thanks gary-palmer
- Change style to contain more space visually
- Use FastMember for ultra-fast reflection
- Add .NET Standard 2.0 as a target
- When formatting objects, columns are now returned in the order the corresponding properties are defined
- Better exception when value extraction fails on object
- Update some packages, modernize code base
- Make newline character sequence configurable - thanks antifree
- Add logo 🤩