Skip to content

Releases: phsym/prettytable-rs

v0.6.1

15 Feb 10:23
Compare
Choose a tag to compare
  • Check if stdout is tty before colorizing output (issue #21)
  • Spaces added to the end (right) of the last cell of each row in order to fill them for alignment are skipped with there is no right border set for the table (issue #22)

v0.6.0

20 Jan 12:08
Compare
Choose a tag to compare
  • Fixed type ascription issue #11
  • Refactored formatting API #9

v0.5.2

13 Jan 16:07
Compare
Choose a tag to compare

Updated term dependency to 0.4.*

v0.5.1

04 Jan 21:00
Compare
Choose a tag to compare
  • Improved support to CJK characters.
  • Added table slicing
  • Added restriction to dependencies compatible versions number

v0.5.0

10 Dec 17:19
Compare
Choose a tag to compare

Release 0.5.0 has been published to crates.io

Support style with term

09 Nov 19:25
Compare
Choose a tag to compare

v0.4.0 now supports styles (color, bold, italic, etc ...) as provided by the term crate.

Fixes for rust 1.4

07 Nov 13:40
Compare
Choose a tag to compare
v0.3.0

Fixes for rust 1.4 (removed deprecated methods calls)

Now with unicode support

09 Jul 19:21
Compare
Choose a tag to compare
Merge pull request #1 from askobara/fix-unicode-cell-width

add unicode support into Cell

Fixed minor issue with ptable! macro

18 Jun 20:33
Compare
Choose a tag to compare

Fixed minor issue with ptable! macro

First cargo publishing of this crate

17 Jun 21:46
Compare
Choose a tag to compare
0.1.0

Added link to documentation in readme and cargo.toml file