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 aTypeError
when
an invalid alignment is specified.