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