forked from kellyjonbrazil/jtbl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
118 lines (85 loc) · 2.42 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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