* Expose `table` and `row` in top-level module. * Add `hide_animation` argument to `Printer`. * Support `LOG_FRIENDLY` environment variable to disable animations and color. * Update API docs.
0.0.10
* Fix display of traceback printer with only title.
0.0.9
* Add `format_repr` method as a wrapper aroud `repr()`. * Add `TracebackPrinter` for custom formatted tracebacks.
0.0.8
* Add `Printer.row` method for single table rows.
0.0.7
* Fix exception handling within `Printer.loading` context manager.
0.0.6
* Remove unused code. * Add Appveyor testing for Windows. * Improve support on non-ANSI terminals. * Fix encoding issue in `setup.py`.