Skip to content

v3.0.0

Compare
Choose a tag to compare
@75lb 75lb released this 05 Sep 10:03
· 20 commits to master since this release

Breaking changes since v2.1.0

  • Removed legacy UMD distribution from the package
    • This version was for AMD projects and old browsers which are rarely used anymore.

New features since v2.1.0

  • Added a command-line interface
    • The CLI was previously a separate project. It is now included with table-layout.
  • Added getter function to column options to assist display of computed/transformed/cherry-picked values. See here for an example. #14
  • Added the --file option to the CLI, e.g. ($ table-layout --file input.json or just $ table-layout input.json).
    • Previously the input data could only be piped into the CLI

Other non-functional changes

  • Extend support back to node v12.17 (previously table-layout required v14)
  • Renamed all .mjs files to .js
  • Added more documentation and examples. Moved API docs to a separate file.