summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2019-08-26Add description about the Evcxr support to the readmeJonas Bushart
2019-08-25Build & test all featuresPierre-Henri Symoneaux
2019-08-25Added dependabot badge to readmePierre-Henri Symoneaux
2019-08-25Removed unsupported rust versionsPierre-Henri Symoneaux
2019-08-25Merge pull request #105 from vn971/patch-1Pierre-Henri Symoneaux
fix anchor href
2019-05-02fix anchor hrefVasili Novikov
2019-01-09Fix macros for selective import via `use`Andreas Rottmann
Allow the import of any macro with `use` while not requiring the user to import macros that are invoked by the imported macro. This feature was add with Rust 1.30, so adjust the travis build and README accordingly. This fixes issue #99.
2018-09-27Updated README with new releasePierre-Henri Symoneaux
2018-09-21cell and row mods become private. Row and Cell are reexported in crate's rootPierre-Henri Symoneaux
2018-09-18Implemented horizontal spanPierre-Henri Symoneaux
Updated rust compatibility Fixed UT Added span support from macro Example + updated README Small update to README
2018-09-16Added rust 1.28.0 to the list of version to use in travis scriptPierre-Henri Symoneaux
2018-08-12README: Document set_titles, use prettyformat::table, plus extra tests!Paul Fenwick
README: - Mention `set_titles()` - Explicitly `use prettytable::format` - Expand sample code to call `set_titles()` and `add_row()`s. lib.rs: - Added test from README code using the longhand FormatBuilder - Added test from README using FORMAT_NO_LINESEP_WITH_TITLE
2018-08-09Removed rust 1.18 and 1.19 from supported and tested listPierre-Henri Symoneaux
2018-08-03Fix typo in READMEBen Berman
2018-04-18Updated README and examples with removal of the term cratePierre-Henri Symoneaux
Following changes made in #78
2018-02-19Updated copyright & fixed a warningPierre-Henri Symoneaux
2018-01-15Minor typo fixFlorian Gilcher
2017-06-08Merge pull request #64 from phsym/convert_try_macro_usesPierre-Henri Symoneaux
Convert try macro uses
2017-06-08Replace uses of try! to ? operatorhcpl
2017-06-08Remove the redundant ToC headerhcpl
2017-06-07Removed unsupported rust versions from CIPierre-Henri Symoneaux
Updated readme compatibility note
2017-06-07Add table of contentshcpl
2017-06-06Reword README.mdhcpl
- Use shorter and/or more precise sentences. - Change code style. - Expand and restructure examples.
2017-06-06Replaced coveralls badge by codecov badge in readmePierre-Henri Symoneaux
2017-06-05Rely on doc.rs for documentation hosting (except master)Pierre-Henri Symoneaux
Closes #20
2017-05-30Document CSV in readmePierre-Henri Symoneaux
Fixes #38
2017-05-28Prettify README.mdhcpl
Convert tabs to spaces, unify indentation style and remove some trailing spaces.
2017-05-14Fix coverage & run travis against all previous compatible rust versions (#49)Pierre-Henri Symoneaux
* Trying to fix code coverage * Added --verify to kcov args * Added libbfd-dev dependency before running kcov * Added /usr/lib to excluded patterns in kcov arguments * Trying build with an older version of rust * Trying with all rust releases Closes #48
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
The feature is named `win_crlf` Fixes #33
2016-08-21Fix minor typosMohamed Hayibor
2016-04-21Improvements to #27 (for #25)Pierre-Henri Symoneaux
2016-01-20Merge branch 'master' into ascription_fixpierresy
Conflicts: .travis.yml src/row.rs
2016-01-20Updated version to v0.6.0 in cargo.toml and readmepierresy
Removed .project file from eclipse IDE
2016-01-19Added a section in README about formattingpierresy
2016-01-15Removed from readme the notice about macros failing in nightlypierresy
2016-01-15Changed token for cell stylepierresy
from colon (':') to arrow (`->`) in macro syntax
2016-01-14Changed token for row stylepierresy
to FlatArrow (`=>`) in macro syntax
2016-01-04Updated readme with some explanation about table slicing (#10)pierresy
2016-01-03Updated readmepierresy
2015-12-27Fixed typo in readmepierresy
2015-12-23Added a note in readme about issue #11 in nightly rustpierresy
2015-12-10Updated README.md with new crate versionpierresy
2015-11-19Reset style before applying new style from stringpierresy
2015-11-19Added unittest on table indexingpierresy
2015-11-19Updated Cargo.toml and README.md.pierresy
Using style string don't panic anymore if some specifier are unknown. Tables and Rows are now Indexable. Empty rows are now correctly printed. New lines use "\n" for all platforms except windows (which uses "\r\n").
2015-11-09#2 : Improved macros, added some doc and updated readme.pierresy
2015-11-07Issue #2 : Refactored codepierresy
2015-08-12Updated crate version to 0.2.0pierresy
2015-08-12Updated readmepierresy
2015-07-09Update README.mdPierre-Henri Symoneaux