3.1.0
(2024-04-02)
3.0.0
(2021-10-26)
- 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.
2.0.0
(2019-07-25)
- require node >= 8.10 (a0060ba)
- support for node 4, 6, and < 8.10 has been dropped.
1.2.0
(2018-01-14)
- lift regex out of function scope (6d8ab99)
Many thanks to @tjconcept for the new features in this latest release. 🎉