Releases: larswaechter/voici.js
Releases · larswaechter/voici.js
v2.1.0
More information in the associated milestone.
General
- add source-map-support for debugging purposes
Bug Fixes
- fix "maxWidth" option (#17)
- "displayNames" option exclude dynamic columns (#17)
- allow header names overflow (#20 )
Features
v2.0.0
More information in the associated milestone.
General
- the dataset and the dynamic columns are stored together in one attribute now
- added nyc for test coverage
Bug Fixes
- remove leading space after line break (#5)
Features
- improve type system (#2 #12 )
- new config attribute:
header.exclude
to exclude certain columns (#2) - new config attribute:
body.subset
to select only a subset as dataset (#2) - new config attribute:
body.peek
to display only the top / bottomn
rows (#10) - new config attribute:
body.fillEmpty
to fill empty values (#14) - sorting is allowed by dynamic columns (#7)
Breaking changes
- remove external dependencies and their according methods (#3)
- renamed config attribute:
header.names
=>header.displayNames
(#2) - renamed config attribute:
header.columns
=>header.include
(#2) - modified config attribute
accumulation.columns
=> Expects now an object where the keys are the target column name (#2) - modified config attribute
header.dynamic
=> Expects now an object where the keys are the dynamic column names (#2) - removed
removeColumn
andshuffle
methods (#2)
v1.0.1
What's Changed
- Upgrading chalk & fixing mocha by @larswaechter in #1
New Contributors
- @larswaechter made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release💥🎉