Releases: devashishdxt/cli-table
Releases · devashishdxt/cli-table
cli-table-v0.4.9
What's Changed
- Fixed alignment issues by @devashishdxt in #48
Full Changelog: cli-table-v0.4.8...cli-table-v0.4.9
cli-table-v0.4.8
What's Changed
- Add basic example of nested table + remove trailing newline from table by @devashishdxt in #22
- Remove unused import in 2nd README.md example by @tnballo in #23
- Upgrade dependencies by @devashishdxt in #24
- Upgrade dependencies by @devashishdxt in #27
- Upgrade dependencies by @devashishdxt in #29
- Upgrade dependencies by @devashishdxt in #30
- include license files in published crates by @decathorpe in #46
New Contributors
- @tnballo made their first contribution in #23
- @decathorpe made their first contribution in #46
Full Changelog: 0.4.7...cli-table-v0.4.8
cli-table v0.4.7
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #15
- Upgrade dependencies by @devashishdxt in #19
- Add display trait impl for table struct by @devashishdxt in #20
- Bump crate versions by @devashishdxt in #21
New Contributors
- @dependabot-preview made their first contribution in #15
Full Changelog: 0.4.6...0.4.7
cli-table v0.4.6
- Fixes #14.
- Adds styling section in documentation.
cli-table v0.4.5
- Add support for derive macro attributes
order
anddisplay_fn
. - Add support for printing tables from CSV data.
cli-table v0.4.3
- Add
#[table(skip)]
field attribute inTable
derive macro.
cli-table v0.4.1
- Better handling of empty tables
cli-table v0.4.0
New API and support for creating tables using derive macros.
cli-table v0.3.2
- Fix links in documentation
- Add support for foreground colour of tables
- Allow custom colour preferences for printing tables
cli-table v0.3.1
- Add support for padding
- Update dependencies