Releases: haltcase/tablemark
Releases · haltcase/tablemark
v3.1.0
FEATURES
- support eliding padding in header separator (#17) (a4d24ce), closes #16
v3.0.0
FEATURES
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.stringify
→ options.toCellText
options.wrap.width
→ options.wrapWidth
options.wrap.gutters
→ options.wrapWithGutters
- a
RangeError
is thrown instead of a TypeError
when
an invalid alignment is specified.
v2.0.0
FEATURES
BREAKING CHANGES
- support for node 4, 6, and < 8.10 has been dropped.
v1.2.0
BUG FIXES
- handle pipes in content correctly (#7) (3f803e9)
FEATURES
PERFORMANCE
- lift regex out of function scope (6d8ab99)
v1.1.0
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)