See https://github.com/haltcase/tablemark/releases.
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
tablemarkfunction is simplified:options.stringify→options.toCellTextoptions.wrap.width→options.wrapWidthoptions.wrap.gutters→options.wrapWithGutters
- a
RangeErroris thrown instead of aTypeErrorwhen 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. 🎉