2025-02-07 00:58:33 +01:00
|
|
|
# Changelog
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.3.1
|
2025-02-07 00:57:10 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Don't escape newlines in `ascii` tables, and add `ascii_escaped` table format.
|
|
|
|
- Updated tabulate version to latest, to fix ImportError in pgcli.
|
2025-02-07 00:57:10 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.2.1
|
2025-02-07 00:49:55 +01:00
|
|
|
|
|
|
|
(released on 2022-01-17)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Fix pygments tokens passed as strings
|
2025-02-07 00:49:55 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.2.0
|
2025-02-07 00:48:48 +01:00
|
|
|
|
|
|
|
(released on 2021-08-27)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Remove dependency on terminaltables
|
|
|
|
- Add psql_unicode table format
|
|
|
|
- Add minimal table format
|
|
|
|
- Fix pip2 installing py3-only versions
|
|
|
|
- Format unprintable bytes (eg 0x00, 0x01) as hex
|
2025-02-07 00:48:48 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.1.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2020-07-29)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Speed up output styling of tables.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.0.1
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2020-05-27)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Fix newline escaping in plain-text formatters (ascii, double, github)
|
|
|
|
- Use built-in unittest.mock instead of mock.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 2.0.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2020-05-26)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Remove Python 2.7 and 3.5.
|
|
|
|
- Style config for missing value.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.2.1
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2019-06-09)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Pin Pygments to >= 2.4.0 for tests.
|
|
|
|
- Remove Python 3.4 from tests and Trove classifier.
|
|
|
|
- Add an option to skip truncating multi-line strings.
|
|
|
|
- When truncating long strings, add ellipsis.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.2.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2019-04-05)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Fix issue with writing non-ASCII characters to config files.
|
|
|
|
- Run tests on Python 3.7.
|
|
|
|
- Use twine check during packaging tests.
|
|
|
|
- Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter.
|
|
|
|
- Truncate long fields for tabular display.
|
|
|
|
- Return the supported table formats as unicode.
|
|
|
|
- Override tab with 4 spaces for terminal tables.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.1.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2018-10-18)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Adds config file reading/writing.
|
|
|
|
- Style formatted tables with Pygments (optional).
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.0.2
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2018-04-07)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Copy unit test from pgcli
|
|
|
|
- Use safe float for unit test
|
|
|
|
- Move strip_ansi from tests.utils to cli_helpers.utils
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.0.1
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-11-27)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Output all unicode for terminaltables, add unit test.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 1.0.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-10-11)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Output as generator
|
|
|
|
- Use backports.csv only for py2
|
|
|
|
- Require tabulate as a dependency instead of using vendored module.
|
|
|
|
- Drop support for Python 3.3.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 0.2.3
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-08-01)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Fix unicode error on Python 2 with newlines in output row.
|
|
|
|
- Fixes to accept iterator.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 0.2.2
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-07-16)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Fix IndexError from being raised with uneven rows.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 0.2.1
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-07-11)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Run tests on macOS via Travis.
|
|
|
|
- Fix unicode issues on Python 2 (csv and styling output).
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 0.2.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-06-23)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Make vertical table separator more customizable.
|
|
|
|
- Add format numbers preprocessor.
|
|
|
|
- Add test coverage reports.
|
|
|
|
- Add ability to pass additional preprocessors when formatting output.
|
|
|
|
- Don't install tests.tabular_output.
|
|
|
|
- Add .gitignore
|
|
|
|
- Coverage for tox tests.
|
|
|
|
- Style formatted output with Pygments (optional).
|
|
|
|
- Fix issue where tabulate can't handle ANSI escape codes in default values.
|
|
|
|
- Run tests on Windows via Appveyor.
|
2025-02-07 00:47:33 +01:00
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
## Version 0.1.0
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
(released on 2017-05-01)
|
|
|
|
|
2025-02-07 00:58:33 +01:00
|
|
|
- Pretty print tabular data using a variety of formatting libraries.
|