Releases
v3.0.0
Compare
Sorry, something went wrong.
No results found
75lb
released this
05 Sep 10:03
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.
You can’t perform that action at this time.