Skip to content

v4.0.0-canary.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 03:55
· 15 commits to canary since this release
Immutable release. Only release title and notes can be modified.

4.0.0-canary.1 (2025-09-11)

  • feat!: reduce minimum column width to 3 (75f8337)
  • feat!: require node v20+ (9f9e74f)

Bug Fixes

  • patch wordwrapjs for empty cell issue (#26) (b7f0e6e)
  • run build before publishing (991a496)

Features

BREAKING CHANGES

  • the minimum column width has been reduced to 3
    characters, which is the narrowest width that still allows for both left
    and right alignment characters and a single hyphen in the divider cell.
    This is a fairly innocuous change, but does change output table layouts.
  • Node v20 is now the minimum required version since v18 is officially EOL.
  • Node.js 18+ is now required.