All Versions
48
Latest Version
Avg Release Cycle
16 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.8.0 Changes
- โ Add
except:
param toTabulo::Table#pack
method, allowing specific columns to be excluded from the action of.pack
- Provide method
Tabulo::Table#autosize_columns
, allowing columns to be auto-sized to fit their contents' widths, without having to call.pack
(which also has other effects on the table). This method also has anexcept:
param allowing columns to be excluded from its action. - Provide method
Tabulo::Table#shrink_to
, allowing the table's width to be reduced so as not to exceed a given target number of characters (or the argument:screen
meaning "width of terminal"), independently of the.pack
method. This method also has anexcept:
param allowing columns to be excluded from its action. - Fix
max_table_width:
param to.pack
not being respected if table title was wider than terminal. - ๐ Documentation improvements
- ๐ Fix broken documentation links
- โ Add Ruby 3.1 to CI config
- โ Add
-
v2.7.3 Changes
- ๐ Fix malformed YARD documentation for
Tabulo::Table#initialize
method
- ๐ Fix malformed YARD documentation for
-
v2.7.2 Changes
- ๐ Minor documentation improvements and tweaks
- โฌ๏ธ Upgrade Ruby patch versions in CI config
-
v2.7.1 Changes
- โฌ๏ธ Dependency version upgrades
- ๐ Minor documentation improvements and tweaks
-
v2.7.0 Changes
- โ Add
wrap_preserve
option, allowing whole words to be preserved when wrapping. - Internal: Use GitHub actions instead of Travis
- โ Add
-
v2.6.3 Changes
- โก๏ธ Update dependency versions
-
v2.6.2 Changes
- Ensure line break character sequences are property formatted in output, regardless of whether they are "\r\n", "\r" or "\n".
-
v2.6.1 Changes
- โก๏ธ Update dependency versions
- ๐ Minor documentation improvements
-
v2.6.0 Changes
May 17, 2020- ๐
Add an additional, optional parameter to
styler
,header_styler
andtitle_styler
callbacks, which will receive the index (0, 1 or etc.) of the line within the cell being styled. - ๐ Allow padding to be configured on a column-by-column basis.
- ๐ Minor documentation improvements.
- ๐
Add an additional, optional parameter to
-
v2.5.0 Changes
April 17, 2020- โ Add option of table title, together with options for styling and aligning the title