Skip to content

Latest commit

 

History

History
154 lines (70 loc) · 8.35 KB

CHANGELOG.md

File metadata and controls

154 lines (70 loc) · 8.35 KB

2.12.1 (2024-06-20)

Bug Fixes

2.12.0 (2023-12-22)

Bug Fixes

Features

  • Allow for color: false to wipe the colorMap. (#455) (9405d83)

2.11.2 (2023-07-02)

Bug Fixes

  • Adding Better regex for ansi codes stripping from the string (#435) (a90525f)
  • Allow empty Column Title (#451) (4323d60)
  • Remove Crimson as basic color (#450) (ec89482)

2.11.1 (2022-08-24)

Bug Fixes

  • add character length dictionary for string length computation in console (#431) (89f6db2)
  • dont allow negative numbers in string.repeat (#422) (c9e8994)
  • Fix color resetting for borders (#428) (bcb6e8c)

2.11.0 (2022-04-03)

Features

  • add option to specify initial rows, make add methods chainable, export renderSimpleTable (#396) (6e6d8f3)
  • allow specifying custom color map (#394) (4c6eecd)

2.10.0 (2021-08-04)

Bug Fixes

  • row-separator: make row separator optional (#373) (325db51)

Features

  • row separator: Added row separator option (#372) (63855ae)

2.9.0 (2021-05-12)

Bug Fixes

  • technical: fixing types error for compilation (68a8bf7)

Features

2.8.2 (2021-03-19)

Bug Fixes

2.8.1 (2021-03-06)

Bug Fixes

2.8.0 (2021-03-06)

Features

2.7.5 (2020-12-08)

Bug Fixes

  • technical: migrate to yarn and fix deployment (0a1babb)

2.7.4 (2020-12-08)

Bug Fixes

  • Asian Languages width fixing with simple-wcswidth (a14272f)

2.7.3 (2020-12-06)

Bug Fixes

  • revert wcwidth and special character support (#329) (d6e7847)

2.7.2 (2020-12-06)

Bug Fixes

  • column width calculation with special characters (#303) (5a288e7)

2.7.1 (2020-12-05)

Bug Fixes

  • docs: readme update for Header title (#321) (572979f)

2.7.0 (2020-12-05)

Features

  • Header title - View Header Title in console instead of ugly header name (#319) (78bb5aa)

2.6.0 (2020-12-04)

Features

2.5.1 (2020-11-07)

Bug Fixes

  • technical: update dependency eslint to ^7.13.0 and remove package-lock deps updates (#290) (adc9c05)

2.5.0 (2020-11-04)

Features