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

Changelog History
Page 2

  • v2.4.1 Changes

    April 16, 2020
    • ๐Ÿ›  Fix warnings under Ruby 2.7
    • ๐Ÿ›  Fix minor error in README
    • ๐Ÿ“š Minor documentation tweaks
  • v2.4.0 Changes

    March 29, 2020
    • โž• Add additional, optional CellData parameter to styler and formatter callbacks
    • Add optional column_index parameter to header_styler callback
    • โž• Add optional row_index parameter to extractor callback
    • โž• Add rake yard Rake task for generating YARD documentation
    • ๐Ÿ“š Minor documentation fixes
    • โฌ†๏ธ Upgrade dependency version: unicode-display_width gem to 1.7.0
  • v2.3.3 Changes

    March 13, 2020
    • ๐Ÿ›  Fix styler option on Table initializer, which had no effect
  • v2.3.2 Changes

    March 01, 2020
    • โšก๏ธ Update Rake version to address vulnerability CVE-2020-8130
  • v2.3.1 Changes

    March 01, 2020
    • ๐Ÿ“š Documentation improvements
    • โšก๏ธ Update dependency versions
    • ๐Ÿ”จ Minor refactoring
    • โšก๏ธ Update Ruby gem description and summary
  • v2.3.0 Changes

    February 03, 2020
    • ๐Ÿšš Provide #remove_column method.
    • Provide before option to #add_column, to allow insertion of column into non-final position.
    • ๐Ÿ’… Provide styler and header_styler options in table initializer, to enable default stylers to be set for all columns.
    • ๐Ÿ“š Documentation improvements and code tidy-ups.
  • v2.2.0 Changes

    January 14, 2020
    • ๐Ÿ†• New column_formatter option on Tabulo::Table initializer, enabling the table's default column formatter to be customized.
    • New row_divider_frequency option on Tabulo::Table initializer, to add a horizontal dividing line after every N rows.
  • v2.1.1 Changes

    December 31, 2019
    • ๐Ÿ›  Fix issue where blank lines appear in table when certain border types (e.g. :classic) are used with a non-nil border_styler.
    • ๐Ÿ“š Minor documentation fix
  • v2.1.0 Changes

    December 21, 2019
    • New reduced_ascii and reduced_modern border options
    • ๐Ÿ›  Fix column_width option not properly inherited from original table by the new table created by calling #transpose.
  • v2.0.2 Changes

    November 12, 2019
    • ๐Ÿ“š Minor documentation fixes