jtbl changelog

20231210 v1.6.0
- Add long options
- Add DocuWiki table option
- Add Bash and Zsh completions

20231022 v1.5.3
- Add `-f` option for fancy table output

20230522 v1.5.2
- Fix output for empty array

20230228 v1.5.1
- Preserve long float formatting

20230114 v1.5.0
- Be more tolerant of loading JSON Lines with blank lines and whitespace

20221006 v1.4.0
- Add CSV (`-c`) table output option
- Add HTML (`-H`) table output option
- Preserve column order when wrapping or truncation is required
- Bump tabulate library to v0.8.10

20220731 v1.3.2
- Add `__main__.py` for `python -m jtbl` use cases

20220404 v1.3.1
- Add quiet option to suppress errors
- Add man page to source package

20220215 v1.3.0
- Add -m markdown table output option
- Add man page

20211223 v1.2.3
- Remove item header from rotate view if there is only one item
- Add separator line under item header in rotate view

20211222 v1.2.2
- Use nicer grid lines for tables

20211222 v1.2.1
- Remove borders around rotated items

20211221 v1.2.0
- Add rotate option to print seperate key/value tables for each row

20210712 v1.1.7
- Include CHANGELOG in source distribution (no other code changes)

20200614 v1.1.6
- Move handling of blank input to make_table()

20200614 v1.1.5
- Improve handling of blank input

20200612 v1.1.4
- Handle blank input gracefully

20200509 v1.1.3
- Remove tests from package

20200409 v1.1.2
- fix break on pipe error

20200318 v1.1.1
- Add --cols option to manually set the terminal width

20200318 v1.1.0
- Refactored code for unit tests
- Added unit tests

20200317 v1.0.0
- Add nowrap option
- Refactored wrap into a function
- Improved error messages

20200311 v0.5.4
- Fix to display False values

20200311 v0.5.3
- Improve error messages

20200310 v0.5.2
- Scale value tweak
- Error message update

20200309 v0.5.1
- Wrap or truncate row headers with no values

20200309 v0.5.0
- Improved auto scaling
- Improved error handling
- Fixed a bug where some data was being corrupted during autoscale wrapping

20200308 v0.1.7
- Catch exception when the user passes an Array with no objects

20200308 v0.1.6
- Fix dict error when iterating and changing size

20200308 v0.1.5
- Add version info
- Add help
- Add truncate option
- More scaler improvements
- Gracefully handle CTRL-C interrupt

20200307 v0.1.4
- Slight improvement to auto scaler

20200306 v0.1.3
- Added rudimentary auto scaler (can be improved)

20200306 v0.1.2
- Nicer error messages on parse errors
