All Versions
48
Latest Version
Avg Release Cycle
16 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.1.0 Changes
- ๐ Allow customization of horizontal divider, vertical divider and intersection characters.
-
v1.0.1 Changes
- ๐ Fix deprecation warnings.
- โก๏ธ Update bundler version development dependency.
-
v1.0.0 Changes
- ๐ Decision to release stable version!
- ๐ Minor implementation and documentation tweaks.
-
v0.6.3 Changes
- ๐ป Throw an exception if column labels are not unique.
-
v0.6.2 Changes
- ๐ Explicitly support only Ruby >= 2.1.10.
-
v0.6.1 Changes
- ๐ Fix Table#shrinkwrap! handling of newlines within header cell content.
- ๐ README now correctly formatted by rubydoc.info.
-
v0.6.0 Changes
- Correctly handle newlines in cell content.
- ๐ Use keyword arguments instead of option hashes.
- Write remaining pending specs.
-
v0.5.1 Changes
- ๐ Unsuccessful attempt to fix broken appearance of http://www.rubydoc.info/gems/tabulo/0.5.1
-
v0.5.0 Changes
- โ Add Table#shrinkwrap! method to automate column widths so they "just fit".
- ๐ Improve documentation.
-
v0.4.2 Changes
- ๐ Improve README.
- ๐ Fix error when printing a Table, or a Row thereof, when the Table doesn't have any columns.
- โ Remove unused development dependency on yard-tomdoc.
- Write more specs.