Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 2.51 KB

changelog.md

File metadata and controls

77 lines (41 loc) · 2.51 KB

3.1.0 (2024-04-02)

FEATURES
  • support eliding padding in header separator (#17) (a4d24ce), closes #16

3.0.0 (2021-10-26)

FEATURES
  • rewrite in TypeScript as ESM (feb3dd1)
  • require node 14.16+ (21b6d9e)
BREAKING CHANGES
  • support for node <14.16 has been dropped.
  • tablemark must be used as an ES module and is no longer available as common js.
  • the shape of the options object to the tablemark function is simplified:
    • options.stringifyoptions.toCellText
    • options.wrap.widthoptions.wrapWidth
    • options.wrap.guttersoptions.wrapWithGutters
  • a RangeError is thrown instead of a TypeError when an invalid alignment is specified.

2.0.0 (2019-07-25)

FEATURES
BREAKING CHANGES
  • support for node 4, 6, and < 8.10 has been dropped.

1.2.0 (2018-01-14)

BUG FIXES
  • handle pipes in content correctly (#7) (3f803e9)
FEATURES
PERFORMANCE
  • lift regex out of function scope (6d8ab99)

1.1.0 (2017-09-13)

Many thanks to @tjconcept for the new features in this latest release. 🎉

FEATURES
  • align cell content (cc5b883) (#1)
  • sentence case headers derived from keys (c2c97ff) (#2)
  • support custom "toString" function (0c5d79b) (#3)