Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@75lb 75lb released this 05 Mar 12:22
· 5 commits to master since this release

This release freshens up the codebase and dependency tree. There are no functional changes to the API or behaviour.

Breaking changes since v6.1.3

  • Dropped support for node versions less than v12.20.

Non-breaking changes

  • Updated chalk so command-line-usage now works in deno. Fixes #40.

Non-functional changes

  • Updated codebase (including all examples) from CommonJS to ES Modules. A CJS build is included for backwards compatibility.
  • Added an example showing how to use table-layout in a content section, also updated the wiki docs