All Versions
12
Latest Version
Avg Release Cycle
186 days
Latest Release
1306 days ago

Changelog History
Page 1

  • v0.12.0 Changes

    September 20, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimize adding rows by Tim Craft(@timcraft)
    • โœ‚ Remove the equatable and necromancer dependencies
    • โšก๏ธ Update the pastel, tty-screen and strings dependencies
    • ๐Ÿ”„ Change Border to use BorderDSL exclusively for handling options

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix resize option raising an error for small terminal sizes by Katelyn Schiesser(@slowbro)
    • ๐Ÿ›  Fix Table::Indentation to check for map method support by @deemytch
  • v0.11.0 Changes

    August 01, 2019

    โž• Add

    • โž• Add ability to specify border separator as an Array, Proc value by Mitch VanDuyn(@catmando)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change Indentation#indent to stop mutating input
    • ๐Ÿ”„ Change gemspec to load files directly
    • ๐Ÿ”„ Change to freeze strings
    • ๐Ÿ”„ Change to relax constraints on tty-screen & equatable
    • ๐Ÿ”„ Change to remove upper boundary on bundler dev dependency
  • v0.10.0 Changes

    February 18, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change to limit Ruby version to 2.0
    • ๐Ÿ”„ Change to use strings instead of verse
    • ๐Ÿ”„ Change Field to rely on Strings#display_width
    • ๐Ÿ”„ Change Operations to stop accepting table at initialization
    • Change Operations#run_operations to #apply_to
    • ๐Ÿ”„ Change Border to remove padding configuration
    • ๐Ÿ”„ Change ColumnSet class to Columns stateless module
    • ๐Ÿ”„ Change Indentation class to stateless module

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix :resize option to honour :padding values
  • v0.9.0 Changes

    November 04, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change ColumnSet class to Columns
    • ๐Ÿ”„ Change gemset to require Ruby >= 2.0.0
    • โšก๏ธ Change to update tty-screen dependency
  • v0.8.0 Changes

    February 27, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change necromancer dependency to fix Ruby 2.4.0
    • ๐Ÿ”„ Change to use relative paths to load files
  • v0.7.0 Changes

    January 15, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change loading of dependencies and required files
    • ๐Ÿ”„ Change pastel dependency version
  • v0.6.0 Changes

    October 26, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change to use unicode-display_width dependency
    • โฌ†๏ธ Upgrade verse dependency
  • v0.5.0 Changes

    February 11, 2016

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade pastel & tty-screen dependencies
    • โœ‚ Remove unused parameters from Operations::Padding

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix all warnings
  • v0.4.0 Changes

    September 20, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Update dependencies on tty-screen and pastel
  • v0.3.0 Changes

    July 06, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change benchmarks to reflect API
    • ๐Ÿ”„ Change dependency on tty-screen