All Versions
48
Latest Version
Avg Release Cycle
16 days
Latest Release
-

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

  • 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.