When | Version | What |
---|---|---|
2022-10-04 | v2.0.0 | Incompatible changes: |
- "<hr>" was renamed to "ts:horizontalLine" | ||
- renamed properties for table level chalks | ||
New functionality | ||
- flatten can handle nested objects and arrays when called with >0 objectDepth argument | ||
- More chalk options on table level | ||
- Chalks for single rows and columns | ||
2022-09-26 | v1.2.0 | A horizontal line is added behind rows that contain a "<hr>" property. |
Use multiline strings as table values with the new flatten function. This also allows for tableString generated tables as values in tables. |
||
Bugfix padding centered values. | ||
2022-09-25 | v1.1.0 | New column options minWidth & maxWidth . maxWidth now also allows for truncation of wide values. |
New column option for padding and more table options for chalks. | ||
2022-09-21 | v1.0.1 | First patch. No change in content or functionality. Better metadata in package.json for NPM. |
2022-09-21 | v1.0.0 | Initial Release |